texlive[48964] Master/texmf-dist: catechis (21oct18)
commits+karl at tug.org
commits+karl at tug.org
Sun Oct 21 22:35:45 CEST 2018
Revision: 48964
http://tug.org/svn/texlive?view=revision&revision=48964
Author: karl
Date: 2018-10-21 22:35:45 +0200 (Sun, 21 Oct 2018)
Log Message:
-----------
catechis (21oct18)
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-10-21 20:35:09 UTC (rev 48963)
+++ trunk/Master/texmf-dist/doc/latex/catechis/CHANGES 2018-10-21 20:35:45 UTC (rev 48964)
@@ -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.
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-10-21 20:35:09 UTC (rev 48963)
+++ trunk/Master/texmf-dist/source/latex/catechis/catechis.dtx 2018-10-21 20:35:45 UTC (rev 48964)
@@ -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}%
Modified: trunk/Master/texmf-dist/tex/latex/catechis/catechis.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/catechis/catechis.sty 2018-10-21 20:35:09 UTC (rev 48963)
+++ trunk/Master/texmf-dist/tex/latex/catechis/catechis.sty 2018-10-21 20:35:45 UTC (rev 48964)
@@ -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}%
More information about the tex-live-commits
mailing list