Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions math_commands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
\def\Partref#1{Part~\ref{#1}}
\def\twopartref#1#2{parts \ref{#1} and \ref{#2}}

\def\ceil#1{\lceil #1 \rceil}
\def\floor#1{\lfloor #1 \rfloor}
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
\DeclarePairedDelimiter{\floor}{\lfloor}{\rfloor}
\def\1{\bm{1}}
\newcommand{\train}{\mathcal{D}}
\newcommand{\valid}{\mathcal{D_{\mathrm{valid}}}}
Expand Down
1 change: 1 addition & 0 deletions notation_example.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
\usepackage{multirow}
\usepackage{colortbl}
\usepackage{booktabs}
\usepackage{mathtools}
% This allows us to cite chapters by name, which was useful for making the
% acknowledgements page
\usepackage{nameref}
Expand Down