The euler package has a conflict with tufte-book in XeLaTeX mode, as
tufte-common.def loads indirectly fontspec (via xltxtra) and euler needs to
be loaded before fontspec.
A quick and dirty patch against r166 is attached. If applied, the user
needs to say
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
manually in his document.
--
Greetings,
Oleg
Original issue reported on code.google.com by oleg.lob...@gmail.com on 11 Apr 2010 at 5:10
Original issue reported on code.google.com by
oleg.lob...@gmail.com
on 11 Apr 2010 at 5:10Attachments: