Alignment Date in Footer
The alignment of the date in the footer does **not** play well when the month contains a g or similar. See screenshot. Fix: `beamerouterthemeJuelich.sty` – beamer template *date*: `\insertdate` → `\raisebox{0pt}[0pt][0pt]{\insertdate}` ![Bildschirmfoto_2018-02-13_um_14.50.07](/uploads/3d4a6410184ec8788e41fc2252d5489b/Bildschirmfoto_2018-02-13_um_14.50.07.png) ![Bildschirmfoto_2018-02-13_um_14.52.50](/uploads/7a3cde5f492a369195d6f489c5c6f95a/Bildschirmfoto_2018-02-13_um_14.52.50.png)
issue