Skip to content

Strange distancing when starting with a bulleted enviroment. #116

Open
@Sk1nk

Description

I noticed that the spacing is of if I start a (centered) exercise with an itemize or enumerate enviroment.

Minimal working example:

\documentclass[%
a4paper,			
]{memoir}

\usepackage{cmbright}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

\usepackage[clear-aux]{xsim}
\xsimsetup{
	load-style=layouts,
	exercise/template=centered,
	solution/print = false,	
	exercise/name = Aufgabe,
	blank/filled-style=\textcolor{Red}{#1},
	blank/line-minimum-length = 1cm,
	blank/scale = 1.5,
}		

\begin{document}
\begin{exercise}
Normal 	distance between header and text!
\end{exercise}

\begin{exercise}
\begin{enumerate}
	\item Greater distance between header and text!
\end{enumerate}
\end{exercise}
	
\end{document}

produces
Bildschirmfoto 2023-08-26 um 11 54 46

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions