Don't try to fix indent in tasks
It was not working anyway
This commit is contained in:
parent
04fbb886f1
commit
c4c31d9283
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue