Latex compiler with extra font patched and runner script
225
LaTeX compiler from dockershelf/latex:full-stable, added texlive-fonts-extra and the latex runner script latexrun.
Example usage:
To compile your LaTeX document repo at working directory, run
docker run --rm -u $(id -u):$(id -g) -v $(pwd):/texdoc -it lyftfc/latex-extra <your_latex_file.tex>
Content type
Image
Digest
sha256:26a3b62e0…
Size
1.7 GB
Last updated
5 months ago
docker pull lyftfc/latex-extra