I'm trying to figure out for an eternity how to insert a new line in my example environment.
I tried inserting \bigskip and such like in every position in this definition.
Code: Select all
\newenvironment{exercise}{\begin{eBox}\begin{exerciseT}}{\hfill{\color{ocre}\tiny\ensuremath{}}\end{exerciseT}\end{eBox}}
Code: Select all
\newmdenv[skipabove=7pt,
skipbelow=7pt,
rightline=false,
leftline=true,
topline=false,
bottomline=false,
backgroundcolor=ocre!10,
linecolor=ocre,
innerleftmargin=5pt,
innerrightmargin=5pt,
innertopmargin=5pt,
innerbottommargin=5pt,
leftmargin=0cm,
rightmargin=0cm,
linewidth=4pt]{eBox}
I want my enumerations to be aligned etc. I'm pretty frustrated at this moment, since I already wasted hours on this.
I really hope that anyone can help me!