diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/tudabeamer.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/tuda-ci/tudabeamer.cls | 36 |
1 files changed, 3 insertions, 33 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/tudabeamer.cls b/Master/texmf-dist/tex/latex/tuda-ci/tudabeamer.cls index 95a53f84804..adcf404c452 100644 --- a/Master/texmf-dist/tex/latex/tuda-ci/tudabeamer.cls +++ b/Master/texmf-dist/tex/latex/tuda-ci/tudabeamer.cls @@ -1,37 +1,7 @@ -%% This is file `tudabeamer.cls' 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} \ProvidesClass{tudabeamer} [\filedate\space\fileversion\space] - + \RequirePackage{l3keys2e} \RequirePackage{URspecialopts} @@ -148,7 +118,7 @@ \cs_set:Npn \and {\exp_not:n {\exp_not:N \sep}} \bool_if:NTF \g_TUDa_pass_TitleData_bool { \tl_gset:Nx \g_TUDa@xmp_title {\insertshorttitle} - \tl_gset:Nx \g_TUDa@xmp_author {\insertshortauthor} + \tl_gset:Nx \g_TUDa@xmp_author {\insertshortauthor} \iow_now:Nx \TUDa@xmpdata_stream { \exp_not:N \Title{\tl_to_str:V \g_TUDa@xmp_title} @@ -166,7 +136,7 @@ } \endgroup } -\cs_new:Nn \TUDa_write_xmp_line:nn { +\cs_new:Nn \TUDa_write_xmp_line:nn { \cs_if_exist:cTF {\tl_mixed_case:n {#1}} { \iow_now:Nx \TUDa@xmpdata_stream { \c_backslash_str \tl_mixed_case:n {#1} {#2}\iow_newline: |