All Projects → valentjn → uni-stuttgart-beamer-template

valentjn / uni-stuttgart-beamer-template

Licence: MIT license
Unofficial LaTeX template for Beamer presentations at the University of Stuttgart, Germany

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to uni-stuttgart-beamer-template

latex-beamer-teamplates
My LaTeX Beamer Templates for Daily Presentation and Documentation.
Stars: ✭ 14 (-12.5%)
Mutual labels:  beamer, latex-template, beamer-template
stanford-beamer-presentation
This is an unofficial LaTeX Beamer presentation template for Stanford University.
Stars: ✭ 47 (+193.75%)
Mutual labels:  beamer, latex-template, beamer-template
cuzbeamer
A LaTeX beamer template to facilitate making slides for CUZ courses.
Stars: ✭ 26 (+62.5%)
Mutual labels:  latex-template, beamer-template
latex templates
No description or website provided.
Stars: ✭ 13 (-18.75%)
Mutual labels:  latex-template, beamer-template
uslides
Rmarkdown template for pretty university-themed beamer presentations.
Stars: ✭ 37 (+131.25%)
Mutual labels:  beamer, beamer-template
usyd-beamer-theme
A Beamer theme that adheres to the University of Sydney Branding
Stars: ✭ 24 (+50%)
Mutual labels:  beamer, latex-template
beamer-themes
Latex beamer themes for presentations
Stars: ✭ 48 (+200%)
Mutual labels:  latex-template
NJURepo
NJUrepo -- a Nanjing University versatile report template for bachelor
Stars: ✭ 18 (+12.5%)
Mutual labels:  latex-template
latex-template-arxiv-preprint
A simple LaTeX template for Technical Reports, arXiv preprints & 2-column Conference papers
Stars: ✭ 70 (+337.5%)
Mutual labels:  latex-template
A-customized-MCM-LaTeX-template-based-on-ctexart
华北理工大学数学建模协会定制的美赛LaTeX模板,附2019年C题一等奖论文,适配至2021年。发现 4 年前不是 09 年而是 19 年,发现自己忙的两年不更新模板了。
Stars: ✭ 42 (+162.5%)
Mutual labels:  latex-template
ex syslogger
ExSyslogger is an Elixir Logger custom backend to syslog.
Stars: ✭ 13 (-18.75%)
Mutual labels:  beamer
cv
📄 My CV
Stars: ✭ 31 (+93.75%)
Mutual labels:  latex-template
NTU MS Thesis
National Taiwan University Master's Thesis Template (Latex + Word)
Stars: ✭ 84 (+425%)
Mutual labels:  latex-template
Material-of-MCM-ICM
LaTeX template, Outstanding papers of last years and some useful books about MATLAB
Stars: ✭ 57 (+256.25%)
Mutual labels:  latex-template
modelos-latex
Modelos de documentos em LaTeX para docentes e discentes. Modelo de prova, lista de exercício, apresentação, nota de aula, relatórios e TCC.
Stars: ✭ 43 (+168.75%)
Mutual labels:  latex-template
utfprct-tex
O UTFPRCT-TEX é um template LaTeX não oficial para trabalhos acadêmicos (teses, dissertações, trabalhos de conclusão...) da Universidade Tecnológica Federal do Paraná (UTFPR) - Curitiba
Stars: ✭ 23 (+43.75%)
Mutual labels:  latex-template
qyxf-book
钱院学辅 LaTeX 书籍模板
Stars: ✭ 31 (+93.75%)
Mutual labels:  latex-template
HKU-Thesis-Template
HKU Thesis Template
Stars: ✭ 36 (+125%)
Mutual labels:  latex-template
latex-briefvorlage
📄 Moderne Deutsche Briefvorlage für LaTeX (scrlttr2)
Stars: ✭ 68 (+325%)
Mutual labels:  latex-template
reveal-template
Simple reveal.js template with mathjax support and no node or npm dependencies, just a good old Makefile
Stars: ✭ 20 (+25%)
Mutual labels:  latex-template

uni-stuttgart-beamer-template

This is an unofficial LATEX template for Beamer presentations by and for members of the University of Stuttgart, Germany, following the new corporate design the university has given itself in 2016.

The template is private work by members of the University of Stuttgart. It is not endorsed by the University of Stuttgart or any of its institutions, institutes, or departments. The template is made available to the public as we think it might be useful for other people. Neither the authors nor the University of Stuttgart provide support for the template going beyond this README.

The license for the template is located in LICENSE.

If you happen to improve the template, it would be nice if you merged back your work using pull requests.

Usage

The directory tex contains LATEX source code and resulting PDFs, while gfx contains graphics. The main component of the template is the new Beamer theme "Stuttgart", located in tex/beamerthemeStuttgart.sty. Also included is an example presentation in tex/talk.tex and tex/slides.tex. See how it looks by downloading the PDFs in the latest release on GitHub.

SCons

The preferred way to compile the example presentation is using SCons. SCons is a build system tool (equivalent to CMake, Autotools, etc.), which can also be used to build LATEX documents.

On Ubuntu, install SCons via

sudo apt install scons

Then, download and extract this repository to a folder. Change to this folder and execute

scons

and you're done. This not only compiles the presentation using the right amount of LATEX calls (very much similar to latexmk), but generates also a separate handout in tex/handout.pdf, which contains the slides in Beamer's handout mode (e.g., ignoring pause commands) compressed with 4 pages per sheet. You can clean up all generated files using

scons -c

PDFLATEX

Of course, you can also compile the example presentation in the traditional way using

cd tex
pdflatex talk.tex
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].