diff --git a/config/thesis_commands.tex b/config/thesis_commands.tex index 35688a7..8bf65ce 100644 --- a/config/thesis_commands.tex +++ b/config/thesis_commands.tex @@ -1,3 +1,4 @@ +% Content \newcommand{\importchapter}[2]{% Load a chapter (#2) in a path (#1) \cleardoublepage% after a clear double page \graphicspath{{#1/figures/}}% with figures @@ -5,6 +6,8 @@ \includefrom{#1}{#2}% and relative paths \input in the chapter } +\newcommand{\noindentskip}{\bigskip\noindent} % Skip a line and remove the indent + % Equations \NewEnvironmentCopy{oldequation}{equation} \RenewDocumentEnvironment{equation}{m}{%