latex with PSCyr,Graphviz and latexindent.
1.2K
Dockerfile linksTo compile your LaTeX work use Docker image directly:
$ docker run -it --rm --name latexmk --net=none -v "$PWD":/data lcps/latex_graphviz latexmk -pdf -pdflatex="pdflatex %O %S" latex_file
You can use any other latex commands if you know how.
Also, you can copy scripts from bin/ folder to you /usr/local/bin on the system. So, for example, jupyter-notebook will work.
If you want to indent your tex file, you cen use latexindent.pl script in the image:
$ docker run -it --rm --name latexindent --net=none -v "$PWD":/data lcps/latex_graphviz latexindent.pl latex_file
The image assumes that your latex files, styles, and extra files are located in some directory and you run script described above from this location.
Content type
Image
Digest
Size
807 MB
Last updated
over 7 years ago
docker pull lcps/latex_graphviz