Ubuntu Forums Archive Viewer

[SOLVED] xetex in Intrepid doesn't work

Archived thread 1003406 from Programming Talk. Markdown source: Programming_Talk/thread_1003406_[SOLVED]_xetex_in_Intrepid_doesn't_work.md

Original URL About this archive
#1

Sorry if this has been posted before, the internal search function only lets me search once every 15 seconds (and I'm a very impatient person) and Google hasn't given me any help tonight.

After installing texlive-full (and all 1.1 GB of required packages...0.0), and trying to run pdflatex on a xetex-written document, I get the following error:


 ********************************************
 * XeTeX is required to compile this document.
 * Sorry!
 ********************************************

Does anyone have any suggestions? I've had nothing but problems with Intrepid and I'm so very tempted to move back to Hardy, but I've FINALLY been able to get true DUAL-monitors working, and am hesitant to lose it again.

Thanks in advance.

#2

Easy, the command to process a Xelatex document is not pdflatex but xelatex. Try it.

#3

Thanks. It would be nice if pdflatex were able to do this (or give me better error messages), but oh well.

#4

Why? Xetex is an alternative tex engine to pdftex. Both output to PDF as the native format but they use very different approaches.