Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryant1410/texlive-arxiv
Docker image to simulate arXiv environment for compilation.
https://github.com/bryant1410/texlive-arxiv
arxiv docker latex texlive
Last synced: 21 days ago
JSON representation
Docker image to simulate arXiv environment for compilation.
- Host: GitHub
- URL: https://github.com/bryant1410/texlive-arxiv
- Owner: bryant1410
- License: apache-2.0
- Created: 2017-03-31T03:30:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T03:32:54.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T15:15:09.798Z (2 months ago)
- Topics: arxiv, docker, latex, texlive
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# texlive-arxiv
Docker image to simulate arXiv environment for compilation.
To run with the current directory in order to compile it:
```bash
docker run -v $PWD:/usr/local/workspace -ti bryant1410/texlive-arxiv /bin/bash
```