From 49f149797d49ec0df2d6b2de44970a9e8560ac21 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 21 Oct 2018 20:35:45 +0000 Subject: catechis (21oct18) git-svn-id: svn://tug.org/texlive/trunk@48964 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/catechis/CHANGES | 4 ++++ Master/texmf-dist/doc/latex/catechis/catechis.pdf | Bin 387116 -> 388485 bytes .../texmf-dist/source/latex/catechis/catechis.dtx | 5 +++-- Master/texmf-dist/tex/latex/catechis/catechis.sty | 3 ++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Master/texmf-dist/doc/latex/catechis/CHANGES b/Master/texmf-dist/doc/latex/catechis/CHANGES index 7b2a8577849..c7389250687 100644 --- a/Master/texmf-dist/doc/latex/catechis/CHANGES +++ b/Master/texmf-dist/doc/latex/catechis/CHANGES @@ -1,3 +1,7 @@ +19 Oct 1202 (21 Oct 2018): For some reason I had completely +left out the ability to cross-reference catechism questions +by number. That's now in there. Version 2.4. + 13 Oct 1202 (15 Oct 2018): The package was producing lots of "Underfull hbox" warnings because I'd forgotten an \hfil. I've put in that \hfil, and the package is much quieter. diff --git a/Master/texmf-dist/doc/latex/catechis/catechis.pdf b/Master/texmf-dist/doc/latex/catechis/catechis.pdf index 5cda66a84dd..2714ba3818e 100644 Binary files a/Master/texmf-dist/doc/latex/catechis/catechis.pdf and b/Master/texmf-dist/doc/latex/catechis/catechis.pdf differ diff --git a/Master/texmf-dist/source/latex/catechis/catechis.dtx b/Master/texmf-dist/source/latex/catechis/catechis.dtx index 4cb30a26872..971526059af 100644 --- a/Master/texmf-dist/source/latex/catechis/catechis.dtx +++ b/Master/texmf-dist/source/latex/catechis/catechis.dtx @@ -25,7 +25,7 @@ % \iffalse %\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] %<*driver> \documentclass{ltxdoc} @@ -57,7 +57,7 @@ \end{document} % \fi % -% \title{The |catechis| Package, v2.3} \author{Donald P.\ +% \title{The |catechis| Package, v2.4} \author{Donald P.\ % Goodman III} \date{\today} % % \maketitle @@ -492,6 +492,7 @@ % \begin{macrocode} \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}% 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}% -- cgit v1.2.3