diff options
author | Camil Staps | 2016-11-17 15:30:12 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-17 15:30:12 +0100 |
commit | 30fdc8abb61be2b5080b07eb8a60e55205b313a4 (patch) | |
tree | ae291f159948c534c7fa4d195cb4439638338fcc /pt.sty | |
parent | Notities college 8 (diff) |
Aantekeningen college 9
Diffstat (limited to 'pt.sty')
-rw-r--r-- | pt.sty | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ \RequirePackage{xcolor} -\newcommand\comment[1]{\textcolor{gray}{#1}} -\newcommand\question[1]{\textcolor{red}{#1}} +\newcommand\comment[1]{\bgroup\color{gray}#1\egroup} +\newcommand\question[1]{\bgroup\color{red}#1\egroup} |