ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@let.uu.nl
Subject: Re: list-like environments
Date: Wed, 09 Aug 2000 13:13:07 +0200	[thread overview]
Message-ID: <3.0.6.32.20000809131307.0155cce0@pop.wxs.nl> (raw)
In-Reply-To: <14736.27198.108274.270886@bitmuis.thuis.nl>

At 10:14 PM 8/8/00 +0200, siepo@client44-3.kabelA.oprit.rug.nl wrote:
>What is the Context analogue for the LaTeX \newenvironment? And is

There is \definestartstop; for usage see the exampe i made for wybo. 

\setuplayout[width=100mm]

\let\normalbegin\begin     

\let\complexbegin\normalbegin          

\def\simplebegin#1%
  {\getvalue{start#1}\bgroup
   \def\end##1{\egroup\getvalue{stop##1}}}

\definecomplexorsimple \begin           

\definedescription
  [description]
  [location=hanging, 
   margin=standard,
   headstyle=bold]

\definestartstop
  [descriptions]
  [before=\blank\startpacked,
   after=\stoppacked\blank,
   commands=\let\item\description]  

\starttext 

\dorecurse{10}{This one is for Wybo. }

\startdescriptions

\description {aap:} is a monkey, but much more can be told
about this animal;s for example they are hairy, mostly
brown or black and they resemble people a lot. 

\item {noot:} is a vegetable; again there are many kinds
and you will get very fat if you eat lots of them. 

\startdescription {this is a rather long item:} 

it is not very interesting in itself, but gives me the
opportunity to tell you something about the description
environment: it is like an itemize, but with user-supplied
labels which are printed bold. 

\stopdescription

\stopdescriptions

\dorecurse{10}{This one is for Wybo. }

\begin{descriptions}

\item {aap:} is a monkey, but much more can be told
about this animal;s for example they are hairy, mostly
brown or black and they resemble people a lot. 

\item {noot:} is a vegetable; again there are many kinds
and you will get very fat if you eat lots of them. 

\item {this is a rather long item:} it is not very
interesting in itself, but gives me the opportunity to tell
you something about the description environment: it is like
an itemize, but with user-supplied labels which are printed
bold. 

\end{descriptions}

\dorecurse{10}{This one is for Wybo. }

\stoptext 

>there something like defineitemize[name][parameters]?

Not yet, but it's on my to do list, since I sometimes need it too. 

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


  reply	other threads:[~2000-08-09 11:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-08 20:14 siepo
2000-08-09 11:13 ` Hans Hagen [this message]
2000-08-09 18:45   ` siepo
2000-08-09 22:11     ` Hans Hagen
2000-08-10 18:09       ` installing Frans Goddijn
2000-08-10 18:23         ` installing Ed L Cashin
2000-08-10 18:24         ` installing Hans Hagen
2000-08-10 18:55           ` installing Frans Goddijn
2000-08-10 19:44             ` installing Hans Hagen
2000-08-17 12:54               ` installing Frans Goddijn
2000-08-10 18:49       ` PS Frans Goddijn

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=3.0.6.32.20000809131307.0155cce0@pop.wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@let.uu.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).