From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36916 Path: news.gmane.org!not-for-mail From: frantisek holop Newsgroups: gmane.comp.tex.context Subject: Re: nesting \startitemize Date: Sun, 7 Oct 2007 21:39:04 +0200 Message-ID: <20071007193904.GH24077@obiit.org> References: <20071007180253.GF24077@obiit.org> <6faad9f00710071202n7a9e691fkf6d7344a881cfb02@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191785976 15181 80.91.229.12 (7 Oct 2007 19:39:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2007 19:39:36 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Oct 07 21:39:33 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1IebyP-000369-H8 for gctc-ntg-context-518@m.gmane.org; Sun, 07 Oct 2007 21:39:33 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DBC091FCE4; Sun, 7 Oct 2007 21:39:27 +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 30042-02-7; Sun, 7 Oct 2007 21:39:15 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D27201FCD3; Sun, 7 Oct 2007 21:39:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 614AA1FCD3 for ; Sun, 7 Oct 2007 21:39:12 +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 30042-02-6 for ; Sun, 7 Oct 2007 21:39:04 +0200 (CEST) Original-Received: from obiit.org (integer.obiit.org [195.168.92.92]) by ronja.ntg.nl (Postfix) with ESMTP id C69B71FCD0 for ; Sun, 7 Oct 2007 21:39:04 +0200 (CEST) Original-Received: by integer.obiit.org (Postfix, from userid 1001) id 59E58D85C9; Sun, 7 Oct 2007 21:39:04 +0200 (CEST) Mail-Followup-To: mailing list for ConTeXt users Content-Disposition: inline In-Reply-To: <6faad9f00710071202n7a9e691fkf6d7344a881cfb02@mail.gmail.com> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:36916 Archived-At: hmm, on Sun, Oct 07, 2007 at 09:02:34PM +0200, Mojca Miklavec said that > \setupitemize[1][n] > \setupitemize[2][a][left=(,right=),stopper=] > \setupitemize[3][i] > \setupitemize[4][1] % symbol nr. 1 ok, i would like to create 2 types of itemizations like in latex. \begin{enumarate} vs \begin{itemize} (or in html
    vs
      ) \begin{itemize} is basically \startitemize how would i go about defining \startenumarate ? i thought of something like this, but it's not working: \startsetups enum \setupitemize[1][n] \setupitemize[2][a][left=(,right=),stopper=] \setupitemize[3][i] \setupitemize[4][1] % symbol nr. 1 \stopsetups \definestartstop[enum][command=\setups{enum}] \starttext \startenum \item test \stopenum \stoptext 1. it doesnt work if there's no blank line between \item and \stopenum i seem to recall something about a needed \par because of internal workings. 2. it doesnt work, the setupitemize's are either not picked up or are being overrided. -f -- funny how life imitates lsd. ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________