tlacli icon indicating copy to clipboard operation
tlacli copied to clipboard

Might be useful to be able to generate pdf from command line

Open dgpv opened this issue 5 years ago • 0 comments

With a command like this:

java -cp ${TLATOOLSDIR}/tla2tools.jar tla2tex.TLA \
	    -metadir metadir \
	    -latexOutputExt pdf \
	    -latexCommand pdflatex \
	    -ptSize 12 \
	    -shade \
	    SomeFile.tla

dgpv avatar May 04 '20 14:05 dgpv