Hmm, dear #TeXLaTeX bubble, I'm currently at my wits end when using #beamer in #LaTeX. My goal is to insert a background image (but on the first/title slide only). Further, however, the image should basically be bottom-aligned:
```
\documentclass{beamer}
\usepackage{graphicx}
\begin{document}
{
\setbeamertemplate{background}{
\vfill
\includegraphics[width=\paperwidth]{example-image-a.jpg}
}
\begin{frame}
hello world
\end{frame}
}
\end{document}
```
However using `vfill`, `vskip` etc. yields
```
! Missing } inserted.
<inserted text>
}
l.13 \end{frame}
```
Any ideas?
I’ve just invested in updating a lot of my talks and teaching into widescreen #beamer (using the Hannover scheme). My next “upgrade” might be to leave #latex and go to #markdown, but there are two issues I don’t want to solve myself:
1. I use tikzpictures for overlaying images, and
2. I really like the Hannover scheme navigation.
Anyone made that journey already and addressed these in markdown and css?
Jetzt rächt es sich, dass man unter #Digitalisierung der #Bildung hauptsächlich die Überführung des analogen Unterrichts auf #Tablets und #Beamer verstanden hat.
Die Vermittlung und Abfrage von #Faktenwissen bleibt weiterhin das goldene Kalb der #Qualitätsstandards in der #Schulentwicklung. Das lässt sich halt so herrlich verwalten.
Ich hoffe, dass #ChatGPT die verkrustete #Bildungsverwaltung zerschlägt und Raum für neues Denken schafft.
Aber ich fürchte, das wird in Deutschland nichts.
#digitalisierung #bildung #Tablets #Beamer #faktenwissen #qualitatsstandards #schulentwicklung #chatgpt #bildungsverwaltung
**This #LaTeX #Beamer "hack" for dealing with code snippets is incredible: https://tex.stackexchange.com/a/68093/206805**
**It also works with minted.**