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.pdfbin388485 -> 388369 bytes
-rw-r--r--Master/texmf-dist/source/latex/catechis/catechis.dtx6
-rw-r--r--Master/texmf-dist/tex/latex/catechis/catechis.sty4
4 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/catechis/CHANGES b/Master/texmf-dist/doc/latex/catechis/CHANGES
index c7389250687..1f13f13936b 100644
--- a/Master/texmf-dist/doc/latex/catechis/CHANGES
+++ b/Master/texmf-dist/doc/latex/catechis/CHANGES
@@ -1,3 +1,7 @@
+02 Nov 1202 (02 Nov 2018): Page breaks are now prohibited
+between the question and answer (though of course they can
+still be broken within questions or answers). Version 2.5.
+
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.
diff --git a/Master/texmf-dist/doc/latex/catechis/catechis.pdf b/Master/texmf-dist/doc/latex/catechis/catechis.pdf
index 2714ba3818e..291c99db91d 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 971526059af..b650d413a7b 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/10/21 v2.4 Support for writing catechism questions and answers]
+%<package>\ProvidesPackage{catechis}[2018/11/02 v2.5 Support for writing catechism questions and answers]
%<*driver>
\documentclass{ltxdoc}
@@ -57,7 +57,7 @@
\end{document}
%</driver> \fi
%
-% \title{The |catechis| Package, v2.4} \author{Donald P.\
+% \title{The |catechis| Package, v2.5} \author{Donald P.\
% Goodman III} \date{\today}
%
% \maketitle
@@ -495,7 +495,7 @@
\def\@currentlabel{\thecatquesnum}%
{\parindent=\catquesindent\hangindent=\catqueshindent\hangafter=1%
{\par\leavevmode\hbox to\catquesnumwd{\catquesnumsty\thecatquesnum\hfil}%
- \catquessty #1}\par}%
+ \catquessty #1}\par\nobreak}%
{\parindent=\catansindent\hangindent=\catanshindent\hangafter=1%
{\par\catanssty #2}\par}%
}%
diff --git a/Master/texmf-dist/tex/latex/catechis/catechis.sty b/Master/texmf-dist/tex/latex/catechis/catechis.sty
index 4d78349a04c..dc2f23efd96 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/10/21 v2.4 Support for writing catechism questions and answers]
+\ProvidesPackage{catechis}[2018/11/02 v2.5 Support for writing catechism questions and answers]
\RequirePackage{paralist}
\setdefaultenum{(a)}{(1)}{(i)}{(A)}
\setdefaultleftmargin{3.8em}{}{}{}{}{}
@@ -45,7 +45,7 @@
\def\@currentlabel{\thecatquesnum}%
{\parindent=\catquesindent\hangindent=\catqueshindent\hangafter=1%
{\par\leavevmode\hbox to\catquesnumwd{\catquesnumsty\thecatquesnum\hfil}%
-\catquessty #1}\par}%
+\catquessty #1}\par\nobreak}%
{\parindent=\catansindent\hangindent=\catanshindent\hangafter=1%
{\par\catanssty #2}\par}%
}%