diff --git a/RainbowCR.cls b/RainbowCR.cls index ecc026c..b188c62 100644 --- a/RainbowCR.cls +++ b/RainbowCR.cls @@ -98,13 +98,3 @@ { \ifchoristes\else\end{taskbar}\fi } - -% Patch the task environment with indentation -% Thanks https://tex.stackexchange.com/a/207364 -\makeatletter -\newcommand{\indentforlinedintro}{% - \patchcmd\mdf@lrbox{\parindent\z@}{\parindent\normalparindent\relax}{}{}% - \patchcmd\mdf@trivlist{\itemindent\z@}{\itemindent\normalparindent}{}{}% -} -\patchcmd{\task}{\begin}{\indentforlinedintro\begin}{}{} -\makeatother