summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/aomart/fullref.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-04-12 20:04:49 +0000
committerKarl Berry <karl@freefriends.org>2021-04-12 20:04:49 +0000
commit8291b997365ae1d722de13105044fa5074fb9240 (patch)
tree66b823a42abf55a874e4bfcc104677cc42dbef18 /Master/texmf-dist/doc/latex/aomart/fullref.pl
parent1b46f20416a9e8cc55188c0b4ad13cc91ace5aed (diff)
aomart (12apr21)
git-svn-id: svn://tug.org/texlive/trunk@58855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/aomart/fullref.pl')
-rw-r--r--Master/texmf-dist/doc/latex/aomart/fullref.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/aomart/fullref.pl b/Master/texmf-dist/doc/latex/aomart/fullref.pl
index 0414089ea00..0eba808aa84 100644
--- a/Master/texmf-dist/doc/latex/aomart/fullref.pl
+++ b/Master/texmf-dist/doc/latex/aomart/fullref.pl
@@ -4,7 +4,7 @@
# perl fullref.pl original.tex > converted.tex
#
#
-# Copyright (C) 2010 Annals of Mathematics. Public domain.
+# Copyright (C) 2010-2021 Annals of Mathematics. Licenses under CC0
#
# Author: Boris Veytsman
#
@@ -44,7 +44,7 @@ while (<>) {
}
s/(\s)([^\s\\]\S*[^~\s\(\)\[\]])[\s~]*\[\\ref\{([^\}]+)\}\]/$1\\bfullref{$2}{$3}/g;
s/(\s)([^\s\\]\S*[^~\s\(\)\[\]])[\s~]*\\ref\{([^\}]+)\}/$1\\fullref{$2}{$3}/g;
-
+ s/(\s)([^\s\\]\S*[^~\s\(\)\[\]])[\s~]*\\pageref\{([^\}]+)\}/$1\\fullpageref[$2]{$3}/g;
# Now delete the extra space
s/^ //;
$prevline=$_;