
pdftex
List of commands for pdftex:
-
pdftex:tldr:37e7f pdftex: Compile a PDF document, specifying an output directory.$ pdftex -output-directory=${path-to-directory} ${source-tex}try on your machineexplain this command
-
pdftex:tldr:9dec3 pdftex: Compile a PDF document, exiting on each error.$ pdftex -halt-on-error ${source-tex}try on your machineexplain this command
-
pdftex:tldr:ceb7b pdftex: Compile a PDF document.$ pdftex ${source-tex}try on your machineexplain this command