summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/catechis/CHANGES4
-rw-r--r--Master/texmf-dist/source/latex/catechis/catechis.dtx8
-rw-r--r--Master/texmf-dist/tex/latex/catechis/catechis.sty6
3 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/catechis/CHANGES b/Master/texmf-dist/doc/latex/catechis/CHANGES
index 19e47442ace..5f467cdcb33 100644
--- a/Master/texmf-dist/doc/latex/catechis/CHANGES
+++ b/Master/texmf-dist/doc/latex/catechis/CHANGES
@@ -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
diff --git a/Master/texmf-dist/source/latex/catechis/catechis.dtx b/Master/texmf-dist/source/latex/catechis/catechis.dtx
index a752a15b4f2..846cbfaabdc 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.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,
diff --git a/Master/texmf-dist/tex/latex/catechis/catechis.sty b/Master/texmf-dist/tex/latex/catechis/catechis.sty
index 8d818df11ea..fd20f234b7b 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.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}