... | @@ -21,7 +21,8 @@ Adding your own custom logos and metadata can be done in two ways. |
... | @@ -21,7 +21,8 @@ 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 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=):
|
|
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 other members 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.
|
... | @@ -29,6 +30,10 @@ Please refer to the checklist within the issue template for the necessary steps. |
... | @@ -29,6 +30,10 @@ 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 (title page 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 |