Merge 32c845ac4c6e1d1a0d041647a5b4a14174a086e6 into 24a8c009368843605c212159ad8449476db87d20

This commit is contained in:
Fabian Scherer 2024-10-04 19:03:26 +02:00 committed by GitHub
commit ee820232fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -651,6 +651,10 @@ $if(page-background)$
\usepackage[pages=all]{background}
$endif$
$if(page-logo)$
\usepackage[pages=all]{background}
$endif$
%
% for the background color of the title page
%
@ -960,6 +964,22 @@ contents={%
}%
}
$endif$
$if(page-logo)$
\backgroundsetup{
scale=1,
color=black,
opacity=$if(page-logo-opacity)$$page-logo-opacity$$else$0.5$endif$,
angle=0,
position=current page.south east,
nodeanchor=south east,
hshift=-$if(page-logo-hshift)$$page-logo-hshift$$else$2.5cm$endif$,
contents={%
\ifnum\value{page}=1 \else \includegraphics[height=$if(page-logo-high)$$page-logo-high$$else$2cm$endif$]{$page-logo$} \fi
}%
}
$endif$
$endif$
$endif$