• Fixed spacing of exercise labels.
1 parent a1e8b59 commit b4094f07fb3150e5575e980dd396f96e41d82391
Nigel Stanger authored on 13 Aug 2014
Showing 1 changed file
View
2
■■■
xml2xslt.xsl
% 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>