From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52010 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: I can't change startitemize[n]--> startitemize[1] Date: Thu, 23 Jul 2009 16:05:01 +0200 Message-ID: <4A686E0D.7000505@wxs.nl> References: <4A685239.1090601@telefonica.net> <99771342-5FD0-4A61-97F8-E49B383CD6EE@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1248357971 9131 80.91.229.12 (23 Jul 2009 14:06:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2009 14:06:11 +0000 (UTC) Cc: Xan To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Jul 23 16:06:04 2009 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 1MTyvq-000338-Ub for gctc-ntg-context-518@m.gmane.org; Thu, 23 Jul 2009 16:06:03 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 124461FB74; Thu, 23 Jul 2009 16:05:54 +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 01898-06; Thu, 23 Jul 2009 16:05:14 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 82F781FB57; Thu, 23 Jul 2009 16:05:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AFEBC1FB57 for ; Thu, 23 Jul 2009 16:05: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 03776-03 for ; Thu, 23 Jul 2009 16:05:04 +0200 (CEST) Original-Received: from filter4-nij.mf.surf.net (filter4-nij.mf.surf.net [195.169.124.155]) by ronja.ntg.nl (Postfix) with ESMTP id 577921FB4E for ; Thu, 23 Jul 2009 16:05:04 +0200 (CEST) Original-Received: from mail.pragma-ade.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by filter4-nij.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n6NE52ci018122 for ; Thu, 23 Jul 2009 16:05:03 +0200 Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-1 (SurgeMail 3.9e) with ESMTP id 29224-1840426 for multiple; Thu, 23 Jul 2009 16:05:01 +0200 User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) In-Reply-To: <99771342-5FD0-4A61-97F8-E49B383CD6EE@gmail.com> X-Originating-IP: 10.100.1.100 X-Authenticated-User: hagen@controller-1 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.247.100.17; country=NL; region=15; city=Almelo; latitude=52.3500; longitude=6.6667; http://maps.google.com/maps?q=52.3500,6.6667&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 264990455 - 1fe4f12038fc - 20090723 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.155 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:52010 Archived-At: Wolfgang Schuster wrote: > Hi Xan, > = > Have you ever considered to create a minimum example, your example is = > far away from > this and you would do not only other people a favor with this but you too. indeed as it takes me 10 minutes of selective deletion to zoom in on the = error (tip: use a bit more empty lines in your source) \defineregister[symbol][symbols] \starttext \startitemize[1] \item test \stopitemize \stoptext as you redefine \symbol to be a register entry resolving \symbol[1] = inside the itemize does not work any more as expected so, when defining commands - avoid built incommands - for instance by using longer names - or names that are unlikely to show up in the core - or Symbol or MySymbol or so furthermore, a few tips: \setupbodyfont [cmr,11pt] % cmr, 11pt % no need for cmr \setuphead[chapter][style=3D{\tfd\bf}] % \bfd is a bit faster (no need for {} unless embedded []) \usemodule[bib] \usemodule[bibltx] \setupbibtex[database=3Dmemoria,sort=3Dauthor] % avoid this in examples as we don't have your data \usemodule[newmat] % most math is in the core so that module is kind of obsolete \usemodule[math-ams] % not needed, as it is preloaded or loaded automatically \hyphenation{do-cu-ment} \hyphenation{pro-ble-ma} \hyphenation{es-crip-tu-ra} \hyphenation{ge-ne-ra-lit-za-ci=F3} \hyphenation{cor-res-po-nents} \hyphenation{pa-rells} \hyphenation{ge-ne-rat} % collect these exceptions and send then to mojca or arthur \usemodule[tikz] \usemodule[pgfmath] \usetikzlibrary[mindmap,arrows,calc,decorations.pathmorphing,decorations.ma= rkings] % it seems that something is loaded twice (or at least dimension = registers are redefined) \setupunderbar[alternative=3Db] % Fix underline style % you can use the textbackgrounds for this (see anch-bar) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________