Open GoogleCodeExporter opened 9 years ago
The problem occurs because mathspec tries to load fontspec with different
options that it was loaded with by the tufte-book class.
The tufte-book class loads the xltxtra package which in turn loads fontspec.
This is done with the following lines:
\ifthenelse{\boolean{@tufte@xetex}}{%
\RequirePackage{xltxtra}% xltxtra loads xunicode and fontspec; must be loaded before bidi
}{}
These lines are in tufte-common.def (around lines 288-290).
Commenting out or removing these lines from your tufte-common.def file should
fix the problem.
You can then load xltxtra yourself if you like.
Please let me know if this resolved the problem.
Original comment by godbyk@gmail.com
on 1 Nov 2011 at 8:09
Thanks! That's a big help.
Original comment by tchufna...@gmail.com
on 1 Nov 2011 at 9:43
Original issue reported on code.google.com by
tchufna...@gmail.com
on 1 Nov 2011 at 7:43Attachments: