summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/aomart/fullref.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/aomart/fullref.pl')
-rw-r--r--macros/latex/contrib/aomart/fullref.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/latex/contrib/aomart/fullref.pl b/macros/latex/contrib/aomart/fullref.pl
index 0414089ea0..0eba808aa8 100644
--- a/macros/latex/contrib/aomart/fullref.pl
+++ b/macros/latex/contrib/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=$_;