Leonard/Janis Robert König · @ljrk
464 followers · 18435 posts · Server todon.eu

Hmm, dear bubble, I'm currently at my wits end when using in . 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?

#texlatex #Beamer #latex

Last updated 1 year ago

Bryan Lawrence · @bnlawrence
517 followers · 1159 posts · Server mastodon.nz

I’ve just invested in updating a lot of my talks and teaching into widescreen (using the Hannover scheme). My next “upgrade” might be to leave and go to , 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?

#Beamer #latex #markdown

Last updated 2 years ago

fetopa · @fetopa
21 followers · 333 posts · Server nrw.social

Jetzt rächt es sich, dass man unter der hauptsächlich die Überführung des analogen Unterrichts auf und verstanden hat.

Die Vermittlung und Abfrage von bleibt weiterhin das goldene Kalb der in der . Das lässt sich halt so herrlich verwalten.

Ich hoffe, dass die verkrustete 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

Last updated 2 years ago

George Peter Banyard · @Girgias
137 followers · 158 posts · Server phpc.social

**This "hack" for dealing with code snippets is incredible: tex.stackexchange.com/a/68093/**

**It also works with minted.**

#latex #Beamer

Last updated 2 years ago