summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/authorarchive/authorarchive.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-26 20:44:36 +0000
committerKarl Berry <karl@freefriends.org>2022-04-26 20:44:36 +0000
commitacee38e891cd7d8032543c93da71e6491606034d (patch)
tree46ffb75e30306c8206519a615fc298961e7f6870 /Master/texmf-dist/tex/latex/authorarchive/authorarchive.sty
parent558123a20a5461e842ec9f96f3832f4f6ccc3c2f (diff)
authorarchive (26apr22)
git-svn-id: svn://tug.org/texlive/trunk@63146 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/authorarchive/authorarchive.sty')
-rw-r--r--Master/texmf-dist/tex/latex/authorarchive/authorarchive.sty20
1 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/authorarchive/authorarchive.sty b/Master/texmf-dist/tex/latex/authorarchive/authorarchive.sty
index 41534ebd125..057cceee3b0 100644
--- a/Master/texmf-dist/tex/latex/authorarchive/authorarchive.sty
+++ b/Master/texmf-dist/tex/latex/authorarchive/authorarchive.sty
@@ -11,7 +11,7 @@
%% SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause
\NeedsTeXFormat{LaTeX2e}\relax
\ProvidesPackage{authorarchive}
- [2019/06/23 v1.1.1%
+ [2022/04/25 v1.2.1
Self-archiving information for scientific publications.]
%
\PassOptionsToPackage{hyphens}{url}
@@ -25,7 +25,7 @@
\RequirePackage{hyperref}
\RequirePackage{calc}
\RequirePackage{qrcode}
-\RequirePackage{dtk-logos}
+\RequirePackage{hvlogos}
%
%Better url breaking
\g@addto@macro{\UrlBreaks}{\UrlOrds}
@@ -157,10 +157,22 @@
}{}
\renewcommand{\authorcrfont}{\scriptsize}
\@ifclasswith{llncs}{a4paper}{%
- \pdfpagesattr{/CropBox [92 114 523 780]}%
+ \ExplSyntaxOn
+ \@ifundefined{pdfmanagement_add:nnn}{%
+ \pdfpagesattr{/CropBox [92 114 523 780]}%
+ }{%
+ \pdfmanagement_add:nnn {Pages}{CropBox}{[92~114~523~780]}
+ }%
+ \ExplSyntaxOff
\renewcommand{\authorat}[1]{\put(\LenToUnit{\AA@x},40){#1}}%
}{%
- \pdfpagesattr{/CropBox [92 65 523 731]}% LNCS page: 152x235 mm
+ \ExplSyntaxOn
+ \@ifundefined{pdfmanagement_add:nnn}{%
+ \pdfpagesattr{/CropBox [92 65 523 731]}% LNCS page: 152x235 mm
+ }{%
+ \pdfmanagement_add:nnn {Pages}{CropBox}{[92~62~523~731]}
+ }%
+ \ExplSyntaxOff
\renewcommand{\authorat}[1]{\put(\LenToUnit{\AA@x},23){#1}}
}
\setlength{\AA@width}{\textwidth}