1
0
forked from upb/FancyBeamerUPB

Compare commits

...

4 Commits
main ... pb

Author SHA1 Message Date
pmbittner
2d19749105 adjust bad hardcoded title pic pos 2024-07-12 15:45:10 +02:00
pmbittner
ce3ce1b820 delete default fancy logos
because we cannot overwrite them afterwards!
2024-07-09 21:23:22 +02:00
pmbittner
50597e4ca9 dropme: hardcoded image pos 2024-04-07 16:08:53 +02:00
pmbittner
e5ab968948 allow inclusion from anywhere 2024-04-07 16:08:44 +02:00
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
\AtEndPreamble{\usepackage{../fancyupb}} % use the UPB look and feel
\AtEndPreamble{\usepackage{\FancyBeamerUPBdir/fancyupb}} % use the UPB look and feel
% =============================================
% FANCY BEAMER
@ -136,7 +136,7 @@
\def\fancy@titlepage@margin{20pt}
\newcommand{\@createtitleslide}{
{
\ifx \fancytitlepicture \empty \else \usebackgroundtemplate{\pic[trim=0 0 0 \fancytitlepictureoffset,clip,width=\paperwidth]{\fancytitlepicture}} \fi
\ifx \fancytitlepicture \empty \else \usebackgroundtemplate{\pic[trim=-1000 0 500 -235,width=.8\paperwidth]{\fancytitlepicture}} \fi
\begin{frame}[plain]
\vskip0pt plus 1filll
\begin{beamercolorbox}[wd=\paperwidth,ht=4.5ex,dp=2ex,right]{titlebox}

View File

@ -43,5 +43,4 @@
\UpdateBoxColor{note}{red}
% use official logos
\fancylogos{upb,upb-triangles}
\setpaths{{pics/}{../pics/}}
\setpaths{{pics/}{\FancyBeamerUPBdir/pics/}}