Text & Meas table

This commit is contained in:
2020-03-03 14:34:54 +01:00
parent aa73c73a6c
commit fd6510c770
3 changed files with 121 additions and 23 deletions

View File

@@ -5,6 +5,12 @@
\newcommand{\figref}[1]{fig.~\ref{#1}}
\newcommand{\etal} [1]{#1~et~al.\@\xspace}
% Table helpers
\newcommand*{\thead}[1]{\multicolumn{1}{c}{#1}}
\newcommand*{\theadbf}[1]{\multicolumn{1}{c}{\bfseries #1}}
\newcolumntype{L}{>{$}l<{$}} % math-mode version of "l" column type
\newcolumntype{R}{>{$}r<{$}} % math-mode version of "r" column type
\DeclareSIUnit{\belmilliwatt}{Bm}
\DeclareSIUnit{\dBm}{\deci\belmilliwatt}