\sol{}
to the following document, I start to get the error
And the problem is not fixed when I add content to theUndefined control sequence
<argument> \padded@point@block
\sol{<content>}
.The funny thing is, I've used
\sol{}
in many previous documents without any issues, but I get an error even in the unremarkable MWE below.What's causing this error and how do I fix it please?
Thanks.
Code: Select all
\documentclass[fleqn,addpoints
,answers
]{exam}
\usepackage{amsfonts,amsmath,amssymb,amsthm,mathtools}
\newcommand{\sol}[1]{\begin{solution} #1 \end{solution}
\vspace{\stretch{1}}
\droppoints
}
\begin{document}
\begin{questions}
\question Find the domain, holes all asymptotes (vertical and horizontal) of the function defined in the original document but math mode was removed from here so as to make this document even more minimal and graph it.
\sol{content}
\end{questions}
\end{document}