Update Slides with Institute Logos authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -22,6 +22,7 @@ Adding your own custom logos and metadata can be done in two ways.
---
### **1. Merge Request**
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=):
![image](uploads/b982b72b2b0afb684f65039e7d9ba069/image.png)
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.
......@@ -29,6 +30,10 @@ Please refer to the checklist within the issue template for the necessary steps.
---
### **2. Local**
You can also create branded slide versions by adding `\institutebranded{.theme_imgs/institute_logo_titlepage.pdf}{.theme_imgs/institute_logo_content.pdf}` to your document preamble.
You can also create branded slide versions by adding
```
\institutebranded{.theme_imgs/institute_logo_titlepage.pdf}{.theme_imgs/institute_logo_content.pdf}
```
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