Merge branch 'fix-publisher-setting' of github.com:koppor/authorarchive into koppor-fix-publisher-setting

This commit is contained in:
Achim D. Brucker 2023-08-27 15:17:51 +01:00
commit 4a926f653e
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -137,14 +137,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}, }
}
%%%% sig-alternate.cls
\ifAA@ACM%
\ifthenelse{\equal{\AA@publisher}{UNKNOWN PUBLISHER}}{%
@ -223,7 +223,7 @@
\setlength{\AA@width}{\textwidth}
\setcounter{tocdepth}{2}
\fi
%
}
\hypersetup{%
draft = false,