From ba95fcb1d4f9acd09205d673064fd0a151f946ca Mon Sep 17 00:00:00 2001 From: Tobias Hamann <tobias.hamann@rwth-aachen.de> Date: Thu, 27 Feb 2025 15:46:36 +0100 Subject: [PATCH] mv RWTH-Tables to corresponding file --- .../SET_FiguresAndTables.tex | 73 ++++++++++++++++++- format/functions.tex | 68 ----------------- 2 files changed, 72 insertions(+), 69 deletions(-) diff --git a/format/WZLTemplate_files/SET_FiguresAndTables.tex b/format/WZLTemplate_files/SET_FiguresAndTables.tex index 4a36f76..4153e0e 100644 --- a/format/WZLTemplate_files/SET_FiguresAndTables.tex +++ b/format/WZLTemplate_files/SET_FiguresAndTables.tex @@ -69,4 +69,75 @@ } % Itemize in Table - \newcommand{\tableitemize}{def} \ No newline at end of file + \newcommand{\tableitemize}{def} + + + +%% RWTH-TABLES + % TODO + \NewTblrEnviron{tblrrwth} + \SetTblrOuter[tblrrwth]{} + \SetTblrInner[tblrrwth]{ + width = \textwidth, + hspan=minimal, + rows = {valign=m}, + row{odd} = {RWTHBlau10}, + row{even} = {RWTHBlau25}, + row{1} = {c, bg=RWTHBlau100, font=\bfseries, fg=white}, + column{1} = {font=\bfseries}, + rowhead = 1, + leftsep = \myleftsep, + rightsep= \myrightsep, + baseline=t, + % % toprule and bottomrule + % hline{1,Z} = {0.08em, white}, + % midrule + hlines = {0.05em, white}, + vlines = {0.02em, white}, + } + + + % TODO + \NewTblrEnviron{tblrrwthnorowtitle} + \SetTblrOuter[tblrrwthnorowtitle]{} + \SetTblrInner[tblrrwthnorowtitle]{ + width = \textwidth, + hspan=minimal, + rows = {valign=t}, + row{odd} = {RWTHBlau10}, + row{even} = {RWTHBlau25}, + row{1} = {c, bg=RWTHBlau100, font=\bfseries, fg=white}, + rowhead = 1, + leftsep = \myleftsep, + rightsep= \myrightsep, + baseline=t, + % % toprule and bottomrule + % hline{1,Z} = {0.08em, white}, + % midrule + hlines = {0.05em, white}, + vlines = {0.02em, white}, + } + + + % TODO + \NewTblrEnviron{tblrrwthz} + \SetTblrOuter[tblrrwthz]{} + \SetTblrInner[tblrrwthz]{ + width = \textwidth, + hspan=minimal, + rows = {valign=m}, + row{odd} = {RWTHBlau10}, + row{even} = {RWTHBlau25}, + row{1} = {c, bg=RWTHBlau100, font=\bfseries, fg=white}, + row{Z} = {bg=RWTHBlau50, font=\bfseries}, + column{1} = {font=\bfseries}, + rowhead = 1, + leftsep = \myleftsep, + rightsep= \myrightsep, + baseline=t, + % % toprule and bottomrule + % hline{1,Z} = {0.08em, white}, + % midrule + hlines = {0.05em, white}, + vlines = {0.02em, white}, + } \ No newline at end of file diff --git a/format/functions.tex b/format/functions.tex index 41b7247..7d6f379 100644 --- a/format/functions.tex +++ b/format/functions.tex @@ -98,74 +98,6 @@ \setlength{\myrightsep}{3pt} -% TODO -\NewTblrEnviron{tblrrwth} -\SetTblrOuter[tblrrwth]{} -\SetTblrInner[tblrrwth]{ - width = \textwidth, - hspan=minimal, - rows = {valign=m}, - row{odd} = {RWTHBlau10}, - row{even} = {RWTHBlau25}, - row{1} = {c, bg=RWTHBlau100, font=\bfseries, fg=white}, - column{1} = {font=\bfseries}, - rowhead = 1, - leftsep = \myleftsep, - rightsep= \myrightsep, - baseline=t, - % % toprule and bottomrule - % hline{1,Z} = {0.08em, white}, - % midrule - hlines = {0.05em, white}, - vlines = {0.02em, white}, -} - - -% TODO -\NewTblrEnviron{tblrrwthnorowtitle} -\SetTblrOuter[tblrrwthnorowtitle]{} -\SetTblrInner[tblrrwthnorowtitle]{ - width = \textwidth, - hspan=minimal, - rows = {valign=t}, - row{odd} = {RWTHBlau10}, - row{even} = {RWTHBlau25}, - row{1} = {c, bg=RWTHBlau100, font=\bfseries, fg=white}, - rowhead = 1, - leftsep = \myleftsep, - rightsep= \myrightsep, - baseline=t, - % % toprule and bottomrule - % hline{1,Z} = {0.08em, white}, - % midrule - hlines = {0.05em, white}, - vlines = {0.02em, white}, -} - - -% TODO -\NewTblrEnviron{tblrrwthz} -\SetTblrOuter[tblrrwthz]{} -\SetTblrInner[tblrrwthz]{ - width = \textwidth, - hspan=minimal, - rows = {valign=m}, - row{odd} = {RWTHBlau10}, - row{even} = {RWTHBlau25}, - row{1} = {c, bg=RWTHBlau100, font=\bfseries, fg=white}, - row{Z} = {bg=RWTHBlau50, font=\bfseries}, - column{1} = {font=\bfseries}, - rowhead = 1, - leftsep = \myleftsep, - rightsep= \myrightsep, - baseline=t, - % % toprule and bottomrule - % hline{1,Z} = {0.08em, white}, - % midrule - hlines = {0.05em, white}, - vlines = {0.02em, white}, -} - % TODO \righthyphenmin=4 \lefthyphenmin=4 -- GitLab