Add \noindentskip

This commit is contained in:
2024-09-25 16:05:14 +02:00
parent 8cb877581a
commit d6c8184df8

View File

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