https://github.com/fneum/beamerthemeberlin
TU Berlin style beamer theme
https://github.com/fneum/beamerthemeberlin
Last synced: 5 months ago
JSON representation
TU Berlin style beamer theme
- Host: GitHub
- URL: https://github.com/fneum/beamerthemeberlin
- Owner: fneum
- License: gpl-3.0
- Created: 2021-03-14T15:29:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T15:37:14.000Z (about 5 years ago)
- Last Synced: 2025-03-17T07:17:41.225Z (about 1 year ago)
- Language: TeX
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alternative LaTeX Beamer Template in TU Berlin Style
This is an alternative LaTeX beamer theme for presentations in the style of TU Berlin.
## Usage
To use it just place the `.sty` files where LaTeX can find them (e.g. your project folder) and include `\usetheme{Berlin}` in the preamble of your `.tex` file. For a title slide at the start of each section use `\usetheme[sectionslides]{Berlin}`.
You can also use the colour theme `beamercolorthemeBerlin.sty` separately with other themes via `\usecolortheme{Berlin}`.
These colour aliases are available for use with `\textcolor{tub-blue}{example text}`.
You may also find it convenient to start with the ready-to-use `example.tex` file which includes a few additional design tweaks.