Makefile 146 Bytes EditWeb IDE 1 2 3 4 5 6 7 pdf: # run pdflatex twice to generate TOC correctly pdflatex -halt-on-error main.tex pdflatex -halt-on-error main.tex mv main.pdf guide.pdf