From 1bfc76a794ce7773f0f4302310630b9ff790d72b Mon Sep 17 00:00:00 2001 From: chris <35269695+chrissxYT@users.noreply.github.com> Date: Sun, 15 Aug 2021 17:25:24 +0200 Subject: [PATCH] xetex: add page (#6321) --- pages/common/xetex.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/xetex.md diff --git a/pages/common/xetex.md b/pages/common/xetex.md new file mode 100644 index 0000000000..d37d6d56e2 --- /dev/null +++ b/pages/common/xetex.md @@ -0,0 +1,16 @@ +# xetex + +> Compile a PDF document from XeTeX source files. +> More information: . + +- Compile a PDF document: + +`xetex {{source.tex}}` + +- Compile a PDF document, specifying an output directory: + +`xetex -output-directory={{path/to/directory}} {{source.tex}}` + +- Compile a PDF document, exiting if errors occur: + +`xetex -halt-on-error {{source.tex}}`