diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/covington/covington.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/covington/covington.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/covington/covington.sty b/Master/texmf-dist/tex/latex/covington/covington.sty index 2bd80b03394..79601a2ebad 100644 --- a/Master/texmf-dist/tex/latex/covington/covington.sty +++ b/Master/texmf-dist/tex/latex/covington/covington.sty @@ -42,8 +42,8 @@ %%% Metadata %%% -\def\filedate{2021/03/21} -\def\fileversion{2.5} +\def\filedate{2021/05/19} +\def\fileversion{2.6} \def\filename{covington.sty} % Force redefinition of environments? @@ -245,6 +245,9 @@ \newlength\examplenumbersep \setlength\examplenumbersep{0pt} +\newlength\exampleind +\setlength\exampleind{0pt} + \newcommand*\covexnumber[1]{(#1)} \newenvironment{covexamples}% % define "example" environment @@ -253,6 +256,7 @@ {% \addtolength{\labelwidth}{\examplenumbersep}% \addtolength{\leftmargin}{\examplenumbersep}% +\addtolength{\leftmargin}{\exampleind}% \ifownexcounter \setcounter{covexsave}{\arabic{covex}}% \usecounter{covex}% % sets it to zero, unwantedly |