diff --git a/text/main.tex b/text/main.tex index 56374cb..2f20d17 100644 --- a/text/main.tex +++ b/text/main.tex @@ -43,6 +43,8 @@ \graphicspath{{../graphics/}} \DeclareGraphicsExtensions{.pdf, .png} +\newcommand*\includetable[1]{\input{../tables/#1.tex}} + \definecolor{material_red}{HTML}{d50000} \definecolor{material_green}{HTML}{00c853} \definecolor{material_blue}{HTML}{2962ff} @@ -58,8 +60,6 @@ \newcommand{\thethings}{\thething s} \newcommand{\Thethings}{\Thething s} -\newcommand*\includetable[1]{\input{../tables/#1.tex}} - \newtheorem{definition}{Definition} \newtheorem{example}{Example}[section] \newtheorem{proposition}{Proposition}