From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30261 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: the closing bracket (structuring syntax) Date: Sun, 13 Aug 2006 15:29:15 +0200 Message-ID: <59FF1893-2806-4363-B747-51AFADB26062@st.estfiles.de> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155475791 32413 80.91.229.2 (13 Aug 2006 13:29:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Aug 2006 13:29:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 13 15:29:48 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GCG28-0004yj-Jk for gctc-ntg-context-518@m.gmane.org; Sun, 13 Aug 2006 15:29:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BB3891FE31; Sun, 13 Aug 2006 15:29:39 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19758-06; Sun, 13 Aug 2006 15:29:33 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 01C741FE0E; Sun, 13 Aug 2006 15:29:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ECC501FE0E for ; Sun, 13 Aug 2006 15:29:28 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21736-04 for ; Sun, 13 Aug 2006 15:29:22 +0200 (CEST) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by ronja.ntg.nl (Postfix) with SMTP id 79E2E1FE0B for ; Sun, 13 Aug 2006 15:29:21 +0200 (CEST) Original-Received: (qmail 30124 invoked from network); 13 Aug 2006 13:29:18 -0000 Original-Received: from unknown (HELO [87.193.53.144]) (698580@[87.193.53.144]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 13 Aug 2006 13:29:18 -0000 In-Reply-To: Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30261 Archived-At: Am 10.08.2006 um 22:47 schrieb Aditya Mahajan: > You can always define your own startstop. > > \definestartstop[italic][before={\bgroup \it},after={\egroup}] > > and then do > > \startitalic > This is italic > \stopitalic > > When a command takes an optional agrument, you can do use something > like > this > > \def\startfootnote% > {\unskip\dosingleempty\dostartfootnote} > > \def\dostartfootnote[#1]#2\stopfootnote% > {\footnote[#1]{#2}} And what would be the opposite? For example \startquote ... \stopquote to something like {MyQuote ... } Steffen