Skip to content
Snippets Groups Projects
Commit e4b557d6 authored by Leonard Fisser's avatar Leonard Fisser :frog:
Browse files

Fix slidenumber and date position in non-titlepage

parent df8a738c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
\ifnum\thepage>1\relax%
\begin{beamercolorbox}{tuhh teal}
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
\node[outer sep=0, inner sep=0] (tuhh_logo) at (309.42mm+7.91mm, \the\paperheight-26.05mm) {\includegraphics[width=25.82mm]{.theme_imgs/TUHH_logo_rgb.pdf}};
\node[outer sep=0, inner sep=0] (tuhh_logo) at (309.42mm+7.91mm, \the\paperheight-28.05mm) {\includegraphics[width=25.82mm]{.theme_imgs/TUHH_logo_rgb.pdf}};
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
%date
\node[rectangle,
......@@ -14,7 +14,7 @@
outer sep = 0mm,
inner sep = 0.0mm,
anchor = west,
] at (301.7 mm, \the\paperheight-181.27 mm) {\usebeamerfont{date_small} \insertdate};
] at (301.7 mm, \the\paperheight-185.27 mm) {\usebeamerfont{date_small} \insertdate};
%slide number
\node[rectangle,
minimum width = 16.12mm,
......@@ -22,7 +22,7 @@
outer sep = 0mm,
inner sep = 0.0mm,
anchor = west,
] at (309.0mm, \the\paperheight-135.26mm) {\usebeamerfont{frame_number} \insertframenumber};
] at (309.0mm, \the\paperheight-140.26mm) {\usebeamerfont{frame_number} \insertframenumber};
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
\node[rectangle,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment