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

Merge branch 'field_layout' into 'master'

Improve layout of fields

See merge request e-4/utilities/tuhh_latex_presentation!3
parents cadc0e55 154971c8
No related branches found
No related tags found
No related merge requests found
...@@ -9,20 +9,24 @@ ...@@ -9,20 +9,24 @@
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight); \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
%date %date
\node[rectangle, \node[rectangle,
minimum width = 30.76 mm, minimum width = 32.10mm,
minimum height = 4.97 mm, minimum height = 15.99 mm,
text width = 32.10mm,
align=center,
outer sep = 0mm, outer sep = 0mm,
inner sep = 0.0mm, inner sep = 0.0mm,
anchor = west, anchor = west,
] at (301.7 mm, \the\paperheight-185.27 mm) {\usebeamerfont{date_small} \insertdate}; ] at (301.22mm, \the\paperheight-5.24mm-180.00mm) {\usebeamerfont{date_small}\insertdate};
%slide number %slide number
\node[rectangle, \node[rectangle,
minimum width = 16.12mm, minimum width = 32.10mm,
minimum height = 4.0mm, minimum height = 4.0mm,
text width = 32.10mm,
align=center,
outer sep = 0mm, outer sep = 0mm,
inner sep = 0.0mm, inner sep = 0.0mm,
anchor = west, anchor = west,
] at (309.0mm, \the\paperheight-140.26mm) {\usebeamerfont{frame_number} \insertframenumber}; ] at (301.22mm, \the\paperheight-140.26mm) {\usebeamerfont{frame_number}\insertframenumber};
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight); \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
\node[rectangle, \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