From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4285 Path: main.gmane.org!not-for-mail From: Berend de Boer Newsgroups: gmane.comp.tex.context Subject: Re: Clean way of doing certain kind of outline? Date: Wed, 07 Mar 2001 07:10:35 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3AA5D0DB.3050601@pobox.com> References: <20010306222412.6125.qmail@web10710.mail.yahoo.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035394964 24415 80.91.224.250 (23 Oct 2002 17:42:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:42:44 +0000 (UTC) Original-To: ConTeXT Mailing List Xref: main.gmane.org gmane.comp.tex.context:4285 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4285 James Ramsey wrote: > BTW, how do I define a macro with an *optional* > argument in brackets (not just a mandatory argument in > brackets--I know how to do that). \def\mymacro% {\dosingleempty\domymacro} \def\domymacro[#1]% {My optional #1 argument} Groetjes, Berendn. (-: