Rendering CV template with XeLaTex
Posted
by
jacob
on Ask Ubuntu
See other posts from Ask Ubuntu
or by jacob
Published on 2014-08-23T16:01:58Z
Indexed on
2014/08/23
16:32 UTC
Read the original article
Hit count: 534
- Installed kubuntu on thursday
- Installed LaTeX on my kubuntu machine, using
full
- Compiled an old document and it worked fine
- Downloaded a CV template from http://www.latextemplates.com/template/two-column-one-page-cv
Compiled it, got error
Fatal fontspec error: "cannot-use-pdftex"
The fontspec package requires either XeTeX or LuaTeX to function.
You must change your typesetting engine to, e.g., "xelatex" or "lualatex" instead of plain "latex" or "pdflatex".
See the fontspec documentation for further information.
For immediate help type H .
Installed XeLaTex using this guide http://ledgersmb.org/faq/xelatex i.e.
7 Installed texlive-xetex that includes xelatex
apt-get install texlive-xetex
apt-get install liblatex-{driver,encode,table}-perl
apt-get install libtemplate-plugin-latex-per
8) Compiled CV template again, did not work.
Related: No Xelatex in texlive 2012
Excuse me if my question is not clear enough, I'm new to linux.
© Ask Ubuntu or respective owner