summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex')
-rw-r--r--macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex46
1 files changed, 45 insertions, 1 deletions
diff --git a/macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex b/macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex
index bb141bdf50..0c4d6482d1 100644
--- a/macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex
+++ b/macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex
@@ -1,3 +1,38 @@
+%% This is file `DEMO-TUDaBeamer.tex' version 3.33 (2023/07/05),
+%% it is part of
+%% TUDa-CI -- Corporate Design for TU Darmstadt
+%% ----------------------------------------------------------------------------
+%%
+%% Copyright (C) 2018--2023 by Marei Peischl <marei@peitex.de>
+%%
+%% ============================================================================
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3c
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008/05/04 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainers of this work are
+%% Marei Peischl <tuda-ci@peitex.de>
+%% Markus Lazanowski <latex@ce.tu-darmstadt.de>
+%%
+%% The development respository can be found at
+%% https://github.com/tudace/tuda_latex_templates
+%% Please use the issue tracker for feedback!
+%%
+%% If you need a compiled version of this document, have a look at
+%% http://mirror.ctan.org/macros/latex/contrib/tuda-ci/doc
+%% or at the documentation directory of this package (if installed)
+%% <path to your LaTeX distribution>/doc/latex/tuda-ci
+%% ============================================================================
+%%
+% !TeX program = lualatex
+%%
+
%% This is file `DEMO-TUDaBeamer.tex' version 3.32 (2023/06/19),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
@@ -36,7 +71,7 @@
\documentclass[
ngerman,%globale Übergabe der Hauptsprache
aspectratio=169,%Beamer eigene Option zum Umschalten des Formates
- color={accentcolor=2d},
+ accentcolor=2d,% Akzentfarbe
logo=false,%Kein Logo auf Folgeseiten
colorframetitle=true,%Akzentfarbe auch im Frametitle
% logofile=example-image, %Falls die Logo Dateien nicht vorliegen
@@ -190,5 +225,14 @@ Ein Beispiel.
Damit wird auch die Textfarbe entsprechend der Vorgaben gewählt. Bei Auswahl einer abweichenden Farbe bleibt die Textfarbe unverändert und muss ggf. manuell angepasst werden.
\end{frame}
+\begin{frame}[fragile]{Änderung an der Option color in Version 3.33.}
+Bis version 3.33 konnte tudabeamer mit der Option \verb+color={Optionen}+ Optionen an das Paket tudacolors übergeben.
+
+Aufgrund eines Konflikts mit dem siunitx Paketes, welches jedoch weiter verbreitet ist als TUDa-CI wurde für Version 3.33 die Option so umbenannt, dass nun der Optionsschlüssel \verb+tudacolors={Optionen}+ notwendig ist.
+Siehe auch \url{https://github.com/tudace/tuda_latex_templates/issues/435}
+
+Die Funktion funktioniert weiterhin wie gewohnt, allerdings wird eine Warnung erzeugt. Falls siunitx geladen und das Problem tatsächlich auftritt, wird diese Warnung vor der erzeugten Fehlermeldung ausgegeben.
+\end{frame}
+
\end{document}