diff options
Diffstat (limited to 'dogmatics.sty')
-rw-r--r-- | dogmatics.sty | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dogmatics.sty b/dogmatics.sty index 2b671da..8f1c2a8 100644 --- a/dogmatics.sty +++ b/dogmatics.sty @@ -2,3 +2,10 @@ \setitemize{itemsep=0pt,parsep=0pt} \renewcommand{\thesection}{Chapter \arabic{section}} + +\RequirePackage{color} +\newif\ifshowquestions +\def\question#1{\ifshowquestions{\color{red}~[#1]}\fi} + +\def\discussionintro{\begin{center}\emph{A summary of the assigned reading with comments and questions {\color{red}in red}.}\end{center}} + |