christopheradams / tufte-latex

Automatically exported from code.google.com/p/tufte-latex
0 stars 1 forks source link

XeTeX and euler #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: