texlive[48490] Master/texmf-dist: catechis (26aug18)

commits+karl at tug.org commits+karl at tug.org
Sun Aug 26 23:26:19 CEST 2018


Revision: 48490
          http://tug.org/svn/texlive?view=revision&revision=48490
Author:   karl
Date:     2018-08-26 23:26:19 +0200 (Sun, 26 Aug 2018)
Log Message:
-----------
catechis (26aug18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/catechis/CHANGES
    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-08-26 21:26:03 UTC (rev 48489)
+++ trunk/Master/texmf-dist/doc/latex/catechis/CHANGES	2018-08-26 21:26:19 UTC (rev 48490)
@@ -1,3 +1,7 @@
+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.
+
 11 Jul 1202 (13 Jul 2018):  Added the catcitations
 environment, which inserts appropriate spacing before and
 after a citations section.  Also added \catcitationsbefskip

Modified: trunk/Master/texmf-dist/source/latex/catechis/catechis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/catechis/catechis.dtx	2018-08-26 21:26:03 UTC (rev 48489)
+++ trunk/Master/texmf-dist/source/latex/catechis/catechis.dtx	2018-08-26 21:26:19 UTC (rev 48490)
@@ -25,7 +25,7 @@
 
 % \iffalse
 %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-%<package>\ProvidesPackage{catechis}[2018/07/13 v2.1 Support for writing catechism questions and answers]
+%<package>\ProvidesPackage{catechis}[2018/07/13 v2.2 Support for writing catechism questions and answers]
 %<*driver>
 \documentclass{ltxdoc}
 
@@ -57,7 +57,7 @@
 \end{document}
 %</driver> \fi
 %
-% \title{The |catechis| Package, v2.1} \author{Donald P.\
+% \title{The |catechis| Package, v2.2} \author{Donald P.\
 % Goodman III} \date{\today}
 %
 % \maketitle
@@ -502,12 +502,12 @@
 % Define the catechism comments, and set sensible defaults
 % for the settings.
 %    \begin{macrocode}
-\def\catcommentsty{\itshape}
+\def\catcommsty{}
 \newlength{\commindent}\setlength{\commindent}{2em}
 \newlength{\commhindent}\setlength{\commhindent}{2em}
 \def\catcomment#1{%
 	{\parindent=\commindent\hangindent=\commhindent\hangafter=1%
-	{\par\catcommentsty #1}\par}
+	{\par\catcommsty #1}\par}
 }%
 %    \end{macrocode}
 % Define the catechism explications (longer than comments,

Modified: trunk/Master/texmf-dist/tex/latex/catechis/catechis.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/catechis/catechis.sty	2018-08-26 21:26:03 UTC (rev 48489)
+++ trunk/Master/texmf-dist/tex/latex/catechis/catechis.sty	2018-08-26 21:26:19 UTC (rev 48490)
@@ -26,7 +26,7 @@
 %% derived files catechis.sty and catechis.pdf.
 
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesPackage{catechis}[2018/07/13 v2.1 Support for writing catechism questions and answers]
+\ProvidesPackage{catechis}[2018/07/13 v2.2 Support for writing catechism questions and answers]
 \RequirePackage{paralist}
 \setdefaultenum{(a)}{(1)}{(i)}{(A)}
 \setdefaultleftmargin{3.8em}{}{}{}{}{}
@@ -48,12 +48,12 @@
 {\parindent=\catansindent\hangindent=\catanshindent\hangafter=1%
 {\par\catanssty #2}\par}%
 }%
-\def\catcommentsty{\itshape}
+\def\catcommsty{}
 \newlength{\commindent}\setlength{\commindent}{2em}
 \newlength{\commhindent}\setlength{\commhindent}{2em}
 \def\catcomment#1{%
 {\parindent=\commindent\hangindent=\commhindent\hangafter=1%
-{\par\catcommentsty #1}\par}
+{\par\catcommsty #1}\par}
 }%
 \def\catexplicsty{\small}
 \newlength{\explicindent}\setlength{\explicindent}{4em}



More information about the tex-live-commits mailing list