psteinb / beamer-template

Latex beamer slide template for Helmholtz AI

Home Page:https://www.helmholtz.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helmholtz AI beamer template

Status

license: BSD-3

Requirements

Ensure that you have an up-to-date LaTeX distribution installed on your system.

Ubuntu/Debian

sudo apt-get install texlive-full

Fedora/CentOS/RHEL

sudo dnf install texlive-scheme-full

TeX Live (any system)

If you don't have sudo access you can install TeX Live locally. Visit the TeX Live quick install page for instructions.

Building the slides

In order to build your slides you can use your favorite LaTeX IDE, like TeXstudio, Texmaker or even Overleaf. Please ensure that you compile it with XeLaTeX or LuaLaTeX instead of the (usual default) pdfLaTeX.

You can opt to use the provided Makefile and simply typing the following in your terminal:

make

To get rid of all the temporary files, including the final slides PDF, created during the compilation you may also type:

make clean

Alternatively, you can use the latexmk tool to compile your slides (either in the terminal or by setting it as the compiler in your IDE). A working .latexmkrc is included, simply run the following:

latexmkrc slides.tex

To get rid of all temporary files created during compilation use the -c flag (-C to also remove the final slides PDF):

latexmkrc -c slides.tex

License

The Helmholtz AI beamer template is distributed under the BSD-3 license, see our LICENSE file for details.

Copyrights

The images and fonts provided as part of this LaTeX source code repository are copyrighted. As member of the Helmholtz Association you can freely use the material. For Helmholtz AI external users, you have to ensure that you are allowed to use a) the Helmholtz AI visual material, b) the Helmholtz coporate design as well as c) the Hermann Bold font and Corporate-S font family.

About

Latex beamer slide template for Helmholtz AI

https://www.helmholtz.ai/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TeX 99.1%Language:Makefile 0.9%