Add Study section
This commit is contained in:
parent
20abf8eade
commit
f010a69af2
11 changed files with 544 additions and 12 deletions
|
|
@ -10,6 +10,9 @@
|
|||
% Enable diagonal lines in tables.
|
||||
\usepackage{static/slashbox}
|
||||
|
||||
% Enable multiple lines in a table row
|
||||
\usepackage{multirow}
|
||||
|
||||
% Make opening quotes look different than closing quotes.
|
||||
\usepackage[english=american]{csquotes}
|
||||
\MakeOuterQuote{"}
|
||||
|
|
@ -17,4 +20,5 @@
|
|||
% Define helper commands.
|
||||
\usepackage{bm}
|
||||
\newcommand{\mat}[1]{\bm{#1}}
|
||||
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
|
||||
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
|
||||
\newcommand{\thead}[1]{\textbf{#1}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue