fixed logo handling and added existence checks

This commit is contained in:
HXF1302
2026-05-08 13:56:22 +02:00
parent 783fcd03c7
commit fc8e756e83
2 changed files with 20 additions and 4 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ Ein minimales Beispiel:
semester = {WS2025/2026},
worktype = {Praxisreflektion},
submission= {21. Januar 2026}
logo = logoort
logo = {pfad/zum/logo.bild}
}
\begin{document}
@@ -79,7 +79,7 @@ Die Klasse nutzt das Key-Value-System (`keyval`) zur komfortablen Einrichtung ze
| `program` | Studiengang |
| `submission` | Datum der Abgabe. Standard ist das aktuelle Datum mit `\today` |
| `headerone`, `headertwo`, `headerthree` | Texte für Kopfzeile von oben nach unten auf der linken Seite|
| `logo` | Dateiname des Logos (ohne Endung, z.B. `logo-lfh`) wird rechts oben in der Kopfzeile angezeigt `logo-lfh` ist dabei der Standardort |
| `logo` | Dateiname des Logos iklusive Dateiendung und Pfad |
---