texlive[49061] Master/texmf-dist: catechis (3nov18)
commits+karl at tug.org
commits+karl at tug.org
Sat Nov 3 22:06:44 CET 2018
Revision: 49061
http://tug.org/svn/texlive?view=revision&revision=49061
Author: karl
Date: 2018-11-03 22:06:43 +0100 (Sat, 03 Nov 2018)
Log Message:
-----------
catechis (3nov18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/catechis/CHANGES
trunk/Master/texmf-dist/doc/latex/catechis/catechis.pdf
trunk/Master/texmf-dist/source/latex/catechis/catechis.dtx
trunk/Master/texmf-dist/tex/latex/catechis/catechis.sty
Modified: trunk/Master/texmf-dist/doc/latex/catechis/CHANGES
===================================================================
--- trunk/Master/texmf-dist/doc/latex/catechis/CHANGES 2018-11-03 21:05:46 UTC (rev 49060)
+++ trunk/Master/texmf-dist/doc/latex/catechis/CHANGES 2018-11-03 21:06:43 UTC (rev 49061)
@@ -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.
Modified: trunk/Master/texmf-dist/doc/latex/catechis/catechis.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/catechis/catechis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/catechis/catechis.dtx 2018-11-03 21:05:46 UTC (rev 49060)
+++ trunk/Master/texmf-dist/source/latex/catechis/catechis.dtx 2018-11-03 21:06:43 UTC (rev 49061)
@@ -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}%
}%
Modified: trunk/Master/texmf-dist/tex/latex/catechis/catechis.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/catechis/catechis.sty 2018-11-03 21:05:46 UTC (rev 49060)
+++ trunk/Master/texmf-dist/tex/latex/catechis/catechis.sty 2018-11-03 21:06:43 UTC (rev 49061)
@@ -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}%
}%
More information about the tex-live-commits
mailing list