In addition to the default version of the slide set, a secondary version with support for institute names as well as logos is available.
The institute-branded version tries to adhere to the style guide as good as possible.
You can switch to the secondary version by specifying the institute short name in the document class option.
In the normal version the institute is set to `institute=none` producing a generic slide set.
## Activating institute-branding
You can switch to the secondary version by specifying the institute's short name to the `\documentclass` command in your document's preamble, for example
```
\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.
In the normal version, the institute is set to `institute=none` 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.
## Adding logos and metadada
Adding your own custom logos and metadata can be done in two ways.
---
...
...
@@ -13,7 +24,7 @@ Adding your own custom logos and meta data can be done in two ways.
You can create a merge request including the logo versions and the metadata specification using an issue template, accessible [here](https://collaborating.tuhh.de/e-4/tuhh_latex_presentation/-/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=):
Adding your institute to the repository will allow others of your institute to easily create branded slides with correct logos and institute names without adding logos locally.
Adding your institute to the repository will allow other members of your institute to easily create branded slides with correct logos and institute names without adding logos locally.
Please refer to the checklist within the issue template for the necessary steps.