summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenmasterthesis.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-20 21:03:52 +0000
committerKarl Berry <karl@freefriends.org>2018-06-20 21:03:52 +0000
commitb79a6235289329238aed57f2b8afca0a577c770d (patch)
treea1df8d9d42b3376aaa7c45d598fec9beb82a3e62 /Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenmasterthesis.cls
parent72bd55f3b3dac4ee6b26f0fccb82471465eca21d (diff)
uantwerpendocs (20jun18)
git-svn-id: svn://tug.org/texlive/trunk@48061 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenmasterthesis.cls')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenmasterthesis.cls6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenmasterthesis.cls b/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenmasterthesis.cls
index a09258ba78d..604fa4e20f6 100644
--- a/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenmasterthesis.cls
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenmasterthesis.cls
@@ -26,7 +26,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{uantwerpenmasterthesis}
- [2018/05/16 v2.0 .dtx skeleton file]
+ [2018/06/20 v2.1 .dtx skeleton file]
\def\fileversion{2.0}
\def\filedate{2018/05/16}
\newif\if@titlepagenoartwork
@@ -49,6 +49,7 @@
\RequirePackage{graphicx}
\RequirePackage{color}
\RequirePackage{tikz}
+\usetikzlibrary{positioning}
\RequirePackage{eso-pic}
\RequirePackage{fancyhdr}
\definecolor{uacorpbord}{cmyk} {0.00,1.00,0.60,0.37}
@@ -352,6 +353,7 @@
\errmessage{Error: wrong faculty acronym; choose one of CPG, FBD, GGW,
IOB, IOIW, ASoE, LW, OW, SW, REC, TEW, TI, WET}}}}}}}}}}}}}}}
}
+\newcommand{\@subtitle}{Master's thesis}
\newcommand\@supervisori{\errmessage{Please define a supervisor of
your thesiswork using the \textbackslash{}supervisori to iv
commands} in the preamble of your document.}
@@ -543,7 +545,7 @@
\AtBeginDocument{
\hypersetup{
pdftitle={\@title},
- pdfsubject={Master's Thesis},
+ pdfsubject={\@subtitle},
pdfauthor={\@author}
}
}