diff --git a/format/WZLTemplate_files/SET_FiguresAndTables.tex b/format/WZLTemplate_files/SET_FiguresAndTables.tex index 4a36f76de238d0ca82a4d89b46f8770c883768ad..4153e0e553f9ea661872e016764364204f3f7c5e 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 41b72473fbaeb1ed048bf735c1ea2a320e1541cb..7d6f3792eb3b8200f7daf5308bbfee6e99c6440c 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