probsoln package FAQ
How can I define a problem without a solution (e.g. an essay style question)? 🔗
As from version 3.0, you can just use the defproblem
environment. For example:
\begin{defproblem}{inheritance}% Describe what is meant by the term \emph{inheritance} in object-oriented programming. Use examples.% \end{defproblem}Or, as from version 2.03, you can use
\newproblem*
. For example:
\newproblem*{inheritance}{Describe what is meant by the term \emph{inheritance} in object-oriented programming. Use examples.}
2020-07-03 11:24:49
Permalink: https://www.dickimaw-books.com/faq.php?id=168
Alternative link: https://www.dickimaw-books.com/faq.php?itemlabel=prsessay
Category: probsoln package
Topic:
General Queries