Sign inSign up

lcps/latex_graphviz

By lcps

Updated over 7 years ago

latex with PSCyr,Graphviz and latexindent.

Image
0

1.2K

lcps/latex_graphviz repository overview

Based on sigan/latex

lcps/docker_latex

How to use this image

Run a single TexLive script

To 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
Notes

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.

Tag summary

Content type

Image

Digest

Size

807 MB

Last updated

over 7 years ago

docker pull lcps/latex_graphviz