diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-06 22:04:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-06 22:04:13 +0000 |
commit | b41749959c73e2c85e711c0d8f98829cb74af6dd (patch) | |
tree | a75ca9c5fa230f0797288b0ae5966d0723f90490 /Master/texmf-dist/tex/latex/tools/xr.sty | |
parent | 5ed74e52078fd4969d9d48a906b911b9e34aad27 (diff) |
glossaries (6jan19)
git-svn-id: svn://tug.org/texlive/trunk@49619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tools/xr.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/tools/xr.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/tools/xr.sty b/Master/texmf-dist/tex/latex/tools/xr.sty index 6fad3d0c7db..4f50e782bc8 100644 --- a/Master/texmf-dist/tex/latex/tools/xr.sty +++ b/Master/texmf-dist/tex/latex/tools/xr.sty @@ -35,10 +35,10 @@ %% The list of all files belonging to the LaTeX `Tools Bundle' is %% given in the file `manifest.txt'. %% -%% File: xr.dtx Copyright (C) 1994-1994 2018 David Carlisle +%% File: xr.dtx Copyright (C) 1994-1994 2018 2019 David Carlisle \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{xr} - [2018/10/01 v5.03 eXternal References (DPC)] + [2019/01/05 v5.04 eXternal References (DPC)] \def\externaldocument{\@ifnextchar[\XR@{\XR@[]}} \def\XR@[#1]#2{{% \makeatletter @@ -62,13 +62,13 @@ \read\@inputcheck to\XR@line \expandafter\XR@test\XR@line...\XR@} \long\def\XR@test#1#2#3#4\XR@{% - \let\XR@next\@gobbletwo + \let\XR@tempa\@gobbletwo \ifx#1\newlabel - \let\XR@next\@firstoftwo% + \let\XR@tempa\@firstoftwo% \else\ifx#1\@input - \let\XR@next\@secondoftwo + \let\XR@tempa\@secondoftwo \fi\fi - \XR@next{\newlabel{\XR@prefix#2}{#3}}{\edef\XR@list{\XR@list#2\relax}}% + \XR@tempa{\newlabel{\XR@prefix#2}{#3}}{\edef\XR@list{\XR@list#2\relax}}% \ifeof\@inputcheck\expandafter\XR@aux \else\expandafter\XR@read\fi} |