
tex
List of commands for tex:
-
tex:tldr:37c4b tex: Compile a DVI document, exiting on each error.$ tex -halt-on-error ${source-tex}try on your machineexplain this command
-
tex:tldr:53cc1 tex: Compile a DVI document.$ tex ${source-tex}try on your machineexplain this command
-
tex:tldr:9627a tex: Compile a DVI document, specifying an output directory.$ tex -output-directory=${path-to-directory} ${source-tex}try on your machineexplain this command