From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/50052 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: bugs in beta Date: Wed, 6 May 2009 21:58:45 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset="windows-1252"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1241640041 7662 80.91.229.12 (6 May 2009 20:00:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 May 2009 20:00:41 +0000 (UTC) To: mailing ConTeXt users list for Original-X-From: ntg-context-bounces@ntg.nl Wed May 06 22:00:30 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 1M1nI6-0002UV-Il for gctc-ntg-context-518@m.gmane.org; Wed, 06 May 2009 22:00:30 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 185ED1FC44; Wed, 6 May 2009 22:00:29 +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 12343-01-2; Wed, 6 May 2009 21:59:30 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 56F611FC6F; Wed, 6 May 2009 21:59:30 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D71A81FC6F for ; Wed, 6 May 2009 21:59:29 +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 12343-01 for ; Wed, 6 May 2009 21:59:02 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by ronja.ntg.nl (Postfix) with ESMTP id 411D11FC44 for ; Wed, 6 May 2009 21:59:02 +0200 (CEST) Original-Received: from uni-bonn.de (mail.uni-bonn.de [131.220.15.113]) by filter4-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n46Jx1Rt029547 for ; Wed, 6 May 2009 21:59:01 +0200 Original-Received: from [87.178.123.88] (account tschmit1@uni-bonn.de HELO [192.168.0.2]) by fe2.uni-bonn.de (CommuniGate Pro SMTP 5.2.12) with ESMTPA id 16395628 for ntg-context@ntg.nl; Wed, 06 May 2009 21:59:00 +0200 X-Mailer: Apple Mail (2.930.3) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=131.220.15.113; country=DE; region=07; city=Bonn; latitude=50.7333; longitude=7.1000; http://maps.google.com/maps?q=50.7333,7.1000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 220583785 - ab945d7eea33 - 20090506 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 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:50052 Archived-At: Hi Hans, so you're back from Bachotek and ready to attack the bugs? The beta = you uploaded today is still badly broken. Most of this has been = reported before; I just collect it here for your convenience :-) 1. The most urgent bug: The beta still fails to generate the files = luatex-cache/context/XXX/names.tma and names.tmc. Which means only Latin Modern works, all other fonts = fail. I get this both on OS X and linux; I have to use an older = version to produce these files and copy them over. Once that is done, = fonts work normally. 2. The new structure code doesn't expand xmlflushes in sections. = Here's an example: \startbuffer[xmltest]
First section Hello world
\stopbuffer \startxmlsetups xml:mysetups \xmlsetsetup{\xmldocument}{section|content|title}{xml:*} \stopxmlsetups \xmlregistersetup{xml:mysetups} \startxmlsetups xml:section \xmlflush{#1} \stopxmlsetups \startxmlsetups xml:content \xmlflush{#1} \par \stopxmlsetups \startxmlsetups xml:title \section{\xmlflush{#1}} \stopxmlsetups \starttext \xmlprocessbuffer{main}{xmltest}{} \stoptext 3. Section numbers in markings are duplicated. Example: \setuphead [section] [page=3Dyes, style=3Dnormal] \setupuserpagenumber[state=3Dstart,way=3Dbysection] \setupfootertexts[{\getmarking[sectionnumber]} =96 \userpagenumber] \starttext \section{One} \input tufte \page \input linden \section{Two} \input bryson \page \input davis \stoptext 4. The latest beta still does not work with the bib module (and yes, I = am using the latest version t-bib-2009.04.27.zip). Here is a minimal = file: \usemodule[bib] \startpublication[k=3Dkasselpoeticedition,t=3Dbook, a=3D{{Aristoteles}},y=3D1965, n=3D1046,s=3DAri65] \author[]{}[]{}{Aristoteles} \pubyear{1965} \title{De arte poetica liber} \city{Oxford} \pubname{Oxford UP} \stoppublication \starttext Hello world! \nocite[kasselpoeticedition] \placepublications[criterium=3Dcite] \stoptext On my big bibliography files, I get errors such as this: LuaTeX warning (ext4): destination with the same identifier = (name{6:fsstraub}) has been already used, duplicate ignored \egroup \thisisdestination ... \dostartthisislocation {#1} = \dostopthisislocation \fi ... l.2 \thisisdestination{6:fsstraub} \dosetreference ...ls ",\nextinternalreference ) } \fi \fi ...ibrefprefix fsstraub]{\bibcounter }} \strut = \dotypesetapublicat... \listtextcommand #1->\begstrut #1 \endstrut ... l.184 ...lications[criterium=3Dcite,option=3Dcontinue] but I have no idea if these problems are related. I have to deliver a paper tomorrow and am glad I kept an older = version... All best Thomas ___________________________________________________________________________= ________ 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 ___________________________________________________________________________= ________