pdflatex
and bibtex
. However, when trying to compile your example I get a huge number of issues that seem to be related to the following three lines in the .cls
Code: Select all
\newfontfamily\bodyfont[]{Helvetica Neue}
\newfontfamily\thinfont[]{Helvetica Neue UltraLight}
\newfontfamily\headingfont[]{Helvetica Neue Condensed Bold}
Code: Select all
55 ...adingfont[]{Helvetica Neue Condensed Bold}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> \str_if_eq_p:xx
I also have two errors that do not specify a file source
Code: Select all
! Undefined control sequence.
<argument> \c_keys_code_root_tl
fontspec/Ligatures/Historical
l.8 ...tureoption{Ligatures}{Historic}{Historical}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> \c_keys_code_root_tl
fontspec/Ligatures/Historic
l.8 ...tureoption{Ligatures}{Historic}{Historical}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
)))
missing begin{document}
" error somewhere in the mix. So far I've downloaded and installed Helvetica Neue (as far as I can tell) and also made sure to use XeLaTeX (MikTeX 2.9). Thank you for any help.