From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52012 Path: news.gmane.org!not-for-mail From: Xan Newsgroups: gmane.comp.tex.context Subject: Re: I can't change startitemize[n]--> startitemize[1] Date: Thu, 23 Jul 2009 16:33:15 +0200 Message-ID: <4A6874AB.2000301@telefonica.net> References: <4A685239.1090601@telefonica.net> <99771342-5FD0-4A61-97F8-E49B383CD6EE@gmail.com> <4A686E0D.7000505@wxs.nl> 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 1248359670 15107 80.91.229.12 (23 Jul 2009 14:34:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2009 14:34:30 +0000 (UTC) Cc: mailing list for ConTeXt users To: Hans Hagen Original-X-From: ntg-context-bounces@ntg.nl Thu Jul 23 16:34:23 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 1MTzNH-0008E4-AJ for gctc-ntg-context-518@m.gmane.org; Thu, 23 Jul 2009 16:34:23 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B1C1B1FBAC; Thu, 23 Jul 2009 16:34:22 +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 06519-03; Thu, 23 Jul 2009 16:33:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 510AD1FB5B; Thu, 23 Jul 2009 16:33:37 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 47EB41FB5B for ; Thu, 23 Jul 2009 16:33:35 +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-05 for ; Thu, 23 Jul 2009 16:33:27 +0200 (CEST) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by ronja.ntg.nl (Postfix) with ESMTP id 824511FB57 for ; Thu, 23 Jul 2009 16:33:27 +0200 (CEST) Original-Received: from ctsmtpout3.frontal.correo (outmailhost.telefonica.net [213.4.149.242]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-5) with ESMTP id n6NEXQkY031774 for ; Thu, 23 Jul 2009 16:33:27 +0200 Original-Received: from [172.26.0.3] (83.50.119.166) by ctsmtpout3.frontal.correo (7.3.118.4) (authenticated as dxpublica) id 4A5EF68700349379; Thu, 23 Jul 2009 16:33:16 +0200 User-Agent: Thunderbird 2.0.0.22 (X11/20090608) In-Reply-To: <4A686E0D.7000505@wxs.nl> X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.4.149.242; country=ES; region=29; city=Madrid; latitude=40.4000; longitude=-3.6833; http://maps.google.com/maps?q=40.4000,-3.6833&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 265008626 - 169c8158b5fe - 20090723 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 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:52012 Archived-At: En/na Hans Hagen ha escrit: > 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 Thank you VERY much Hans. I'm charmed. Thanks. I was crazy finding the = error. I was convinced that it was a silly thing..... > > 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 > Really, I did not know that. It's a messy thing that we could not define = what we like ;-) > furthermore, a few tips: > > \setupbodyfont [cmr,11pt] % cmr, 11pt > > % no need for cmr Yes I know. > > \setuphead[chapter][style=3D{\tfd\bf}] > > % \bfd is a bit faster (no need for {} unless embedded []) OKay. > > \usemodule[bib] > \usemodule[bibltx] > \setupbibtex[database=3Dmemoria,sort=3Dauthor] > > % avoid this in examples as we don't have your data Okay. Sorry. > > \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 Mmmm... interesting. I remember that I put because I just want to put = one symbol. I don't remember why I have that.... > > \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 Okay. It's a pleasure to give to you. How can I see what is, if there is, the lists of hyphenated words? > > \usemodule[tikz] > \usemodule[pgfmath] > \usetikzlibrary[mindmap,arrows,calc,decorations.pathmorphing,decorations.= markings] = > > > % 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) Thanks for this pointing.... Regards, Xan. > > ___________________________________________________________________________= ________ 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 ___________________________________________________________________________= ________