Code: Select all
./Main.tex:22: Undefined control sequence.
<argument> \equal
{1}{1}
l.22 \subsubsection{\protect\combine{1}}
Attached is a MWE which also contains my class file.
Code: Select all
./Main.tex:22: Undefined control sequence.
<argument> \equal
{1}{1}
l.22 \subsubsection{\protect\combine{1}}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\newcommand{\combine}[1]{%
\ifcase#1 \or \textit{Correct}
\or $F \propto v$
\or \textit{Formal}
\or \textit{Naive}
\or \textit{Newton's 3rd}
\fi}
NEW: TikZ book now 40% off at Amazon.com for a short time.