https://github.com/fneum/beamerthemekarlsruhe
Inofficial Karlsruhe Institute of Technology (KIT)-Style Latex Beamer Theme
https://github.com/fneum/beamerthemekarlsruhe
beamer-template beamer-theme karlsruhe karlsruhe-institute-of-technology latex latex-beamer presentation
Last synced: 9 months ago
JSON representation
Inofficial Karlsruhe Institute of Technology (KIT)-Style Latex Beamer Theme
- Host: GitHub
- URL: https://github.com/fneum/beamerthemekarlsruhe
- Owner: fneum
- License: gpl-3.0
- Created: 2018-12-30T11:28:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T14:43:39.000Z (about 5 years ago)
- Last Synced: 2025-08-31T02:53:38.961Z (9 months ago)
- Topics: beamer-template, beamer-theme, karlsruhe, karlsruhe-institute-of-technology, latex, latex-beamer, presentation
- Language: TeX
- Homepage:
- Size: 1.6 MB
- Stars: 8
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alternative LaTeX Beamer Template for Karlsruhe Institute of Technology (KIT)
This is an *inofficial* LaTeX beamer theme for presentations of the Karlsruhe Institute of Technology (KIT).
Note that using the KIT/Helmholtz logo requires you to be employee or student of KIT.
## Usage
To use it just place the `.sty` files where LaTeX can find them (e.g. your project folder) and include `\usetheme{Karlsruhe}` in the preamble of your `.tex` file. For a title slide at the start of each section use `\usetheme[sectionslides]{Karlsruhe}`.
You can also use the colour theme `beamercolorthemeKarlsruhe.sty` separately with other themes via `\usecolortheme{Karlsruhe}`.
These colour aliases are available for use with `\textcolor{kit-blue100}{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.