diff options
-rw-r--r-- | college-2.tex | 5 | ||||
-rw-r--r-- | pt.sty | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/college-2.tex b/college-2.tex index ed6a5fb..df0708f 100644 --- a/college-2.tex +++ b/college-2.tex @@ -4,15 +4,12 @@ \usepackage{geometry} \usepackage[dutch]{babel} \usepackage{enumitem} - -\usepackage{xcolor} +\usepackage{pt} \title{Pastoraaltheologie\\\large{Vragen bij college 2}} \author{Camil Staps} \date{8 september 2016} -\newcommand\comment[1]{\textcolor{gray}{#1}} - \begin{document} \maketitle @@ -0,0 +1,4 @@ +\RequirePackage{xcolor} + +\newcommand\comment[1]{\textcolor{gray}{#1}} +\newcommand\question[1]{\textcolor{red}{#1}} |