ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Bernd Militzer <bernd@militzer.net>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: itemize in blocks
Date: Thu, 05 Apr 2007 10:39:39 +0200	[thread overview]
Message-ID: <4614B5CB.6030306@militzer.net> (raw)
In-Reply-To: <4612F9BD.28260.11B8DF2@wwl.musensturm.de>

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

  parent reply	other threads:[~2007-04-05  8:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-03 23:05 Wolfgang Werners-Lucchini
2007-04-04  9:02 ` Wolfgang Schuster
2007-04-05  8:39 ` Bernd Militzer [this message]
     [not found] <mailman.1.1175767202.18435.ntg-context@ntg.nl>
2007-04-05 17:53 ` Wolfgang Werners-Lucchini
2007-04-05 20:18   ` Hans Hagen
     [not found] <mailman.1.1175853601.1805.ntg-context@ntg.nl>
2007-04-06 20:40 ` Wolfgang Werners-Lucchini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4614B5CB.6030306@militzer.net \
    --to=bernd@militzer.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).