diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-26 21:26:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-26 21:26:19 +0000 |
commit | 48b971a296cf76d3409730dba4928f228653a760 (patch) | |
tree | 5a6476831713f53d879dd60ae1c8f7d4891b7330 /Master/texmf-dist/tex/latex | |
parent | 7431e459213999bcbadfe024c77b012eeddc8d00 (diff) |
catechis (26aug18)
git-svn-id: svn://tug.org/texlive/trunk@48490 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/catechis/catechis.sty | 6 |
1 files changed, 3 insertions, 3 deletions
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} |