Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```