On Thu, Oct 3, 2013 at 5:02 AM, Guenter Milde <mi...@users.sf.net> wrote: > On 2013-10-03, Scott Kostyshak wrote: >> Thanks for the confirmation. I started a thread on lyx-devel. >> Hopefully there's an easy way to have pdfTeX and XeTeX working. Note >> that if I remove the following lines from the preamble, export with >> XeTeX >> works fine (but pdfTeX is broken): > >> \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi} >> \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi} > > There is a simple fix: move the offending lines into the > > \ifpdf > \fi > > block. > > However, the right way is to remove the lines as well as the > section in the guide, because it is no longer true. Since several versions, > LYXDIR/unicodesymbols contains the required definitions for text and math > mode.
I prefer the right way. So you suggest to remove the two DeclareInputText commands and to remove all of the section "Miscellaneous special Characters" ? After I do that, I get errors because of the € symbol. After I remove those occurrences, XeTeX and pdfTeX both export fine. There is an entry in unicodesymbols for the euro. Is this a different euro? Scott