latex, pdflatex, pdftex, tex: replace halting' with
exiting' (#6365)
This commit is contained in:
@@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
`latex -output-directory={{path/to/directory}} {{source.tex}}`
|
`latex -output-directory={{path/to/directory}} {{source.tex}}`
|
||||||
|
|
||||||
- Compile a DVI document, halting on each error:
|
- Compile a DVI document, exiting on each error:
|
||||||
|
|
||||||
`latex -halt-on-error {{source.tex}}`
|
`latex -halt-on-error {{source.tex}}`
|
||||||
|
@@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
`pdflatex -output-directory={{path/to/directory}} {{source.tex}}`
|
`pdflatex -output-directory={{path/to/directory}} {{source.tex}}`
|
||||||
|
|
||||||
- Compile a PDF document, halting on each error:
|
- Compile a PDF document, exiting on each error:
|
||||||
|
|
||||||
`pdflatex -halt-on-error {{source.tex}}`
|
`pdflatex -halt-on-error {{source.tex}}`
|
||||||
|
@@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
`pdftex -output-directory={{path/to/directory}} {{source.tex}}`
|
`pdftex -output-directory={{path/to/directory}} {{source.tex}}`
|
||||||
|
|
||||||
- Compile a PDF document, halting on each error:
|
- Compile a PDF document, exiting on each error:
|
||||||
|
|
||||||
`pdftex -halt-on-error {{source.tex}}`
|
`pdftex -halt-on-error {{source.tex}}`
|
||||||
|
@@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
`tex -output-directory={{path/to/directory}} {{source.tex}}`
|
`tex -output-directory={{path/to/directory}} {{source.tex}}`
|
||||||
|
|
||||||
- Compile a DVI document, halting on each error:
|
- Compile a DVI document, exiting on each error:
|
||||||
|
|
||||||
`tex -halt-on-error {{source.tex}}`
|
`tex -halt-on-error {{source.tex}}`
|
||||||
|
Reference in New Issue
Block a user