From 5705203dfbf78a0f210a20d680a8d86d58b82c3d Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Sun, 7 Jul 2019 10:22:09 +0200 Subject: [PATCH] Update Where --- lab_report.cls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lab_report.cls b/lab_report.cls index 7af6ab2..e134ce1 100644 --- a/lab_report.cls +++ b/lab_report.cls @@ -22,6 +22,7 @@ \labelformat{figure}{figure #1} \labelformat{table}{table #1} +\newcolumntype{L}{>{\(}l<{\)}} % math-mode version of "l" column type \newcommand{\headsection}{\leftmark} \newcommand{\ifset}[2]{\ifx {#1} \empty\else\ {#2}\fi} \deftripstyle{pagestyle} @@ -73,12 +74,12 @@ \end{titlepage} } - +\newcommand*{\rom}[1]{\expandafter\@slowromancap\romannumeral #1@} \newlength{\conditionwd} \newenvironment{conditions}[1][where:] {% #1\tabularx{\textwidth-\widthof{#1}}[t]{ - >{\(}l<{\)} @{${}-\quad{}$} X@{} + >{\(}r<{\)} @{${}\quad-\quad{}$} l@{} }% } {\endtabularx\\[\belowdisplayskip]}