In addition to the default version of the slide set, a secondary version with support for institute names as well as logos were created.
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.
There is an 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 meta data (e.g. `\institute{Corresponding Author's Institute}` are set.
Adding your own custom logos and meta data can be done in two ways.
---
### **1. Merge Request**
You can create a merge request including the logo versions and the meta data 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 other of you institute to easily create branded slides with correct logos and institute names without adding logos individually.
Please refer to the checklist within the issue template for the necessary steps.
---
### **2. Local**
You can also create branded slide versions using the command `\institutebranded{.theme_imgs/institute_logo_titlepage.pdf}{.theme_imgs/institute_logo_content.pdf}` to your document preamble.
Please adapt the paths for both logos (titlepage 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.