| |
---|
| | % Environment for worksheet exercises. |
---|
| | \newcounter{exercise} |
---|
| | \setcounter{exercise}{0} |
---|
| | \newenvironment{exercise}% |
---|
| | {\noindent\refstepcounter{exercise}\begin{boxedminipage}{\columnwidth}\textbf{Exercise \theexercise:}}% |
---|
| | {\noindent\refstepcounter{exercise}\begin{boxedminipage}{\columnwidth}\textbf{Exercise \theexercise: }}% |
---|
| | {\end{boxedminipage}} |
---|
| | |
---|
| | </xsl-out:text> |
---|
| | |
---|
| |
---|
|