... | ... | @@ -12,7 +12,7 @@ Title and content frame for the branding `institute=test`. |
|
|
## 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
|
|
|
```
|
|
|
```latex
|
|
|
\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
|
... | ... | @@ -45,7 +45,7 @@ Please refer to the checklist within the issue template for the necessary steps. |
|
|
---
|
|
|
### **2. Local**
|
|
|
You can also create branded slide versions by adding
|
|
|
```
|
|
|
```latex
|
|
|
\institutebranded{.theme_imgs/institute_logo_titlepage.pdf}{.theme_imgs/institute_logo_content.pdf}
|
|
|
```
|
|
|
to your document preamble.
|
... | ... | |