From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15696 Path: main.gmane.org!not-for-mail From: Salman Khilji Newsgroups: gmane.comp.tex.context Subject: How to read syntax descriptions Date: Wed, 14 Jul 2004 22:22:43 -0700 Organization: NA Sender: ntg-context-bounces@ntg.nl Message-ID: <200407142222.43646.skhilji@tampabay.rr.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089858508 17902 80.91.224.253 (15 Jul 2004 02:28:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jul 2004 02:28:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jul 15 04:28:19 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bkvyt-0002mI-00 for ; Thu, 15 Jul 2004 04:28:19 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CB0121278A; Thu, 15 Jul 2004 04:28:18 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21907-05; Thu, 15 Jul 2004 04:28:16 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4BFF712784; Thu, 15 Jul 2004 04:28:16 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E62C712784 for ; Thu, 15 Jul 2004 04:28:14 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22402-01 for ; Thu, 15 Jul 2004 04:28:14 +0200 (CEST) Original-Received: from ms-smtp-05.tampabay.rr.com (unknown [65.32.5.135]) by ronja.ntg.nl (Postfix) with ESMTP id 3F54F12781 for ; Thu, 15 Jul 2004 04:28:14 +0200 (CEST) Original-Received: from 17-76.200-68.tampabay.rr.com (17-76.200-68.tampabay.rr.com [68.200.76.17]) by ms-smtp-05.tampabay.rr.com (8.12.10/8.12.7) with ESMTP id i6F2SBYL011851 for ; Wed, 14 Jul 2004 22:28:12 -0400 (EDT) Original-To: ntg-context@ntg.nl User-Agent: KMail/1.5.1 Content-Disposition: inline X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15696 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15696 In the beginner's manual, we have for \startitemize the following: \startitemize[..,..,..][..,..=..,..] ... \stopitemize I was wondering how do you read this in english? Based on the examples, am I correct to say the following? 1) The \startitemize is optionally followed by a comma separated list of parameters enclosed in brackets. 2) Then a set of key-value pairs enclosed in brackets follows. Again this is optional. If this is correct, then what about \setupitemize?. It says \setupitemize[.1.][..,.2.,..][..,..=..,..] So again let me guess .1. stands for a number The third set could be key-value pairs What about the set in the middle? Can we have an explanation for these please. Salman