diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-03 21:58:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-03 21:58:47 +0000 |
commit | 3250173a826bc8ce3049aa267af8878fb93a1314 (patch) | |
tree | 633c365675b8394e9119b07d0381c4419dea434d /Master/texmf-dist/tex/latex/crossreftools | |
parent | db72269aba7977e4648acc3104c233ef2544cc1e (diff) |
crossreftools (3jan19)
git-svn-id: svn://tug.org/texlive/trunk@49589 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/crossreftools')
-rw-r--r-- | Master/texmf-dist/tex/latex/crossreftools/crossreftools.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/crossreftools/crossreftools.sty b/Master/texmf-dist/tex/latex/crossreftools/crossreftools.sty index 747946de523..9836769576f 100644 --- a/Master/texmf-dist/tex/latex/crossreftools/crossreftools.sty +++ b/Master/texmf-dist/tex/latex/crossreftools/crossreftools.sty @@ -1,9 +1,9 @@ -%% LaTeX package crossreftools - version 0.8 (2018/12/29 -- 16:21:53) +%% LaTeX package crossreftools - version 0.9 (2019/01/03 -- 15:57:43) %% Source file for crossreftools.sty %% %% %% ------------------------------------------------------------------------------------------- -%% Copyright (c) 2017 -- 2018 by Dr. Christian Hupfer <typography dot with dot latex at gmail dot com> +%% Copyright (c) 2017 -- 2019 by Dr. Christian Hupfer <typography dot with dot latex at gmail dot com> %% ------------------------------------------------------------------------------------------- %% %% This work may be distributed and/or modified under the @@ -19,10 +19,10 @@ %% %% -\def\crossreftoolspackageversion{0.8} +\def\crossreftoolspackageversion{0.9} \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{crossreftools}[2018/12/29 - v\crossreftoolspackageversion] +\ProvidesPackage{crossreftools}[2019/01/03 - v\crossreftoolspackageversion] \newif\ifcrtfinal \newif\ifcleverefcompatmode @@ -205,7 +205,7 @@ \expandafter\ifx\csname r@#1@cref\endcsname\relax \crt@refundefined% \else - \crtCrefnamebylabel{#1} %\crtcrefreference{#1}% + \crtCrefnamebylabel{#1} \crtcrefreference{#1}% \fi } |