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)
\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}{%