diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-19 19:57:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-19 19:57:58 +0000 |
commit | 2c4c115f417998c568f62586deca6e3dedf4421a (patch) | |
tree | 9804d1252c0479309bd8ed6ed25ea6686d80066a /Master/texmf-dist/tex/latex/covington | |
parent | 9a87908e4c79642fc91798ea88e8f75d19ee64b0 (diff) |
covington (19may21)
git-svn-id: svn://tug.org/texlive/trunk@59266 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/covington')
-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 |