xetex
Compile a PDF document from XeTeX source files. More information: <https://www.tug.org/xetex/>.
Install
- All systems
-
curl cmd.cat/xetex.sh
- Debian
-
apt-get install texlive-binaries - Ubuntu
-
apt-get install texlive-binaries - Arch Linux
-
pacman -S texlive-xetex-7 - Kali Linux
-
apt-get install texlive-binaries - CentOS
-
yum install texlive-xetex-7 - Fedora
-
dnf install texlive-xetex-7 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install texlive-binaries - Raspbian
-
apt-get install texlive-binaries
Compile a PDF document from XeTeX source files. More information: <https://www.tug.org/xetex/>.
-
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
© tl;dr; authors and contributors