Forrest logo
back to context overview

xetex

List of commands for xetex:

  • xetex:tldr:49a3e xetex: Compile a PDF document, specifying an output directory.
    $ xetex -output-directory=${path-to-directory} ${source-tex}
    try on your machine
    explain this command
  • xetex:tldr:67997 xetex: Compile a PDF document.
    $ xetex ${source-tex}
    try on your machine
    explain this command
  • xetex:tldr:8232e xetex: Compile a PDF document, exiting if errors occur.
    $ xetex -halt-on-error ${source-tex}
    try on your machine
    explain this command
back to context overview