From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4576 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: chapters in columns Date: Mon, 23 Apr 2001 12:14:27 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20010423121427.0171de50@server-1> References: <200104230950.f3N9odQ04528@merkur.econ.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035395230 26865 80.91.224.250 (23 Oct 2002 17:47:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:47:10 +0000 (UTC) Cc: ConTeXt mailing list Original-To: AlterEgo Qasars In-Reply-To: <200104230950.f3N9odQ04528@merkur.econ.muni.cz> Xref: main.gmane.org gmane.comp.tex.context:4576 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4576 At 11:50 AM 4/23/01 +0200, AlterEgo Qasars wrote: >Mr. Hagen wrote: > >> \def\MyChapter#1% >> {\stopcolumns >> \chapter{#1} >> \startcolumns} >> >> could work for you > >It is sure that this works (I'm doing it now), but then >I cannot use crossreferences since I cannot program the >optional parameters. Is there something as in LaTeX for >making optional paras? \def\MyChapter% {\dosingleempty\doMyChapter} \def\doMyChapter[#1]#2% {\stopcolumns \chapter[#1]{#2} \startcolumns} Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl 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 -------------------------------------------------------------------------