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.tex39
1 files changed, 4 insertions, 35 deletions
diff --git a/macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex b/macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex
index 821244ebef..68d87ccdd7 100644
--- a/macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex
+++ b/macros/latex/contrib/tuda-ci/example/DEMO-TUDaBeamer.tex
@@ -1,34 +1,3 @@
-%% This is file `DEMO-TUDaBeamer.tex' version 2.02 (2019/11/16),
-%% it is part of
-%% TUDa-CI -- Corporate Design for TU Darmstadt
-%% ----------------------------------------------------------------------------
-%%
-%% Copyright (C) 2018--2019 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!
-%%
-%% ============================================================================
-%%
-% !TeX program = lualatex
-%%
-
\documentclass[
ngerman,%globale Übergabe der Hauptsprache
aspectratio=169,%Beamer eigene Option zum Umschalten des Formates
@@ -59,7 +28,7 @@
\institute{pei\TeX}
%Fremdlogo
-%Logo macro mit sternchen skaliert automatisch, sodass das logo in die Fußzeile passt
+%Logo Macro mit Sternchen skaliert automatisch, sodass das Logo in die Fußzeile passt
\logo*{\includegraphics{example-image-16x9}}
% Da das Bild frei wählbar nach Breite und/oder Höhe skaliert werden kann, werden \width/\height entsprechend gesetzt. So kann die Fläche optimal gefüllt werden.
@@ -145,8 +114,8 @@ Ein Beispiel.
\begin{frame}[fragile]{Anpassungen der Mathematikschriftarten}
- Es gibt keine fest Vorgabe zur Verwendung einer Mathematikschrift.
-
+ Es gibt keine feste Vorgabe zur Verwendung einer Mathematikschrift.
+
In der Diskussion (\url{https://github.com/tudace/tuda_latex_templates/issues/30}) hat sich folgendes als hinreiche Lösung herausgestellt. Jedoch funktioniert diese Lösung nicht in pdflatex!
\begin{verbatim}
\usepackage{unicode-math}
@@ -155,7 +124,7 @@ Ein Beispiel.
\setmathfont[range=it]{Roboto-Italic}
\setmathfont[range=\int]{Fira Math}
\end{verbatim}
- Allgemein kann jedoch die Mathematikschriftart wie auch sonst durch Pakete angepasst werden.
+ Allgemein kann jedoch die Mathematikschriftart wie auch sonst durch Pakete angepasst werden.
\end{frame}
\end{document}