|
In addition to the default version of the slide set, a secondary version with support for institute names as well as logos is available.
|
|
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.
|
|
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.
|
|
## Activating institute-branding
|
|
In the normal version the institute is set to `institute=none` producing a generic slide set.
|
|
|
|
|
|
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`.
|
|
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 meta data (e.g. `\institute{Corresponding Author's Institute}` are set.
|
|
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 your own custom logos and meta data can be done in two ways.
|
|
|
|
|
|
|
|
|
|
## Adding logos and metadada
|
|
|
|
|
|
|
|
Adding your own custom logos and metadata can be done in two ways.
|
|
|
|
|
|
---
|
|
---
|
|
### **1. Merge Request**
|
|
### **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=):
|
|
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)
|
|
![image](uploads/b982b72b2b0afb684f65039e7d9ba069/image.png)
|
|
|
|
|
|
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.
|
|
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 `\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 (titlepage and content) and point the command to the local versions of your logos.
|
|
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. |
|
This will work only for your local slide set and cannot be shared between institute members easily. |
|
|
|
\ No newline at end of file |