summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tuda-ci/tudasciposter.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-08-05 21:05:47 +0000
committerKarl Berry <karl@freefriends.org>2019-08-05 21:05:47 +0000
commitf6fa706801c1c4d41cc2cf0638b64c8ab70ee413 (patch)
treeaca6f1f5468e251bc287f8447f50a722195fdb03 /Master/texmf-dist/tex/latex/tuda-ci/tudasciposter.cls
parent1ebc292490183ae0c538b689402766bdfbc3afd7 (diff)
tuda-ci (5aug19)
git-svn-id: svn://tug.org/texlive/trunk@51822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/tudasciposter.cls')
-rw-r--r--Master/texmf-dist/tex/latex/tuda-ci/tudasciposter.cls21
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/tudasciposter.cls b/Master/texmf-dist/tex/latex/tuda-ci/tudasciposter.cls
index 7d4069a3f39..ff21accfad1 100644
--- a/Master/texmf-dist/tex/latex/tuda-ci/tudasciposter.cls
+++ b/Master/texmf-dist/tex/latex/tuda-ci/tudasciposter.cls
@@ -1,4 +1,4 @@
-%% This is file `tudasciposter.cls' version 1.00 (2019/07/20),
+%% This is file `tudasciposter.cls' version 1.01 (2019/08/05),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
%% ----------------------------------------------------------------------------
@@ -26,15 +26,15 @@
%%
%% ============================================================================
%%
-\def\fileversion{1.00}
-\def\filedate{2019/07/20}
+\def\fileversion{1.01}
+\def\filedate{2019/08/05}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplPackage{tudasciposter}{\filedate}{\fileversion}{Scientific Poster Layout for TU Darmstadt}
\RequirePackage{l3keys2e}
-\prop_new:N \g_TUDa_clsopts_prop
+\prop_new:N \g_TUDa_clsopts_prop
\tl_new:N \g_TUDa_boxstyle_tl
\int_new:N \g_TUDa_paper_int
@@ -112,7 +112,7 @@
\prop_map_inline:Nn \g_TUDa_clsopts_prop {
- \tl_if_empty:nTF {#2}
+ \tl_if_empty:nTF {#2}
{\exp_args:NnV\PassOptionsToClass{#1}\l_tmpa_tl}
{\clist_map_inline:nn {#2} {\PassOptionsToClass{#1=##1}{scrartcl}}}
}
@@ -146,6 +146,8 @@
\setkomafont{author}{\bfseries}
\setkomafont{captionlabel}{\bfseries}
+\setkomafont{disposition}{\sffamily\bfseries}
+
% end of font adjustments
\RequirePackage[mode=tikz]{tudarules}
@@ -324,7 +326,7 @@
-%Language dependend configuration
+%Language dependent configuration
\AtBeginDocument{
\@ifpackageloaded{babel}{
\addto\extrasngerman{\def\authorandname{und}}
@@ -467,7 +469,7 @@
}
\dim_gset:Nn \g_TUDa_titleblock_dim {
\dim_max:nn
- {\dim_max:nn
+ {\dim_max:nn
{2\c_TUDa_logoheight_dim}
{\box_ht:N \g_TUDa_titlegraphic_box +\box_dp:N \g_TUDa_titlegraphic_box+1.8\c_TUDa_logoheight_dim}
}
@@ -514,12 +516,13 @@
TUDa-colored/.style =
{
TUDa,
- left=.5\c_TUDa_rulesep_dim,
- right=.5\c_TUDa_rulesep_dim,
+ left=.5\c_TUDa_rulesep_dim,
+ right=.5\c_TUDa_rulesep_dim,
colbacktitle=blocktitlebgcolor,
coltitle=blocktitlefgcolor,
colback=blockbodybgcolor,
coltext=blockbodyfgcolor,
+ fonttitle=\usekomafont{disposition}\usekomafont{section},
titlerule=\z@,
},
TUDa-colored-inner/.style =