blob: 1ffcd336a85b01481bdadf2d8dca7d1a64cb0006 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
\RequirePackage{enumitem}
\setitemize{itemsep=0pt,parsep=0pt}
\renewcommand{\thesection}{Chapter \arabic{section}}
\newcommand\qindex[1]{}
\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}}
|