Wolfgang Werners-Lucchini schrieb:
> Hallo,
>
> what I am doing wrong with the following snipped?
>
> The \par in the \item does not work.
> -------------------------------------------------------
> \defineenumeration[question][location=top,text=Aufgabe]
> \defineblock[question]
>
> \starttext
> \chapter{Aufgaben}
> \beginquestion
> \question
> \startitemize[a]
> \item Zick
>   
use: \crlf or \blank and not \par
> \par % This \par does not work!
>   
use \par at the end of the question
> Mehr Zick
> \stopitemize
>   
use: \par here
> \endquestion
> \stoptext
>   
% test
\defineenumeration[question][location=top,text=Aufgabe]
\defineblock[question]

\starttext
\chapter{Aufgaben}
%\beginquestion
\question[1]
\startitemize[a]
\item Zick
\blank% ore \crlf % but not \par % This \par does not work!
Mehr Zick
\stopitemize
\par
\question[2]
just a test
\par
%\endquestion
\stoptext
%
that works on my notebook

Bernd
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to