Update Slides with Institute Logos authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -7,9 +7,15 @@ You can switch to the secondary version by specifying the institute's short name
```
\documentclass[institute=x42]{tuhh_presentation}
```
yields institute-branded slides for the institute `x42`. See below for adding your institute's short name to the list of available brandings.
yields institute-branded slides for the institute `x42`. If the option is not available, you will see the generic error message
```
LaTeX Warning: Unused global option(s):
[institute].
```
in the log. See below for adding your institute's short name to the list of available brandings.
In the normal version, the institute is set to `institute=none` producing a generic slide set.
The institute is set to `institute=none` in the normal version, producing a generic slide set.
There is a test institute showcasing the secondary slides, which can be enabled by setting `institute=test`.
In addition to placing logos on the title page as well as in the upper right corner of content slides, default values for metadata (e.g. `\institute{Corresponding Author's Institute}`) are set.
......@@ -36,4 +42,4 @@ You can also create branded slide versions by adding
```
to your document preamble.
Please adapt the paths for both logos (title page and content) and point the command to the local versions of your logos.
This will work only for your local slide set and cannot be shared between institute members easily.
\ No newline at end of file
This will work only for your local slide set and cannot easily be shared between institute members.
\ No newline at end of file