From c9ff484c18a64027b04d4ad405c17b3bbca25905 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 23 Aug 2023 16:45:00 +0200 Subject: [PATCH 1/3] Fix setting publisher at \authorsetup --- authorarchive.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authorarchive.sty b/authorarchive.sty index 23e6dbc..0cef29c 100644 --- a/authorarchive.sty +++ b/authorarchive.sty @@ -141,7 +141,7 @@ } - +\AtBeginDocument{ %%%% sig-alternate.cls \ifAA@ACM% \ifthenelse{\equal{\AA@publisher}{UNKNOWN PUBLISHER}}{% @@ -220,7 +220,7 @@ \setlength{\AA@width}{\textwidth} \setcounter{tocdepth}{2} \fi -% +} \hypersetup{% draft = false, From 11283f330657b3cd75ebd057d20b6350c59bc07d Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 25 Aug 2023 11:15:45 +0200 Subject: [PATCH 2/3] Also fix startpage --- authorarchive.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authorarchive.sty b/authorarchive.sty index 0cef29c..0040f25 100644 --- a/authorarchive.sty +++ b/authorarchive.sty @@ -134,14 +134,14 @@ \setlength{\AA@width}{\textwidth} \def\AA@pageinfo{} + +\AtBeginDocument{ \ifthenelse{\equal{\AA@startpage}{UNKNOWN START PAGE}}{% }{% \setcounter{page}{\AA@startpage}% \def\AA@pageinfo{pp. \thepage--\pageref{\aa@lastpage}, } } - -\AtBeginDocument{ %%%% sig-alternate.cls \ifAA@ACM% \ifthenelse{\equal{\AA@publisher}{UNKNOWN PUBLISHER}}{% From 28e93099fea959f26bfaaa56ab0afaf68699a0d9 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 25 Aug 2023 11:16:25 +0200 Subject: [PATCH 3/3] Add CHANGELOG.md entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4749b..e0c1e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed +### Fixed + +- `startpage` and publisher information correctly handled at `\authorsetup{}` + ## [1.3.0] - 2023-02-10 ### Changed