summaryrefslogtreecommitdiff
path: root/handouts.sty
diff options
context:
space:
mode:
authorCamil Staps2016-09-27 00:14:09 +0200
committerCamil Staps2016-09-27 00:14:09 +0200
commit99b5df76cd11c1dab14ee16381b5cc04aff9941a (patch)
treeec16f3342e7d795401dfc796d7aaa8bc502bbe18 /handouts.sty
parentContinuing Benton (diff)
Benton: until (not including) 4.4.4
Diffstat (limited to 'handouts.sty')
-rw-r--r--handouts.sty9
1 files changed, 9 insertions, 0 deletions
diff --git a/handouts.sty b/handouts.sty
index bd25d45..d514362 100644
--- a/handouts.sty
+++ b/handouts.sty
@@ -15,12 +15,19 @@
\newif\ifshowcriticism
\showcriticismtrue
}{}
+\@ifundefined{ifshowideas}{%
+ \newif\ifshowideas
+ \showideastrue
+}{}
\newcommand{\pagenrStyle}{\small\color{darkgray}}
\newcommand{\criticismStart}{\emph{Criticism:} }
\newcommand{\criticismStyle}{\color{RedOrange}}
+\newcommand{\ideaStart}{\emph{Idea:} }
+\newcommand{\ideaStyle}{\color{RedOrange}}
+
\newcommand{\noteStyle}{\color{gray}}
\newcommand{\termStyle}{\it}
@@ -40,5 +47,7 @@
\parnote{\enspace(#1)}}
\newcommand{\criticism}[1]{%
\ifshowcriticism\begingroup\criticismStyle\criticismStart{}#1\endgroup\fi}
+\newcommand{\idea}[1]{%
+ \ifshowideas\begingroup\ideaStyle\ideaStart{}#1\endgroup\fi}
\newcommand{\term}[1]{%
\begingroup\termStyle #1\endgroup}