A LaTeX beamer theme with customizable lines in various places.
Go to file
2021-05-03 23:17:26 +02:00
.gitignore added *.pdf to .gitignore 2021-03-02 00:13:59 +01:00
BCCN_Tuebingen_Logo-long.pdf added CIN and BCCN logo 2021-03-31 15:54:41 +02:00
beamercolorthemeaptero.sty extra names for muted colors 2021-05-01 10:13:10 +02:00
beamercolorthemeut.sty no section graphic background in ut theme 2021-05-03 11:25:26 +02:00
beamerthemelines.sty improved sectiongraphic and subsectiongraphic 2021-04-25 00:04:37 +02:00
beamerthemeut.sty non-bold message box 2021-05-03 23:17:26 +02:00
CIN-E.jpg added CIN and BCCN logo 2021-03-31 15:54:41 +02:00
efishtitle.pdf added efishtitle with two fish 2021-04-02 09:30:28 +02:00
efishtitle.py added efishtitle with two fish 2021-04-02 09:30:28 +02:00
install.sh finished installation script 2021-03-03 17:08:09 +01:00
LICENSE Initial commit 2021-03-01 13:37:10 +01:00
lines-example.tex added sectiongraphic and subsectiongraphic 2021-04-24 23:24:24 +02:00
lines-manual.tex added sectiongraphic and subsectiongraphic 2021-04-24 23:24:24 +02:00
Makefile updated README and Makefile 2021-04-02 13:30:09 +02:00
README.md added logos to README 2021-04-15 14:46:13 +02:00
UT_BM_Rot_RGB.pdf added install script 2021-03-02 18:20:14 +01:00
UT_MNF_RGB.pdf added install script 2021-03-02 18:20:14 +01:00
UT_WBMW_Rot_RGB.pdf improved ut theme and tocs styles 2021-03-27 10:24:20 +01:00
ut-example.tex added sectiongraphic and subsectiongraphic 2021-04-24 23:24:24 +02:00

beamer lines themes

LaTeX beamer themes with customizable lines in various places.

LaTeX Style files

The following style files are provided:

  • beamerthemelines.sty: provides the lines 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 the aptero color theme fitting not only the lines theme.
  • beamerthemeut.sty: provides the ut theme --- the lines 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 the ut 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 Logo
  • UT_MNF_RGB.pdf: MNF - University of Tuebingen Logo
  • BCCN_Tuebingen_Logo-long.pdf: Bernstein Computational Neurosciene Logo
  • CIN-E.jpg: CIN logo
  • efishtitle.pdf: simulation of electric fields of three fish for the title page
  • efishtitle.py: source code, needs thunderfish

Installation

Copy the style files to appropriate places:

User specific:

./install.sh

System wide:

sudo ./install.sh