ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Giuseppe Bilotta <gip.bilotta@iol.it>
Cc: ntg-context@ntg.nl
Subject: Re: [NTG-context] Fully object-oriented section
Date: Thu, 17 Oct 2002 23:27:14 +0200	[thread overview]
Message-ID: <1494380849.20021017232714@iol.it> (raw)
In-Reply-To: <157877251.20021017222850@iol.it>


Thursday, October 17, 2002 Giuseppe Bilotta wrote:

GB> %D New structured sectioning

GB> \newtoks\everybeforestartpart
GB> \newtoks\everyafterstartpart
GB> \newtoks\everystoppart
GB> \def\startpart{\dosingleempty\dostartpart}
GB> \def\dostartpart[#1]#2{%
GB>   \bgroup\bgroup
GB>     \the\everybeforestartpart
GB>     \iffirstargument
GB>        \part[#1]{#2}%
GB>     \else
GB>        \part{#2}%
GB>     \fi
GB>   \egroup
GB>   \the\everyafterstartpart
GB> }
GB> \def\stoppart{\the\everystoppart\egroup}

Sorry for following up to myself. After a few tries, I discovered
that it's much better without the inner grouping:

\newtoks\everybeforestartpart
\newtoks\everyafterstartpart
\newtoks\everystoppart
\def\startpart{\dosingleempty\dostartpart}
\def\dostartpart[#1]#2{%
  \bgroup
    \the\everybeforestartpart
    \iffirstargument
       \part[#1]{#2}%
    \else
       \part{#2}%
    \fi
  \egroup
  \the\everyafterstartpart
}
\def\stoppart{\the\everystoppart}

-- 
Giuseppe "Oblomov" Bilotta

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


  reply	other threads:[~2002-10-17 21:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-17 20:28 Giuseppe Bilotta
2002-10-17 21:27 ` Giuseppe Bilotta [this message]
2002-10-18 18:44   ` Simon Pepping
2002-10-18 18:55     ` Re[2]: " Giuseppe Bilotta

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=1494380849.20021017232714@iol.it \
    --to=gip.bilotta@iol.it \
    --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).