diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-21 20:35:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-21 20:35:45 +0000 |
commit | 49f149797d49ec0df2d6b2de44970a9e8560ac21 (patch) | |
tree | 6d6f17bbd86c13b50e3aa4b5a4c8f95068b3fa71 /Master/texmf-dist/tex | |
parent | bfe580335d8dd230a8be05e7afb2d04f642235c1 (diff) |
catechis (21oct18)
git-svn-id: svn://tug.org/texlive/trunk@48964 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/catechis/catechis.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/catechis/catechis.sty b/Master/texmf-dist/tex/latex/catechis/catechis.sty index 50e5018010a..4d78349a04c 100644 --- a/Master/texmf-dist/tex/latex/catechis/catechis.sty +++ b/Master/texmf-dist/tex/latex/catechis/catechis.sty @@ -26,7 +26,7 @@ %% derived files catechis.sty and catechis.pdf. \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{catechis}[2018/07/13 v2.3 Support for writing catechism questions and answers] +\ProvidesPackage{catechis}[2018/10/21 v2.4 Support for writing catechism questions and answers] \RequirePackage{paralist} \setdefaultenum{(a)}{(1)}{(i)}{(A)} \setdefaultleftmargin{3.8em}{}{}{}{}{} @@ -42,6 +42,7 @@ \renewcommand{\thecatquesnum}{\arabic{catquesnum}.} \def\catques#1#2{% \stepcounter{catquesnum}% +\def\@currentlabel{\thecatquesnum}% {\parindent=\catquesindent\hangindent=\catqueshindent\hangafter=1% {\par\leavevmode\hbox to\catquesnumwd{\catquesnumsty\thecatquesnum\hfil}% \catquessty #1}\par}% |