Aaaarghhhh!!!
I get the following:
This is XeTeX, Version 3.1415926-2.2-0.9995.0 (TeX Live 2009)
restricted \write18 enabled.
---! /home/arjuna/.texlive2009/texmf-var/web2c/xetex/xelatex.fmt doesn't match xetex.pool
(Fatal format file error; I'm stymied)
I hope it is not because of texlive 2009.
LyX ⇒ Lyx, XeTex and the classicthesis template
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Lyx, XeTex and the classicthesis template
Thank you again for all the help. You have been really a life saver.
I have registered to the mailing lists you suggested and asked the questions. I hope the whole process will become smoother in the future so that newbies like me don't need to hassle kind people like you too much (I have just realised how much time you must have spent on this whole thing to help me
)
I have registered to the mailing lists you suggested and asked the questions. I hope the whole process will become smoother in the future so that newbies like me don't need to hassle kind people like you too much (I have just realised how much time you must have spent on this whole thing to help me

Re: Lyx, XeTex and the classicthesis template
Hehe, no worries. Don't hesitate to ask. Remember, when helping others you always learn something new or at least refresh your knowledge
Those mailing lists saved me many times as this forum did. Many nice people here helped me in the past (and still do) to get on my feet with LaTeX, so the only right thing is to do the same.

Re: Lyx, XeTex and the classicthesis template
Cheers!
I hope I will be able to help others in the future as well.
P.s I have P(ersonal)M(essag)ed you with another question
I hope I will be able to help others in the future as well.
P.s I have P(ersonal)M(essag)ed you with another question

-
- Posts: 1
- Joined: Sat Sep 25, 2010 3:26 am
Lyx, XeTex and the classicthesis template
Hello, though I don't have tried with the lyx package, here is a little trick to make classicthesis work when compiling your file with xelatex. I have put this trick on my blog, here :
http://alexkrispin.wordpress.com/2010/0 ... h-xelatex/
Here is a copy of the end of my post on my blog :
In this file, you will have to comment the following lines :
Then compiling will work. But notice that if you plan to use classicthesis with pdflatex after completing this trick, you might encounter a problem, though I have not tried. But you might get the idea, I don't explain further.
http://alexkrispin.wordpress.com/2010/0 ... h-xelatex/
Here is a copy of the end of my post on my blog :
Code: Select all
gksu gedit /usr/local/texlive/2010/tex/latex/classicthesis/classicthesis-ldpkg.sty
Code: Select all
% ********************************************************************
% Using PDFLaTeX:
% ********************************************************************
\RequirePackage[pdftex,hyperfootnotes=false,pdfpagelabels]{hyperref} % backref linktocpage pagebackref
\pdfcompresslevel=9
\pdfadjustspacing=1
\RequirePackage[pdftex]{graphicx} % PDFTeX driver for graphicx
%\DeclareGraphicsRule{*}{mps}{*}{} % enables use of MetaPost graphics with pdflatex
%*******************************************************
% for German texts to get \autoref macros right
\renewcommand{\figureautorefname}{Figure}
\renewcommand{\tableautorefname}{Table}
\renewcommand{\partautorefname}{Part}
\renewcommand{\chapterautorefname}{Chapter}
\renewcommand{\sectionautorefname}{Section}
\renewcommand{\subsectionautorefname}{Section}
\renewcommand{\subsubsectionautorefname}{Section}