From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/51915 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: some problems with current Date: Mon, 20 Jul 2009 19:03:27 +0200 Message-ID: <4A64A35F.2040006@wxs.nl> References: 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 1248109468 24927 80.91.229.12 (20 Jul 2009 17:04:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jul 2009 17:04:28 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 20 19:04:20 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 1MSwHk-00035W-HU for gctc-ntg-context-518@m.gmane.org; Mon, 20 Jul 2009 19:04:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F30A01FB74; Mon, 20 Jul 2009 19:04:17 +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 29206-07; Mon, 20 Jul 2009 19:03:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8F7591FB82; Mon, 20 Jul 2009 19:03:42 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6197D1FB82 for ; Mon, 20 Jul 2009 19:03:41 +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 30963-04-2 for ; Mon, 20 Jul 2009 19:03:33 +0200 (CEST) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by ronja.ntg.nl (Postfix) with ESMTP id 65A3A1FB4E for ; Mon, 20 Jul 2009 19:03:33 +0200 (CEST) Original-Received: from mail.pragma-ade.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by filter2-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n6KH3Qal001268 for ; Mon, 20 Jul 2009 19:03:26 +0200 Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-1 (SurgeMail 3.9e) with ESMTP id 28365-1840426 for ; Mon, 20 Jul 2009 19:03:26 +0200 User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) In-Reply-To: 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: 263527612 - 2281d6cd7f20 - 20090720 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 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:51915 Archived-At: Peter M=FCnster wrote: > Hello, > = > Here some minimal examples showing some problems: > = > 1.) Number missing before first item: > = > \starttext > \startitemize[n][start=3D0] > \item zero is missing here > \item bla > \item bla > \stopitemize > \stoptext fixed, counters now have criterium=3Dstrict|all|positive > 2.) Problem with \FlushStep: > = > \usemodule[pre-stepwise] > \setupinteraction[state=3Dstart] > \starttext > \chapter{Footnote and stepwise} > \StartSteps > \startitemize > \item bla\FlushStep % 1. step: nothing > \footnote{footnote}\FlushStep % 2. step: only footnote, not the \item > \item bla\FlushStep % 3. step: first \item > \stopitemize % second \item never appears > \StopSteps > \stoptext fixed (had to do with optimization of layout components shown on layer; = will always be somewhat messy > = > 3.) ERROR: LuaTeX error lpdf-ano.lua:340: attempt to > index global 'urls' (a nil value): > = > \setupinteraction[state=3Dstart] > \starttext > \goto{bla}[url(bla)] > \stoptext fixed > 4.) \placeheadtext[chapter] showing section title: > = > \starttext > \chapter{my chapter title} > \section{my section title} > test: \placeheadtext[chapter] > \stoptext fixed > 5.) \setcatcodetable\prtcatcodes no more working: > = > \unprotect > \def\bla@bla{sec title} > \def\mySection{{\setcatcodetable\prtcatcodes\section{\bla@bla}}} > \protect > \starttext > \mySection > bla bla > \stoptext fixed, that is for the moment you need to set catcodes=3Dauto or catcodes=3Dprtcatcodes (in which case you can leave out the \setcatcodetable) this mechanism is 'work in progress'as we also have to deal with complex = either or not expanded xml cases and i don't want to break too much of = thomas's documents) > 6.) "x.\ " should produce a normal space, not a wide space as "x. ": > = > \starttext > x. x, x.\ x,\ x > \stoptext = actually i made it space, in order to make \space the same but a space = and \ is not the same ... kind of a dilemma \starttext \bgroup \unexpanded\def\ {\mathortext\normalspaceprimitive\space} x. x, x.\ x,\ x \par x. x, x.\space x,\ x \par \let\ =3D \normalspaceprimitive x. x, x.\ x,\ x \par \egroup \bgroup \unexpanded\def\ {\mathortext\normalspaceprimitive\space} x. x \par x.\ x \par x.\space x \par \let\ =3D \normalspaceprimitive x.\ x \par \egroup \stoptext \stoptext ----------------------------------------------------------------- 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 ___________________________________________________________________________= ________