I want to setup the XeLaTeX option to run some tex source files, however it is not listed where it should be.
I am using TexLive (last version) with TexMaker on Ubuntu Desktop 12.10.
Or is this option available only if I run TexLive on Windows ?
Asked
Active
Viewed 7.4k times
69
-
Related: http://tex.stackexchange.com/q/59078/47522 – cslstr May 22 '14 at 17:15
1 Answers
92
XeLatex is a part of texlive-xetex package.
To install, run the following command:
sudo apt-get install texlive-xetex
To use it use the following command:
xelatex yourFilename.tex
-
5
-
1@Royi
xetexis not included intexlivepackage. It needs to installed separately. – Shashank Holla Nov 27 '19 at 15:28 -
Thank you! I added this info to my answer here: Stack Overflow: pandoc: xelatex not found. xelatex is needed for pdf output – Gabriel Staples Mar 24 '22 at 20:36