Compare commits

...

5 Commits

Author SHA1 Message Date
Achim D. Brucker e0b016d689 Merge branch 'koppor-fix-publisher-setting'
ci/woodpecker/push/build Pipeline was successful Details
2023-08-27 15:18:38 +01:00
Achim D. Brucker 4a926f653e Merge branch 'fix-publisher-setting' of github.com:koppor/authorarchive into koppor-fix-publisher-setting 2023-08-27 15:17:51 +01:00
Oliver Kopp 28e93099fe Add CHANGELOG.md entry 2023-08-25 11:16:25 +02:00
Oliver Kopp 11283f3306 Also fix startpage 2023-08-25 11:15:45 +02:00
Oliver Kopp c9ff484c18 Fix setting publisher at \authorsetup 2023-08-23 16:45:00 +02:00
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,