From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/66089 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: \setupalign[hz,hanging] breaks verbatim text Date: Wed, 16 Feb 2011 19:40:40 +0100 Message-ID: <4D5C1A28.2000604@wxs.nl> References: <000001cbce01$c9e9c120$5dbd4360$@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297881698 10031 80.91.229.12 (16 Feb 2011 18:41:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2011 18:41:38 +0000 (UTC) Cc: "C." To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 16 19:41:33 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PpmJg-0006cH-Vr for gctc-ntg-context-518@m.gmane.org; Wed, 16 Feb 2011 19:41:33 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AE763CAA10; Wed, 16 Feb 2011 19:41:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id RERgoR-NaSnl; Wed, 16 Feb 2011 19:41:17 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6112ACA9C7; Wed, 16 Feb 2011 19:41:17 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7405ECA9C7 for ; Wed, 16 Feb 2011 19:41:15 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Xs3g7rHdewmW for ; Wed, 16 Feb 2011 19:40:53 +0100 (CET) Original-Received: from filter5-ams.mf.surf.net (filter5-ams.mf.surf.net [192.87.102.73]) by balder.ntg.nl (Postfix) with ESMTP id 69611CA977 for ; Wed, 16 Feb 2011 19:40:53 +0100 (CET) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter5-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p1GIeqjD024037 for ; Wed, 16 Feb 2011 19:40:52 +0100 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by pragma-net.nl (SurgeMail 5.1c2) with ESMTP id 5179-1713362 for multiple; Wed, 16 Feb 2011 19:40:47 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 ThunderBrowse/3.3.4 In-Reply-To: <000001cbce01$c9e9c120$5dbd4360$@gmx.de> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=11; city=Den Haag; latitude=52.0833; longitude=4.3000; http://maps.google.com/maps?q=52.0833,4.3000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0BE8GEQOK - 9f50b3b402c6 - 20110216 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.73 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:66089 Archived-At: On 16-2-2011 6:48, C. wrote: > I have a strange problem in one of my documents. > When I uncomment the line with \setupalign[hz,hanging] everything works > fine. When I use it, I get this error because of a verbatim typing segmen= t: > > \obeyedline ->\par > > \doverbatimendofline ->\dostoptagged \obeyedline > \par \ifconditional > \verbat... > l.10 \dodisplayverbatimstop > > \ctxcommand ...\directlua \zerocount {commands.#1} > > \dodotypeblockverbatim ..., nature =3D "display", }} > \dostoptagged > \endofverbat... > l.71 \stoptyping > > ! =3D=3D> Fatal error occurred, no output PDF file produced! > mtx-context | fatal error: return code: 1 > > Here is the troublemaker: > \starttyping > test; > =E4=FC=F6AR \test \Context > \stoptyping > > Interestingly I was not able to produce a real minimal example, because w= hen > I remove everything except these lines, it=92s working fine again. So the= re > has to be at least some lines of text to break stuff. Oh yeah, and it see= ms > that using simplefonts and Minion also plays a role. > Can somebody have a look at this, please? The attached file like it is do= es > not compile here. Can you figure out what font is involved? This works ok here. \definefontfeature[default][default][expansion=3Dquality,protrusion=3Dquali= ty] \setupbodyfont[modern,12pt] \setupalign[hz,hanging] \starttext Das Akronym ARMA (AutoRegressive-Moving Average) und die daran angelehnten Kunstw=F6rter ARMAX und ARIMA bezeichnen lineare Modelle f=FCr station=E4re, zeitdiskrete stochastische Prozesse. Sie werden zur Zeitreihenanalyse in der Messtechnik, in der Statistik und dort insbesondere in der =D6konometrie = eingesetzt. Kern ist ein lineares Gleichungssystem. Man kann solche Modelle auch als Differenzengleichungen bzw. Differenzengleichungssysteme ansehen. \starttyping test; =E4=FC=F6AR \test \Context \stoptyping \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________