Update Slides with Institute Logos authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -12,7 +12,7 @@ Title and content frame for the branding `institute=test`. ...@@ -12,7 +12,7 @@ Title and content frame for the branding `institute=test`.
## Activating institute-branding ## 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 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
``` ```latex
\documentclass[institute=x42]{tuhh_presentation} \documentclass[institute=x42]{tuhh_presentation}
``` ```
yields institute-branded slides for the institute `x42`. If the option is not available, you will see the generic error message yields institute-branded slides for the institute `x42`. If the option is not available, you will see the generic error message
...@@ -45,7 +45,7 @@ Please refer to the checklist within the issue template for the necessary steps. ...@@ -45,7 +45,7 @@ Please refer to the checklist within the issue template for the necessary steps.
--- ---
### **2. Local** ### **2. Local**
You can also create branded slide versions by adding You can also create branded slide versions by adding
``` ```latex
\institutebranded{.theme_imgs/institute_logo_titlepage.pdf}{.theme_imgs/institute_logo_content.pdf} \institutebranded{.theme_imgs/institute_logo_titlepage.pdf}{.theme_imgs/institute_logo_content.pdf}
``` ```
to your document preamble. to your document preamble.
... ...
......