diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-05 23:35:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-05 23:35:41 +0000 |
commit | f831737645c149ae13f03aa6c093fa0c90e1cf6e (patch) | |
tree | af679b30679051ab65b85764ec87236d135c6db5 /Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls | |
parent | 64ea165e45ccb9d22a6e2d8b4fb9e110270fccc4 (diff) |
resphilosophica (5feb14)
git-svn-id: svn://tug.org/texlive/trunk@32874 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls index d02edca4c72..213340a874b 100644 --- a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls +++ b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e} \ProvidesClass{resphilosophica} -[2013/12/07 v1.18 Typesetting articles for Res Philosophica] +[2013/12/23 v1.19 Typesetting articles for Res Philosophica] \RequirePackage{xkeyval} \newif\ifRESP@fontauto \RESP@fontautotrue @@ -493,7 +493,11 @@ \csname TC@highlight@#1\endcsname{#2}\fi} \newcommand\TCSelect[2][magenta]{\ifRESP@manuscript \@for\TC@level:=#2\do{\expandafter - \gdef\csname TC@highlight@\TC@level\endcsname{\textcolor{#1}}}% + \gdef\csname TC@highlight@\TC@level\endcsname##1{\bgroup + \Hy@colorlinksfalse + \def\Hy@colorlink####1{\begingroup}% + \def\Hy@endcolorlink{\endgroup}% + \color{#1}##1\egroup}}% \fi} \def\doi#1{\url{http://dx.doi.org/#1}} \def\@makefntext{\noindent\@makefnmark |