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?
xelatex testif 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! 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:06sudo yum install 'tex(eu1enc.def)' 'tex(xetex.def)' 'tex(lipsum.sty)'– riderplus Nov 10 '12 at 13:48