Update tuhh_presentation Class authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
Explain how the classfile `tuhh_presentation.cls` is structured and what the sections are handling.
Explain how the class file `tuhh_presentation.cls` is structured and what the sections are handling. Note that this class is used in the `\documentclass` command in your main presentation file.
# Dependencies and Option Handling
The class `tuhh_presentation` is based on `beamer` and passes all unspecified options to this class.
The document class `tuhh_presentation` is based on [`beamer`](https://ctan.org/pkg/beamer) and passes all unspecified options to this class.
The further includes the Poppins font and the `datetime2` package.
The further includes the Poppins font and the [`datetime2`](https://www.ctan.org/pkg/datetime2) package.
# Getter, Setter and Commands for Inserting Metadata
......@@ -19,7 +19,7 @@ Allow do define the command `\insertuniversity` by specifying `\university{Name}
## Redefining includegraphics
The class also redefines the `\includegraphics` command using [`\LetLtxMarco`](https://www.ctan.org/pkg/letltxmacro), prefixing the command with [`\textcolor`](https://www.ctan.org/pkg/xcolor). See also this [SE post](https://tex.stackexchange.com/q/88001).
The class also redefines the [`\includegraphics`](https://ctan.org/pkg/graphicx) command using [`\LetLtxMarco`](https://www.ctan.org/pkg/letltxmacro), prefixing the command with [`\textcolor`](https://www.ctan.org/pkg/xcolor). See also this [SE post](https://tex.stackexchange.com/q/88001).
The redefinition is needed because ...
......@@ -39,4 +39,4 @@ The redefinition is needed because ...
# Institute Branding
See [Slides-with-Institute-Logos](Slides-with-Institute-Logos)
\ No newline at end of file
See [Slides-with-Institute-Logos](Slides-with-Institute-Logos).
\ No newline at end of file