I am trying to use the masters-doctoral-thesis template.
I am using MikTex 2.9 and compiling with TexMaker.
When trying to run the main file, I get these errors
Code: Select all
! Undefined control sequence.<argument> \seq_const_from_clist:Nn\c__siunitx_old_options_seq {addsign,all...l.258 }The control sequence at the end of the top lineof your error message was never \def'ed. If you havemisspelled it (e.g., `\hobx'), type `I' and the correctspelling (e.g., `I\hbox'). Otherwise just continue,and I'll forget about whatever was undefined.! Undefined control sequence.<argument> ...list:Nn \c__siunitx_old_options_seq{addsign,allowlitunits,all...l.258 }The control sequence at the end of the top lineof your error message was never \def'ed. If you havemisspelled it (e.g., `\hobx'), type `I' and the correctspelling (e.g., `I\hbox'). Otherwise just continue,and I'll forget about whatever was undefined.! LaTeX Error: Missing \begin{document}.See the LaTeX manual or LaTeX Companion for explanation.Type H <return> for immediate help.
If I delete that line in the
.cls
file and remove all the places in the document where \si
is called, it compiles no problems. I do however need to use units in my thesis.
If I try to
\usepackage{SIunits}
instead, I get a different error saying that the \degree
command is already defined. Any advice would be greatly appreciated. Thank you!