diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-03 20:45:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-03 20:45:54 +0000 |
commit | 2887c3e3e67aa5cb41af8a6b12611d745eb936a0 (patch) | |
tree | 2165799a17c4939b8d594608a8537d007b26c32a /Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenbamathesis.cls | |
parent | fe7ff0a0d1835123521025ee969717c5ee858b3c (diff) |
uantwerpendocs (3aug21)
git-svn-id: svn://tug.org/texlive/trunk@60151 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenbamathesis.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenbamathesis.cls | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenbamathesis.cls b/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenbamathesis.cls index 1916a9d2c58..4a7a5523694 100644 --- a/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenbamathesis.cls +++ b/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenbamathesis.cls @@ -26,9 +26,9 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{uantwerpenbamathesis} - [2021/07/11 v4.0 .dtx skeleton file] -\def\fileversion{4.0} -\def\filedate{2021/07/11} + [2021/08/03 v4.1 .dtx skeleton file] +\def\fileversion{4.1} +\def\filedate{2021/08/03} \newif\if@filled \DeclareOption{filled}{\@filledtrue} \input{uantwerpencommonoptions.clo} @@ -76,6 +76,7 @@ \NewDocumentCommand{\uantwerpendocspropread}{m}{ \__uantwerpendocs_datareader:n { #1 } } +\cs_generate_variant:Nn \prop_gput:Nnn{ Nxx } \cs_new_nopar:Npn \__uantwerpendocs_dataparser:w #1 = #2!! { \tl_set:Nn \l_tmpa_tl {#1} \tl_set:Nn \l_tmpb_tl {#2} @@ -289,9 +290,6 @@ \AtBeginDocument{ \@ifpackageloaded{hyperref}{ \hypersetup{ - backref=true, - hyperindex=true, - pagebackref=true, breaklinks=true, colorlinks=true, citecolor=black, |