From bb3b90328147b5c7915ba9c900b13f5c2232cf5a Mon Sep 17 00:00:00 2001 From: "Marei (peiTeX)" Date: Thu, 19 Oct 2023 11:40:41 +0200 Subject: [PATCH] remove ./addlicense.sh --- DEMO.md | 2 +- INSTALL.md | 4 +-- README.md | 2 +- addlicense.sh | 29 -------------------- example/DEMO-TUDaAnnouncement.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaBeamer.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaBeamer2023.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaBibliography.bib | 35 +++++++++++++++++++++++++ example/DEMO-TUDaExercise.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaFromaddress.lco | 35 +++++++++++++++++++++++++ example/DEMO-TUDaLeaflet.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaLetter.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaPhD.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaPoster.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaPub.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaReport.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaSciPoster.tex | 35 +++++++++++++++++++++++++ example/DEMO-TUDaThesis.tex | 35 +++++++++++++++++++++++++ example/Examples-TUDa-pgfplots.tex | 35 +++++++++++++++++++++++++ example/Examples-TUDexercise-compat.tex | 35 +++++++++++++++++++++++++ prepare_ctan.sh | 1 - prepare_tuda.sh | 2 -- tex/beamercolorthemeTUDa.sty | 30 +++++++++++++++++++++ tex/beamercolorthemeTUDa2023.sty | 30 +++++++++++++++++++++ tex/beamerfontthemeTUDa.sty | 30 +++++++++++++++++++++ tex/beamerfontthemeTUDa2023.sty | 30 +++++++++++++++++++++ tex/beamerinnerthemeTUDa.sty | 30 +++++++++++++++++++++ tex/beamerinnerthemeTUDa2023.sty | 30 +++++++++++++++++++++ tex/beamerouterthemeTUDa.sty | 30 +++++++++++++++++++++ tex/beamerouterthemeTUDa2023.sty | 30 +++++++++++++++++++++ tex/beamerthemeTUDa-mecheng.sty | 30 +++++++++++++++++++++ tex/beamerthemeTUDa.sty | 30 +++++++++++++++++++++ tex/beamerthemeTUDa2008.sty | 30 +++++++++++++++++++++ tex/beamerthemeTUDa2023.sty | 30 +++++++++++++++++++++ tex/tuda-a0paper.clo | 30 +++++++++++++++++++++ tex/tuda-a1paper.clo | 30 +++++++++++++++++++++ tex/tuda-a2paper.clo | 30 +++++++++++++++++++++ tex/tuda-a3paper.clo | 30 +++++++++++++++++++++ tex/tuda-a4paper.clo | 30 +++++++++++++++++++++ tex/tuda-a5paper.clo | 30 +++++++++++++++++++++ tex/tuda-pgfplots.sty | 30 +++++++++++++++++++++ tex/tudabeamer.cls | 30 +++++++++++++++++++++ tex/tudacolors.def | 30 +++++++++++++++++++++ tex/tudacolors.sty | 30 +++++++++++++++++++++ tex/tudaexercise.cls | 30 +++++++++++++++++++++ tex/tudafonts.sty | 30 +++++++++++++++++++++ tex/tudaleaflet.cls | 30 +++++++++++++++++++++ tex/tudaletter.cls | 30 +++++++++++++++++++++ tex/tudalettersize10pt.clo | 8 ++++++ tex/tudamecheng.cfg | 30 +++++++++++++++++++++ tex/tudaposter.cls | 30 +++++++++++++++++++++ tex/tudapub.cls | 30 +++++++++++++++++++++ tex/tudarules.sty | 30 +++++++++++++++++++++ tex/tudasciposter.cls | 30 +++++++++++++++++++++ tex/tudasize9pt.clo | 8 ++++++ tex/tudathesis.cfg | 30 +++++++++++++++++++++ 56 files changed, 1540 insertions(+), 36 deletions(-) delete mode 100755 addlicense.sh diff --git a/DEMO.md b/DEMO.md index cdca1ce..3a01a53 100644 --- a/DEMO.md +++ b/DEMO.md @@ -2,7 +2,7 @@ Copyright (C) Marei Peischl , 2018–2020 - tuda-ci 2020/09/09 + tuda-ci v4.00-beta (2023-10-19) [Link to the github repository](https://github.com/tudace/tuda_latex_templates) diff --git a/INSTALL.md b/INSTALL.md index 79e4948..0083baf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,8 +1,8 @@ # TUDa-CI – Installation Notes for manual installation (Not recommended! See README.md for more information) - Copyright (C) Marei Peischl , 2018–2023 +Copyright (C) Marei Peischl , 2018–2023 - tuda-ci 2022/03/25 +tuda-ci v4.00-beta (2023-10-19) If you only create demo files, have a look at DEMO.md. diff --git a/README.md b/README.md index a69f91a..b326fa5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Copyright (C) Marei Peischl , 2018–2023 - tuda-ci 2023/07/12 v3.34 + tuda-ci v4.00-beta (2023-10-19) *************************************************************************** diff --git a/addlicense.sh b/addlicense.sh deleted file mode 100755 index 803588b..0000000 --- a/addlicense.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash -cd tex -fileversion="3.34" -filedate=$(date '+%Y/%m/%d') -echo $filedate -for filename in *.sty *.cls *.def *.cfg *paper.clo -do - echo $filename - (sed "s//$filename/; s//$(date '+%Y\/%m\/%d')/; s//$fileversion/" ../LICENSE_info && cat $filename) >> tmp_license.txt - mv tmp_license.txt $filename -done -cd .. - -cd example -for filename in *.tex *.bib *.lco -do - echo $filename - (cat ../LICENSE_info-demo && cat $filename ) >> tmp_license.txt - mv tmp_license.txt $filename -done -cd .. - - -for filename in {tex/*.{sty,cls,def,cfg,clo},example/*.{tex,bib,lco}} -do - echo $filename - (sed "s//$(basename $filename)/; s//$(date '+%Y\/%m\/%d')/; s//$fileversion/" FILEINFO_header && cat $filename) >> tmp_license.txt - mv tmp_license.txt $filename -done diff --git a/example/DEMO-TUDaAnnouncement.tex b/example/DEMO-TUDaAnnouncement.tex index e2219aa..5f38a8a 100644 --- a/example/DEMO-TUDaAnnouncement.tex +++ b/example/DEMO-TUDaAnnouncement.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaAnnouncement.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ paper=a4, ngerman, diff --git a/example/DEMO-TUDaBeamer.tex b/example/DEMO-TUDaBeamer.tex index 9bf2248..b24f323 100644 --- a/example/DEMO-TUDaBeamer.tex +++ b/example/DEMO-TUDaBeamer.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaBeamer.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /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 diff --git a/example/DEMO-TUDaBeamer2023.tex b/example/DEMO-TUDaBeamer2023.tex index 1edb26d..710c032 100644 --- a/example/DEMO-TUDaBeamer2023.tex +++ b/example/DEMO-TUDaBeamer2023.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaBeamer2023.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ english, % main language as globale option % logofile=example-image, % in case you are missing the logo files diff --git a/example/DEMO-TUDaBibliography.bib b/example/DEMO-TUDaBibliography.bib index 32b944e..631e7fd 100644 --- a/example/DEMO-TUDaBibliography.bib +++ b/example/DEMO-TUDaBibliography.bib @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaBibliography.bib' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + %Beispiel BibTeX-Datenbank für die Verwendung von biblatex und biber @online{imrad, diff --git a/example/DEMO-TUDaExercise.tex b/example/DEMO-TUDaExercise.tex index 788b74d..3d94823 100644 --- a/example/DEMO-TUDaExercise.tex +++ b/example/DEMO-TUDaExercise.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaExercise.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ ngerman, points=true,% für die Aktivierung der Punktereferenzen funktioniert nicht für TeX Versionen vor 2020 diff --git a/example/DEMO-TUDaFromaddress.lco b/example/DEMO-TUDaFromaddress.lco index 60ce75f..faac9e5 100644 --- a/example/DEMO-TUDaFromaddress.lco +++ b/example/DEMO-TUDaFromaddress.lco @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaFromaddress.lco' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \ProvidesFile{DEMO-TUDaFromaddress.lco}[2019/02/14] %Letter Class Option Datei diff --git a/example/DEMO-TUDaLeaflet.tex b/example/DEMO-TUDaLeaflet.tex index f5ecf1e..a88bb00 100644 --- a/example/DEMO-TUDaLeaflet.tex +++ b/example/DEMO-TUDaLeaflet.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaLeaflet.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ color=3c, % logofile=example-image, %Falls die Logo Dateien nicht vorliegen diff --git a/example/DEMO-TUDaLetter.tex b/example/DEMO-TUDaLetter.tex index e7adbf1..63de7c5 100644 --- a/example/DEMO-TUDaLetter.tex +++ b/example/DEMO-TUDaLetter.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaLetter.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ ngerman, % logo=false,%Schaltet das Logo für Folgeseiten ab diff --git a/example/DEMO-TUDaPhD.tex b/example/DEMO-TUDaPhD.tex index 78b9e7a..90855fe 100644 --- a/example/DEMO-TUDaPhD.tex +++ b/example/DEMO-TUDaPhD.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaPhD.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ ngerman, ruledheaders=chapter,% Ebene bis zu der die Überschriften mit Linien abgetrennt werden, vgl. DEMO-TUDaPub diff --git a/example/DEMO-TUDaPoster.tex b/example/DEMO-TUDaPoster.tex index d6f7dfe..1940535 100644 --- a/example/DEMO-TUDaPoster.tex +++ b/example/DEMO-TUDaPoster.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaPoster.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ paper=a0, ngerman, diff --git a/example/DEMO-TUDaPub.tex b/example/DEMO-TUDaPub.tex index c91782e..fc38198 100644 --- a/example/DEMO-TUDaPub.tex +++ b/example/DEMO-TUDaPub.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaPub.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ ngerman, accentcolor=9c,% Farbe für Hervorhebungen auf Basis der Deklarationen in den Corporate Design Richtlinien diff --git a/example/DEMO-TUDaReport.tex b/example/DEMO-TUDaReport.tex index b33c102..61c31c8 100644 --- a/example/DEMO-TUDaReport.tex +++ b/example/DEMO-TUDaReport.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaReport.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ ngerman, accentcolor=9c,% Farbe für Hervorhebungen auf Basis der Deklarationen in den diff --git a/example/DEMO-TUDaSciPoster.tex b/example/DEMO-TUDaSciPoster.tex index ab0dff4..6b59b96 100644 --- a/example/DEMO-TUDaSciPoster.tex +++ b/example/DEMO-TUDaSciPoster.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaSciPoster.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ accentcolor=9c, % boxstyle= boxed, % Boxen mit abgerundeten Ecken, farbigem Titelblock diff --git a/example/DEMO-TUDaThesis.tex b/example/DEMO-TUDaThesis.tex index 008fcf5..084deb1 100644 --- a/example/DEMO-TUDaThesis.tex +++ b/example/DEMO-TUDaThesis.tex @@ -1,3 +1,38 @@ +%% This is file `DEMO-TUDaThesis.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ ngerman, ruledheaders=section,%Ebene bis zu der die Überschriften mit Linien abgetrennt werden, vgl. DEMO-TUDaPub diff --git a/example/Examples-TUDa-pgfplots.tex b/example/Examples-TUDa-pgfplots.tex index 68ef06b..9bec63a 100644 --- a/example/Examples-TUDa-pgfplots.tex +++ b/example/Examples-TUDa-pgfplots.tex @@ -1,3 +1,38 @@ +%% This is file `Examples-TUDa-pgfplots.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ ngerman,%globale Übergabe der Hauptsprache aspectratio=169,%Beamer eigene Option zum Umschalten des Formates diff --git a/example/Examples-TUDexercise-compat.tex b/example/Examples-TUDexercise-compat.tex index a91c4b4..24f9c2b 100644 --- a/example/Examples-TUDexercise-compat.tex +++ b/example/Examples-TUDexercise-compat.tex @@ -1,3 +1,38 @@ +%% This is file `Examples-TUDexercise-compat.tex' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% 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) +%% /doc/latex/tuda-ci +%% ============================================================================ +%% +% !TeX program = lualatex +%% + \documentclass[ colorbacktitle, accentcolor=0b, diff --git a/prepare_ctan.sh b/prepare_ctan.sh index 9e79363..5005431 100755 --- a/prepare_ctan.sh +++ b/prepare_ctan.sh @@ -1,6 +1,5 @@ #!/bin/bash git checkout . -./addlicense.sh rm -f tuda-ci.zip mkdir -p tuda-ci diff --git a/prepare_tuda.sh b/prepare_tuda.sh index 0834169..f2d4088 100755 --- a/prepare_tuda.sh +++ b/prepare_tuda.sh @@ -1,7 +1,5 @@ #!/bin/bash -./addlicense.sh - rm -f tuda_templates.zip mkdir -p texmf rm -rf texmf/* diff --git a/tex/beamercolorthemeTUDa.sty b/tex/beamercolorthemeTUDa.sty index f99c2ce..46b3aa7 100644 --- a/tex/beamercolorthemeTUDa.sty +++ b/tex/beamercolorthemeTUDa.sty @@ -1,3 +1,33 @@ +%% This is file `beamercolorthemeTUDa.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{beamercolorthemeTUDa} [\filedate\space\fileversion] diff --git a/tex/beamercolorthemeTUDa2023.sty b/tex/beamercolorthemeTUDa2023.sty index b028aea..2cc8734 100644 --- a/tex/beamercolorthemeTUDa2023.sty +++ b/tex/beamercolorthemeTUDa2023.sty @@ -1,3 +1,33 @@ +%% This is file `beamercolorthemeTUDa2023.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{beamercolorthemeTUDa2023} [\filedate\space\fileversion] diff --git a/tex/beamerfontthemeTUDa.sty b/tex/beamerfontthemeTUDa.sty index 9704239..18b48f0 100644 --- a/tex/beamerfontthemeTUDa.sty +++ b/tex/beamerfontthemeTUDa.sty @@ -1,3 +1,33 @@ +%% This is file `beamerfontthemeTUDa.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{beamerfontthemeTUDa} [\filedate\space\fileversion] diff --git a/tex/beamerfontthemeTUDa2023.sty b/tex/beamerfontthemeTUDa2023.sty index 0b1699a..f89a61a 100644 --- a/tex/beamerfontthemeTUDa2023.sty +++ b/tex/beamerfontthemeTUDa2023.sty @@ -1,3 +1,33 @@ +%% This is file `beamerfontthemeTUDa2023.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{beamerfontthemeTUDa2023} [\filedate\space\fileversion] diff --git a/tex/beamerinnerthemeTUDa.sty b/tex/beamerinnerthemeTUDa.sty index 32ade0b..e839d5e 100644 --- a/tex/beamerinnerthemeTUDa.sty +++ b/tex/beamerinnerthemeTUDa.sty @@ -1,3 +1,33 @@ +%% This is file `beamerinnerthemeTUDa.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesExplPackage{beamerinnerthemeTUDa}{\filedate}{\fileversion}{Inner~beamer~theme~of~tuda-ci} diff --git a/tex/beamerinnerthemeTUDa2023.sty b/tex/beamerinnerthemeTUDa2023.sty index 6557bd8..64cece2 100644 --- a/tex/beamerinnerthemeTUDa2023.sty +++ b/tex/beamerinnerthemeTUDa2023.sty @@ -1,3 +1,33 @@ +%% This is file `beamerinnerthemeTUDa2023.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesExplPackage{beamerinnerthemeTUDa2023}{\filedate}{\fileversion}{Inner~beamer~theme~of~tuda-ci,~Design~of~2023} diff --git a/tex/beamerouterthemeTUDa.sty b/tex/beamerouterthemeTUDa.sty index 295c91e..c1224c5 100644 --- a/tex/beamerouterthemeTUDa.sty +++ b/tex/beamerouterthemeTUDa.sty @@ -1,3 +1,33 @@ +%% This is file `beamerouterthemeTUDa.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesExplPackage{beamerouterthemeTUDa}{\filedate}{\fileversion}{Outer~beamer~theme~of~tuda-ci} diff --git a/tex/beamerouterthemeTUDa2023.sty b/tex/beamerouterthemeTUDa2023.sty index e1fb70b..f9df23a 100644 --- a/tex/beamerouterthemeTUDa2023.sty +++ b/tex/beamerouterthemeTUDa2023.sty @@ -1,3 +1,33 @@ +%% This is file `beamerouterthemeTUDa2023.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e}[2022-06-01] \ProvidesExplPackage{beamerouterthemeTUDa2023}{\filedate}{\fileversion}{Outer~beamer~theme~of~tuda-ci~design~of~2023} diff --git a/tex/beamerthemeTUDa-mecheng.sty b/tex/beamerthemeTUDa-mecheng.sty index 65db683..a4e48fd 100644 --- a/tex/beamerthemeTUDa-mecheng.sty +++ b/tex/beamerthemeTUDa-mecheng.sty @@ -1,3 +1,33 @@ +%% This is file `beamerthemeTUDa-mecheng.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \RequirePackage{expl3} \ProvidesExplPackage{beamerthemeTUDa-mecheng}{\filedate}{\fileversion}{specific tudabeamer configuration for the department of mechanical engineering} diff --git a/tex/beamerthemeTUDa.sty b/tex/beamerthemeTUDa.sty index a846a24..1a1fb49 100644 --- a/tex/beamerthemeTUDa.sty +++ b/tex/beamerthemeTUDa.sty @@ -1,3 +1,33 @@ +%% This is file `beamerthemeTUDa.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{beamerthemeTUDa} [\filedate\space\fileversion\space beamer theme using the Corporate Design of TU Darmstadt] diff --git a/tex/beamerthemeTUDa2008.sty b/tex/beamerthemeTUDa2008.sty index 27e9652..9d821cf 100644 --- a/tex/beamerthemeTUDa2008.sty +++ b/tex/beamerthemeTUDa2008.sty @@ -1,3 +1,33 @@ +%% This is file `beamerthemeTUDa2008.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{beamerthemeTUDa2008} [\filedate\space\fileversion\space beamer theme using the Corporate Design of TU Darmstadt Design of 2008] diff --git a/tex/beamerthemeTUDa2023.sty b/tex/beamerthemeTUDa2023.sty index 2109f89..24fbf2e 100644 --- a/tex/beamerthemeTUDa2023.sty +++ b/tex/beamerthemeTUDa2023.sty @@ -1,3 +1,33 @@ +%% This is file `beamerthemeTUDa2023.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{beamerthemeTUDa2023} [\filedate\space\fileversion\space beamer theme using the Corporate Design of TU Darmstadt Design of 2023] diff --git a/tex/tuda-a0paper.clo b/tex/tuda-a0paper.clo index e519407..988b675 100644 --- a/tex/tuda-a0paper.clo +++ b/tex/tuda-a0paper.clo @@ -1,3 +1,33 @@ +%% This is file `tuda-a0paper.clo' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \ProvidesExplFile{tuda-a0paper.clo}{\filedate}{\fileversion}{tuda-ci~size~adjustments~for~a0paper} \cs_set:Nn \ptxcd_setup_title_sizes: { \cs_set:Nn \ptxcd_title_fontsize: {{125pt}{165pt}} diff --git a/tex/tuda-a1paper.clo b/tex/tuda-a1paper.clo index 24109cd..8748eb0 100644 --- a/tex/tuda-a1paper.clo +++ b/tex/tuda-a1paper.clo @@ -1,3 +1,33 @@ +%% This is file `tuda-a1paper.clo' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \ProvidesExplFile{tuda-a1paper.clo}{\filedate}{\fileversion}{tuda-ci~size~adjustments~for~a1paper} \cs_set:Nn \ptxcd_setup_title_sizes: { \cs_set:Nn \ptxcd_title_fontsize: {{86pt}{120pt}} diff --git a/tex/tuda-a2paper.clo b/tex/tuda-a2paper.clo index d04b769..da473eb 100644 --- a/tex/tuda-a2paper.clo +++ b/tex/tuda-a2paper.clo @@ -1,3 +1,33 @@ +%% This is file `tuda-a2paper.clo' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \ProvidesExplFile{tuda-a2paper.clo}{\filedate}{\fileversion}{tuda-ci~size~adjustments~for~a0paper} \cs_set:Nn \ptxcd_setup_title_sizes: { \cs_set:Nn \ptxcd_title_fontsize: {{65pt}{82pt}} diff --git a/tex/tuda-a3paper.clo b/tex/tuda-a3paper.clo index 02ed14c..626f170 100644 --- a/tex/tuda-a3paper.clo +++ b/tex/tuda-a3paper.clo @@ -1,3 +1,33 @@ +%% This is file `tuda-a3paper.clo' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \ProvidesExplFile{tuda-a3paper.clo}{\filedate}{\fileversion}{tuda-ci~size~adjustments~for~a3paper} \cs_set:Nn \ptxcd_setup_title_sizes: { \cs_set:Nn \ptxcd_title_fontsize: {{47pt}{61pt}} diff --git a/tex/tuda-a4paper.clo b/tex/tuda-a4paper.clo index cd42dc9..17997d6 100644 --- a/tex/tuda-a4paper.clo +++ b/tex/tuda-a4paper.clo @@ -1,3 +1,33 @@ +%% This is file `tuda-a4paper.clo' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \ProvidesExplFile{tuda-a4paper.clo}{\filedate}{\fileversion}{tuda-ci~size~adjustments~for~a4paper} \cs_set:Nn \ptxcd_setup_title_sizes: { \cs_set:Nn \ptxcd_title_fontsize: {{36pt}{47pt}} diff --git a/tex/tuda-a5paper.clo b/tex/tuda-a5paper.clo index 76bd7ea..db8bf86 100644 --- a/tex/tuda-a5paper.clo +++ b/tex/tuda-a5paper.clo @@ -1,3 +1,33 @@ +%% This is file `tuda-a5paper.clo' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \ProvidesExplFile{tuda-a5paper.clo}{\filedate}{\fileversion}{tuda-ci~size~adjustments~for~a5paper} \cs_set:Nn \ptxcd_setup_title_sizes: { \cs_set:Nn \ptxcd_title_fontsize: {{22pt}{28pt}} diff --git a/tex/tuda-pgfplots.sty b/tex/tuda-pgfplots.sty index 3c6e7bf..537fb1d 100644 --- a/tex/tuda-pgfplots.sty +++ b/tex/tuda-pgfplots.sty @@ -1,3 +1,33 @@ +%% This is file `tuda-pgfplots.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} % Special thanks to: Sebastian Schöps Institut Theorie Elektromagnetischer Felder (TEMF), TU Darmstadt % The original version of this file has been inspired by the colorscheme in the Metropolis beamer theme by Matthias Vogelgesang https://github.com/matze/mtheme \ProvidesPackage{tuda-pgfplots}[\filedate\space\fileversion\space tuda-ci pgfplots color schemes] diff --git a/tex/tudabeamer.cls b/tex/tudabeamer.cls index a845516..8abfa24 100644 --- a/tex/tudabeamer.cls +++ b/tex/tudabeamer.cls @@ -1,3 +1,33 @@ +%% This is file `tudabeamer.cls' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{tudabeamer} [\filedate\space\fileversion\space] diff --git a/tex/tudacolors.def b/tex/tudacolors.def index 3691319..89d8c3f 100644 --- a/tex/tudacolors.def +++ b/tex/tudacolors.def @@ -1,3 +1,33 @@ +%% This is file `tudacolors.def' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \ProvidesFile{tudacolors.def} [\filedate\space\fileversion\space Color definitions for tuda-ci] diff --git a/tex/tudacolors.sty b/tex/tudacolors.sty index ae41d1b..f58d506 100644 --- a/tex/tudacolors.sty +++ b/tex/tudacolors.sty @@ -1,3 +1,33 @@ +%% This is file `tudacolors.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} \ProvidesExplPackage{tudacolors}{\filedate}{\fileversion}{Color definition for TU Darmstadt's tuda-ci bundle} diff --git a/tex/tudaexercise.cls b/tex/tudaexercise.cls index b5e9588..613c0b9 100644 --- a/tex/tudaexercise.cls +++ b/tex/tudaexercise.cls @@ -1,3 +1,33 @@ +%% This is file `tudaexercise.cls' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} \ProvidesExplClass{tudaexercise} diff --git a/tex/tudafonts.sty b/tex/tudafonts.sty index e7a50c2..dc3548e 100644 --- a/tex/tudafonts.sty +++ b/tex/tudafonts.sty @@ -1,3 +1,33 @@ +%% This is file `tudafonts.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{tudafonts} [\filedate\space\fileversion\space diff --git a/tex/tudaleaflet.cls b/tex/tudaleaflet.cls index 649bdc9..056fc99 100644 --- a/tex/tudaleaflet.cls +++ b/tex/tudaleaflet.cls @@ -1,3 +1,33 @@ +%% This is file `tudaleaflet.cls' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} \ProvidesExplPackage{tudaleaflet}{\filedate}{\fileversion}{Leaflets using the Corporate Design of TU Darmstadt} diff --git a/tex/tudaletter.cls b/tex/tudaletter.cls index 89450f0..7f2476a 100644 --- a/tex/tudaletter.cls +++ b/tex/tudaletter.cls @@ -1,3 +1,33 @@ +%% This is file `tudaletter.cls' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} \ProvidesExplClass{tudaletter} diff --git a/tex/tudalettersize10pt.clo b/tex/tudalettersize10pt.clo index 547c901..862de51 100644 --- a/tex/tudalettersize10pt.clo +++ b/tex/tudalettersize10pt.clo @@ -1,3 +1,11 @@ +%% This is file `tudalettersize10pt.clo' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ %% This file is a slightly modified version of scrsize10pt.clo %% generated with the docstrip utility, extended by scrdocstrip. %% modified by Marei Peischl diff --git a/tex/tudamecheng.cfg b/tex/tudamecheng.cfg index ebb132b..e9c901e 100644 --- a/tex/tudamecheng.cfg +++ b/tex/tudamecheng.cfg @@ -1,3 +1,33 @@ +%% This is file `tudamecheng.cfg' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \RequirePackage{expl3} \ProvidesExplFile{tudamecheng.cfg} {\filedate}{\fileversion}{Special Features the department of mechanical engineering of Darmstadt's Corporate Design (tuda-ci)} diff --git a/tex/tudaposter.cls b/tex/tudaposter.cls index 3964287..fbe970c 100644 --- a/tex/tudaposter.cls +++ b/tex/tudaposter.cls @@ -1,3 +1,33 @@ +%% This is file `tudaposter.cls' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} \ProvidesExplPackage{tudaposter}{\filedate}{\fileversion}{Poster Layouts for the Corporate Design of TU Darmstadt} diff --git a/tex/tudapub.cls b/tex/tudapub.cls index 5c44d3d..36310d7 100644 --- a/tex/tudapub.cls +++ b/tex/tudapub.cls @@ -1,3 +1,33 @@ +%% This is file `tudapub.cls' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} \ProvidesExplClass{tudapub} diff --git a/tex/tudarules.sty b/tex/tudarules.sty index 3fef1b3..6629b80 100644 --- a/tex/tudarules.sty +++ b/tex/tudarules.sty @@ -1,3 +1,33 @@ +%% This is file `tudarules.sty' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} \ProvidesExplPackage{tudarules}{\filedate}{\fileversion}{Creation of colored bars for tuda-ci bundle} diff --git a/tex/tudasciposter.cls b/tex/tudasciposter.cls index 8d738bd..e662cc8 100644 --- a/tex/tudasciposter.cls +++ b/tex/tudasciposter.cls @@ -1,3 +1,33 @@ +%% This is file `tudasciposter.cls' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} \ProvidesExplPackage{tudasciposter}{\filedate}{\fileversion}{Scientific Poster Layout for TU Darmstadt} diff --git a/tex/tudasize9pt.clo b/tex/tudasize9pt.clo index 5a80a5f..3d2a09a 100644 --- a/tex/tudasize9pt.clo +++ b/tex/tudasize9pt.clo @@ -1,3 +1,11 @@ +%% This is file `tudasize9pt.clo' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ %% This file is a slightly modified version of scrsize10pt.clo %% generated with the docstrip utility, extended by scrdocstrip. %% modified by Marei Peischl diff --git a/tex/tudathesis.cfg b/tex/tudathesis.cfg index 4dc4d59..598920b 100644 --- a/tex/tudathesis.cfg +++ b/tex/tudathesis.cfg @@ -1,3 +1,33 @@ +%% This is file `tudathesis.cfg' version 4.00-beta (2023-10-19), +%% it is part of +%% TUDa-CI -- Corporate Design for TU Darmstadt +%% ---------------------------------------------------------------------------- +%% +%% Copyright (C) 2018--2023 by Marei Peischl +%% +%% ============================================================================ +%% 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 +%% Markus Lazanowski +%% +%% The development respository can be found at +%% https://github.com/tudace/tuda_latex_templates +%% Please use the issue tracker for feedback! +%% +%% ============================================================================ +%% +\def\fileversion{4.00-beta} +\def\filedate{2023-10-19} \RequirePackage{expl3} \ProvidesExplFile{tudathesis.cfg} {\filedate}{\fileversion}{Special Features for publication type 'thesis' using TU Darmstadt's Corporate Design (tuda-ci)}