Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I use LyX 2.0.4 on Fedora 17. I set up LyX to use with XeTex as in http://wiki.lyx.org/LyX/XeTeX. Then I go to View > Other Formats > PDF (XeTex) and it shows three errors:

Package fontenc Error: Encoding file 'eu1enc.def' not found
...
LaTex Error: Encoding scheme 'EU1' unknown.
...
LaTex error: File 'xetex.def' not found".

What can I do?

share|improve this question
You don't want to use fontenc with xetex and unicode fonts you want to use fontspec try a simple document like the one here and see if you get the output shown tex.stackexchange.com/questions/81972/… – David Carlisle Nov 9 '12 at 23:23
I'm getting the same errors. – riderplus Nov 9 '12 at 23:32
what happens if you save that referenced document as test.tex and then on the commandline (outside lyx) do xelatex test if xelatex isn't correctly installed you can't get it to run in lyx. Running it directly initially will help narrow down the cause – David Carlisle Nov 9 '12 at 23:36
if I test it from commmand line I get this error ! Package fontenc Error: Encoding file 'eu1enc.def' not found.(fontenc) You might have misspelt the name of the encoding – riderplus Nov 10 '12 at 10:06
SOLVED installing the required encodings and styles sudo yum install 'tex(eu1enc.def)' 'tex(xetex.def)' 'tex(lipsum.sty)' – riderplus Nov 10 '12 at 13:48

closed as too localized by Stefan Kottwitz Nov 11 '12 at 11:54

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.