diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-08 21:41:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-08 21:41:19 +0000 |
commit | ad12eac5a9018d44b7c837f103bc6f9d896e9180 (patch) | |
tree | f2f90642d5edbe829adf6c389f18e71f4ac6f87e /Master/texmf-dist/tex/latex/tuda-ci/tuda-a3paper.clo | |
parent | cee1b7f2580148a33ae6cc0631c56c7e35ce0bff (diff) |
tuda-ci (8nov19)
git-svn-id: svn://tug.org/texlive/trunk@52697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/tuda-a3paper.clo')
-rw-r--r-- | Master/texmf-dist/tex/latex/tuda-ci/tuda-a3paper.clo | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/tuda-a3paper.clo b/Master/texmf-dist/tex/latex/tuda-ci/tuda-a3paper.clo new file mode 100644 index 00000000000..6c6aafc1b2f --- /dev/null +++ b/Master/texmf-dist/tex/latex/tuda-ci/tuda-a3paper.clo @@ -0,0 +1,41 @@ +%% This is file `tuda-a3paper.clo' version 2.0 (2019/11/07), +%% 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.0} +\def\filedate{2019/11/07} +\ProvidesExplFile{tuda-a3paper.clo}{\filedate}{\fileversion}{tuda-ci size adjustments for a3paper} +\cs_set:Nn \TUDa_setup_title_sizes: { + \cs_set:Nn \TUDa_title_fontsize: {{47pt}{61pt}} + \cs_set:Nn \TUDa_titleinfo_fontsize: {{16pt}{20pt}} + \cs_set:Nn \TUDa_titlethanks_fontsize: {{12pt}{16pt}} +} +\cs_set:Nn \TUDa_setup_base_sizes: { + \tl_if_empty:NT \g_TUDa_fontsize_tl {\tl_gset:Nn \g_TUDa_fontsize_tl {17pt}} + \dim_gset:Nn \g_TUDa_margin_dim {15mm} +} +\endinput
\ No newline at end of file |