From 08bac141b26c363e73f73e42a657f1457df3310a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 16 Oct 2018 21:12:24 +0000 Subject: catechis (16oct18) git-svn-id: svn://tug.org/texlive/trunk@48919 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/catechis/CHANGES | 5 +++++ Master/texmf-dist/doc/latex/catechis/catechis.pdf | Bin 399923 -> 387116 bytes .../texmf-dist/source/latex/catechis/catechis.dtx | 6 +++--- Master/texmf-dist/tex/latex/catechis/catechis.sty | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Master/texmf-dist/doc/latex/catechis/CHANGES b/Master/texmf-dist/doc/latex/catechis/CHANGES index 5f467cdcb33..7b2a8577849 100644 --- a/Master/texmf-dist/doc/latex/catechis/CHANGES +++ b/Master/texmf-dist/doc/latex/catechis/CHANGES @@ -1,3 +1,8 @@ +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. +Version 2.3 + 21 Jul 1202 (25 Jul 2018): \catcommsty was actually \catcommentsty, which was wrong, so \catcommsty didn't have any effect. Fixed it. Version 2.2. diff --git a/Master/texmf-dist/doc/latex/catechis/catechis.pdf b/Master/texmf-dist/doc/latex/catechis/catechis.pdf index f75d0b32314..5cda66a84dd 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 846cbfaabdc..4cb30a26872 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.2 Support for writing catechism questions and answers] +%\ProvidesPackage{catechis}[2018/07/13 v2.3 Support for writing catechism questions and answers] %<*driver> \documentclass{ltxdoc} @@ -57,7 +57,7 @@ \end{document} % \fi % -% \title{The |catechis| Package, v2.2} \author{Donald P.\ +% \title{The |catechis| Package, v2.3} \author{Donald P.\ % Goodman III} \date{\today} % % \maketitle @@ -493,7 +493,7 @@ \def\catques#1#2{% \stepcounter{catquesnum}% {\parindent=\catquesindent\hangindent=\catqueshindent\hangafter=1% - {\par\leavevmode\hbox to\catquesnumwd{\catquesnumsty\thecatquesnum}% + {\par\leavevmode\hbox to\catquesnumwd{\catquesnumsty\thecatquesnum\hfil}% \catquessty #1}\par}% {\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 fd20f234b7b..50e5018010a 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.2 Support for writing catechism questions and answers] +\ProvidesPackage{catechis}[2018/07/13 v2.3 Support for writing catechism questions and answers] \RequirePackage{paralist} \setdefaultenum{(a)}{(1)}{(i)}{(A)} \setdefaultleftmargin{3.8em}{}{}{}{}{} @@ -43,7 +43,7 @@ \def\catques#1#2{% \stepcounter{catquesnum}% {\parindent=\catquesindent\hangindent=\catqueshindent\hangafter=1% -{\par\leavevmode\hbox to\catquesnumwd{\catquesnumsty\thecatquesnum}% +{\par\leavevmode\hbox to\catquesnumwd{\catquesnumsty\thecatquesnum\hfil}% \catquessty #1}\par}% {\parindent=\catansindent\hangindent=\catanshindent\hangafter=1% {\par\catanssty #2}\par}% -- cgit v1.2.3