From d6c8184df8565bba6df9fff11db259e92c02e133 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Wed, 25 Sep 2024 16:05:14 +0200 Subject: [PATCH] Add \noindentskip --- config/thesis_commands.tex | 3 +++ 1 file changed, 3 insertions(+) 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}{%