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/source | |
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/source')
-rw-r--r-- | Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx index 54c1b99fa35..b54f3a9be3e 100644 --- a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx +++ b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx @@ -1,6 +1,6 @@ % \iffalse %<*gobble> -% $Id: resphilosophica.dtx,v 1.43 2013-12-08 03:36:30 boris Exp $ +% $Id: resphilosophica.dtx,v 1.44 2013-12-23 20:38:14 boris Exp $ % % Copyright 2012-2013, Boris Veytsman <boris@varphi.com> % This work may be distributed and/or modified under the @@ -20,7 +20,7 @@ % derived file resphilosophica.cls % % \fi -% \CheckSum{1297} +% \CheckSum{1306} % % %% \CharacterTable @@ -53,7 +53,7 @@ \ProvidesFile{resphilosophica.dtx} %</gobble> %<class>\ProvidesClass{resphilosophica} -[2013/12/07 v1.18 Typesetting articles for Res Philosophica] +[2013/12/23 v1.19 Typesetting articles for Res Philosophica] %<*gobble> % \end{macrocode} % @@ -1793,11 +1793,16 @@ % % \begin{macro}{\TCSelect} % \changes{v1.16}{2013/11/27}{Added macro} +% \changes{v1.19}{2013/12/23}{Switched off colored links} % This switches on the selected levels in the mqnuscript version % \begin{macrocode} \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} % \end{macrocode} % |