A LaTeX beamer theme with customizable lines in various places.
.gitignore | ||
BCCN_Tuebingen_Logo-long.pdf | ||
beamercolorthemeaptero.sty | ||
beamercolorthemeut.sty | ||
beamerthemelines.sty | ||
beamerthemeut.sty | ||
CIN-E.jpg | ||
efishtitle.pdf | ||
efishtitle.py | ||
install.sh | ||
LICENSE | ||
lines-example.tex | ||
lines-manual.tex | ||
Makefile | ||
README.md | ||
UT_BM_Rot_RGB.pdf | ||
UT_MNF_RGB.pdf | ||
UT_WBMW_Rot_RGB.pdf | ||
ut-example.tex |
beamer lines themes
LaTeX beamer themes with customizable lines in various places.
LaTeX Style files
The following style files are provided:
beamerthemelines.sty
: provides thelines
theme --- a general beamer theme (inner, outer and font theme) with horizontal lines instead/in addition to colored boxes.beamercolorthemeaptero.sty
: provides a palette of muted colors and theaptero
color theme fitting not only thelines
theme.beamerthemeut.sty
: provides theut
theme --- thelines
theme specifically adapted for the cooperate design of the University of Tübingen.beamercolorthemeut.sty
: the color palette of the cooperate design of the University of Tübingen. Used by theut
theme.
Usage of the lines
theme
The lines
theme can be used on its own, potentially together with
the aptero
or ut
color theme.
\documentclass[aspectratio=169,t]{beamer}
\usetheme[author,institute,date,title,page,hidelogo]{lines}
\usecolortheme{aptero}
\title{Line-based themes for beamer}
\author[Benda]{Jan Benda}
\institute[T\"ubingen]{Neuroethology, University of T\"ubingen}
\date[2021]{March 2021}
\logo{\includegraphics[height=3.5ex]{UT_BM_Rot_RGB}}
\titlelogo{\includegraphics[height=6ex]{UT_MNF_RGB}}
\titlegraphic{\includegraphics[width=\textwidth]{efishtitle}}
\begin{document}
\begin{frame}[plain]
\titlepage
\end{frame}
\begin{frame}{First slide}
Something to talk about.
\end{frame}
\end{document}
Usage of the ut
theme
When using the ut
theme, then you need the style files for the
lines
theme and the ut
color theme as well.
\documentclass[aspectratio=169,t]{beamer}
\usetheme[author,date,title]{ut}
\title{Line-based themes for beamer}
\author[Benda]{Jan Benda}
\institute[T\"ubingen]{Neuroethology, University of T\"ubingen}
\date[2021]{April 2021}
\logo{\includegraphics[height=3.5ex]{UT_WBMW_Rot_RGB}}
\titlelogo{\includegraphics[height=5ex]{UT_MNF_RGB}\hfill%
\includegraphics[height=6ex]{BCCN_Tuebingen_Logo-long}\hfill%
\includegraphics[height=5ex]{CIN-E}}
\titlegraphic{\includegraphics[width=\textwidth]{efishtitle}}
\begin{document}
\begin{frame}[plain]
\titlepage
\end{frame}
\begin{frame}{First slide}
Something to talk about.
\end{frame}
\end{document}
User guides and manual
See the lines-example.tex
and the ut-example.tex
file for examples
and descriptions of the respective themes.
lines-manual.tex
explains the various templates introduced by the
lines theme and how they can be modified.
Run in your shell
> make talks
to compile them.
Or, on not so potent operating systems, compile them manually with
pdflatex
or lualatex
.
Logos
UT_WBMW_Rot_RGB.pdf
: University of Tuebingen LogoUT_MNF_RGB.pdf
: MNF - University of Tuebingen LogoBCCN_Tuebingen_Logo-long.pdf
: Bernstein Computational Neurosciene LogoCIN-E.jpg
: CIN logoefishtitle.pdf
: simulation of electric fields of three fish for the title pageefishtitle.py
: source code, needs thunderfish
Installation
Copy the style files to appropriate places:
User specific:
./install.sh
System wide:
sudo ./install.sh