sections: add two table packages
This commit is contained in:
parent
4e2bdb94b5
commit
1f469b6086
@ -86,6 +86,9 @@ header-includes: |
|
||||
\oldIncludegraphics[#1]{#2}
|
||||
}
|
||||
|
||||
% multirow tables
|
||||
\usepackage{multirow}
|
||||
\usepackage{booktabs}
|
||||
|
||||
%% math macros
|
||||
|
||||
@ -118,6 +121,16 @@ header-includes: |
|
||||
\DeclareMathOperator{\ob}{%
|
||||
^{\text{obs}}
|
||||
}
|
||||
|
||||
% red colored
|
||||
\newcommand{\red}[1]{%
|
||||
\textcolor{red}{#1}
|
||||
}
|
||||
|
||||
% green colored
|
||||
\newcommand{\gre}[1]{%
|
||||
\textcolor{green}{#1}
|
||||
}
|
||||
```
|
||||
|
||||
csl: ../notes/docs/bibliography.csl
|
||||
|
Loading…
Reference in New Issue
Block a user