diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/beamerfontthemeTUDa.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/tuda-ci/beamerfontthemeTUDa.sty | 38 |
1 files changed, 4 insertions, 34 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/beamerfontthemeTUDa.sty b/Master/texmf-dist/tex/latex/tuda-ci/beamerfontthemeTUDa.sty index 139f70b1e46..8865ce5dd4e 100644 --- a/Master/texmf-dist/tex/latex/tuda-ci/beamerfontthemeTUDa.sty +++ b/Master/texmf-dist/tex/latex/tuda-ci/beamerfontthemeTUDa.sty @@ -1,37 +1,7 @@ -%% This is file `beamerfontthemeTUDa.sty' 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! -%% -%% ============================================================================ -%% -\def\fileversion{2.02} -\def\filedate{2019/11/16} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{beamerfontthemeTUDa} - [\filedate\space\fileversion] - + [\filedate\space\fileversion] + \RequirePackage{l3keys2e} \ExplSyntaxOn @@ -46,13 +16,13 @@ \ProcessKeysOptions{TUDa/beamer/fonts} \ExplSyntaxOff - + \mode<presentation> \RequirePackage{tudafonts} \ExplSyntaxOn -\bool_if:NTF \g_TUDa_serif_bool +\bool_if:NTF \g_TUDa_serif_bool {\usefonttheme{serif}} {\renewcommand*{\familydefault}{\sfdefault}} \ExplSyntaxOff |