I'd like to create a presentation using LaTeX beamer, that has two different sort of slide templates/layouts: one for slides with a background image and one layout/template for slides without a specified background image.
Is there any trick to do this using beamer?
To start our presentation we need to set the document class to beamer . Next we'll select a theme using the \usetheme command; for our example we'll use the Boadilla theme. Just like any other LaTeX document we need to enclose our document in the document environment.
BEAMER : how to install themes on beamer Topic is solved A simple way: just put the theme into your document folder. Or, find the beamer path that way, type at the command prompt: kpsewhich beamer. cls Look at the folder structure there, so you can find the themes subfolder to place the theme there.
This is a LaTeX file containing a few (colored) slides, created with \documentclass{slides}. Here are the main commands.
Beamer is a LaTeX document class for creating presentation slides, with a wide range of templates and a set of features for making slideshow effects. It supports pdfLaTeX, LaTeX + dvips, LuaLaTeX and XeLaTeX.
Basically I boils down to putting \usebackgroundtemplate
before each \begin{frame}...\end{frame}
.
If you want a specific background image for a single slide, just put an
{\usebackgroundtemplate{\includegraphics[width=\paperwidth]{background.jpg}}
directly before your \begin{frame}
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With