Update tuhh_presentation Class authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -17,6 +17,10 @@ Commands like ...@@ -17,6 +17,10 @@ Commands like
``` ```
Allow do define the command `\insertuniversity` by specifying `\university{Name}` e.g. in your document's preamble, overwriting its default value, see below. Through this definition `\insertuniversity` is now a getter command that expands to `Name` that was specified via `\university{Name}`. Allow do define the command `\insertuniversity` by specifying `\university{Name}` e.g. in your document's preamble, overwriting its default value, see below. Through this definition `\insertuniversity` is now a getter command that expands to `Name` that was specified via `\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).
# Defaults # Defaults
```latex ```latex
... ...
......