Directory support/cluttex/example
README.md
Example documents and How to process them
simple
$ cd simple $ cluttex -e pdflatex main.tex
simple-ja
$ cd simple-ja $ cluttex -e platex main-platex.tex $ cluttex -e lualatex main-luatexja.tex
include
$ cd include $ cluttex -e pdflatex main.tex
makeindex
$ cd makeindex $ cluttex -e pdflatex --makeindex=makeindex main.tex
bibtex
$ cd bibtex $ cluttex -e pdflatex --bibtex=bibtex main.tex
biblatex
$ cd biblatex $ cluttex -e pdflatex --biber main.tex
empty
$ cd empty $ cluttex -e pdflatex main.tex
Should print [WARN] No pages of output.
minted
$ cd minted $ cluttex -e pdflatex --shell-escape main.tex
epstopdf
$ cd epstopdf $ cluttex -e pdflatex --change-directory main.tex