summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/catechis/CHANGES4
-rw-r--r--Master/texmf-dist/doc/latex/catechis/catechis.pdfbin387116 -> 388485 bytes
-rw-r--r--Master/texmf-dist/source/latex/catechis/catechis.dtx5
-rw-r--r--Master/texmf-dist/tex/latex/catechis/catechis.sty3
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
--- a/Master/texmf-dist/doc/latex/catechis/catechis.pdf
+++ b/Master/texmf-dist/doc/latex/catechis/catechis.pdf
Binary files 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
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-%<package>\ProvidesPackage{catechis}[2018/07/13 v2.3 Support for writing catechism questions and answers]
+%<package>\ProvidesPackage{catechis}[2018/10/21 v2.4 Support for writing catechism questions and answers]
%<*driver>
\documentclass{ltxdoc}
@@ -57,7 +57,7 @@
\end{document}
%</driver> \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}%