Theses, Books, Title pagesEmpty Line after Theorem/ example Header in [legrand-orange]

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Donvini
Posts: 2
Joined: Mon Jul 23, 2018 9:30 pm

Empty Line after Theorem/ example Header in [legrand-orange]

Post by Donvini »

Hi folks,

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}}
Here I also changed some stuff and experimented without success:

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}
starting my example and inserting \newline or \bigskip or anything also doesn't help.

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!
Attachments
Screen Shot 2018-07-23 at 21.35.20.png
Screen Shot 2018-07-23 at 21.35.20.png (30.37 KiB) Viewed 5592 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Donvini
Posts: 2
Joined: Mon Jul 23, 2018 9:30 pm

Empty Line after Theorem/ example Header in [legrand-orange]

Post by Donvini »

Fixed it myself by inserting ~\\ at the beginning of every theorem / example
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Empty Line after Theorem/ example Header in [legrand-orange]

Post by Stefan Kottwitz »

Hi Donvini,

welcome to the forum!

Thanks for the information. Good that you found a solution. As I noticed that your document is in German: perhaps you like to visit our German language partner forum TeXwelt.de, you are welcome there too!

Stefan
LaTeX.org admin
Post Reply