diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-16 21:12:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-16 21:12:24 +0000 |
commit | 08bac141b26c363e73f73e42a657f1457df3310a (patch) | |
tree | 895799c131e3b3a68fe61df5ebb505103b5f5896 /Master | |
parent | 69faecf74530309bcc1e5fc287ba3d4726003a75 (diff) |
catechis (16oct18)
git-svn-id: svn://tug.org/texlive/trunk@48919 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/catechis/CHANGES | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/catechis/catechis.pdf | bin | 399923 -> 387116 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/catechis/catechis.dtx | 6 | ||||
-rw-r--r-- | 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 Binary files differindex f75d0b32314..5cda66a84dd 100644 --- a/Master/texmf-dist/doc/latex/catechis/catechis.pdf +++ b/Master/texmf-dist/doc/latex/catechis/catechis.pdf 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 %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] -%<package>\ProvidesPackage{catechis}[2018/07/13 v2.2 Support for writing catechism questions and answers] +%<package>\ProvidesPackage{catechis}[2018/07/13 v2.3 Support for writing catechism questions and answers] %<*driver> \documentclass{ltxdoc} @@ -57,7 +57,7 @@ \end{document} %</driver> \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}% |