summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hyperref/xr-hyper.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-08 03:01:14 +0000
committerNorbert Preining <norbert@preining.info>2021-02-08 03:01:14 +0000
commit314f2cf58d8c42409e06e1c52de09b77d6e5fe09 (patch)
treeaed06f32ad00ff26fb839b9fd650b51b2443a3fb /macros/latex/contrib/hyperref/xr-hyper.sty
parente068841d2fc2976d094b382e4dd5e4d6df455506 (diff)
CTAN sync 202102080301
Diffstat (limited to 'macros/latex/contrib/hyperref/xr-hyper.sty')
-rw-r--r--macros/latex/contrib/hyperref/xr-hyper.sty40
1 files changed, 21 insertions, 19 deletions
diff --git a/macros/latex/contrib/hyperref/xr-hyper.sty b/macros/latex/contrib/hyperref/xr-hyper.sty
index 369f0bea06..a18ca9dc41 100644
--- a/macros/latex/contrib/hyperref/xr-hyper.sty
+++ b/macros/latex/contrib/hyperref/xr-hyper.sty
@@ -29,7 +29,7 @@
%% Unless a package redefines \XR@addfile, the optional URL argument
%% will be ignored.
%%
-%% This version (beta2) also has another improvement unrelated
+%% Version beta2 also added another improvement unrelated
%% to the hyperref support. Olivier Michel pointed out that
%% if the aux file was not on texinputs you could not always go
%% \externaldocument{/some/path/to/file}
@@ -59,26 +59,9 @@
%% \ref to avoid generating a hyperlink.
%%
%%
-%% History
-%%
-%% 1997/10/06 v6.00beta2
-%%
-%% 1999/09/01 v6.00beta3
-%% Definitions of \XR@addURL corrected (Heiko Oberdiek).
-%%
-%% 2000/03/22 v6.00beta4
-%% \xdef changed to \protected@xdef.
-%%
-%% 2019/10/03 v6.1
-%% Incorporate updates to xr (including citation support)
-%%
-%% 2020-05-14 v7.00e
-%% add additional braces to \r@ only if hyperref is not detected in the aux
-%% of the source document (https://github.com/latex3/hyperref/issues/118)
-%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{xr-hyper}
- [2021-02-04 v7.00g eXternal References (DPC)]
+ [2021-02-07 v7.00h eXternal References (DPC)]
\def\externaldocument{\@testopt\XR@cite{}}
\let\externalcitedocument\externaldocument
@@ -168,3 +151,22 @@
\endinput
%%
%% End of file `xr-hyper.sty'.
+
+
+%% History
+%%
+%% 1997/10/06 v6.00 beta2
+%%
+%% 1999/09/01 v6.00 beta3
+%% Definitions of \XR@addURL corrected (Heiko Oberdiek).
+%%
+%% 2000/03/22 v6.00 beta4
+%% \xdef changed to \protected@xdef.
+%%
+%% 2019/10/03 v6.1
+%% Incorporate updates to xr (including citation support)
+%%
+%% 2020-05-14 v7.00e
+%% add additional braces to \r@ only if hyperref is not detected in the aux
+%% of the source document (https://github.com/latex3/hyperref/issues/118)
+%%