From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44738 Path: news.gmane.org!not-for-mail From: . Newsgroups: gmane.comp.tex.context Subject: A strange error I haven't been able to create a minimal for... Date: Tue, 14 Oct 2008 17:41:27 +0200 Message-ID: <326847810810140841x72ab727auf8320bf8f93962b9@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0235971571==" X-Trace: ger.gmane.org 1223999249 27108 80.91.229.12 (14 Oct 2008 15:47:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2008 15:47:29 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 14 17:48:25 2008 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 1Kpm4g-0003VK-Fi for gctc-ntg-context-518@m.gmane.org; Tue, 14 Oct 2008 17:44:42 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8380D1FCB0; Tue, 14 Oct 2008 17:43: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 05121-01-2; Tue, 14 Oct 2008 17:42:32 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3872F1FCC7; Tue, 14 Oct 2008 17:42:32 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9A1AE1FCBD for ; Tue, 14 Oct 2008 17:42:30 +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 02849-02-2 for ; Tue, 14 Oct 2008 17:41:54 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by ronja.ntg.nl (Postfix) with ESMTP id A84231FCD9 for ; Tue, 14 Oct 2008 17:41:27 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id c10so1052591nfd.44 for ; Tue, 14 Oct 2008 08:41:27 -0700 (PDT) Original-Received: by 10.210.88.7 with SMTP id l7mr259579ebb.34.1223998887398; Tue, 14 Oct 2008 08:41:27 -0700 (PDT) Original-Received: by 10.210.16.2 with HTTP; Tue, 14 Oct 2008 08:41:27 -0700 (PDT) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:44738 Archived-At: --===============0235971571== Content-Type: multipart/alternative; boundary="----=_Part_57679_33047349.1223998887388" ------=_Part_57679_33047349.1223998887388 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I've been trying to create a minimal example for this most bizarre error, up till now without success. Nevertheless, I may be lucky someone has encountered a similar one. So I'll ask anyway... - project containing environments, product and components - product with standardmakeup, frontmatter, bodymatter, backmatter - \startsectionblockenvironment[frontpart] % contains ToC \setupheader[state=start] \stopsectionblockenvironment - \setuphead[chapter][header=empty] (1) - for some bodyfonts (arial, verdana) and with line (1) in the code, /placecontent and \completecontent (in the frontpart) generate a ToC with the 1st chapter heading displayed twice, aka Chapter 1 heading (2) Chapter 1 heading Chapter 1 - Section 1 heading Chapter 1 - Section 2 heading etc... Chapter 2 heading Chapter 2 - Section 1 heading Chapter 2 - Section 2 heading etc... etc... - leaving out header=empty in (1) displays the ToC correctly, i.e. line (2) disappears in the ToC - the contents in the bodypart displays correctly (chaper 1, chapter 2, etc... ) whatever the bodyfont Any clues ? Best, Alan -- * texexec --lua foo * ConTeXt minimals ver: 2008.10.08 23:34 MKIV fmt: 2008.10.13 int: english/english * Ubuntu 8.04 Hardy Heron ------=_Part_57679_33047349.1223998887388 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,

I've been trying to create a minimal example for this most bizarre error, up till now without success.

Nevertheless, I may be lucky someone has encountered a similar one. So I'll ask anyway...

- project containing environments, product and components

- product with standardmakeup, frontmatter, bodymatter, backmatter

-  \startsectionblockenvironment[frontpart]                % contains ToC               
            \setupheader[state=start]
   \stopsectionblockenvironment

- \setuphead[chapter][header=empty]  (1)

- for some bodyfonts (arial, verdana) and with line (1) in the code, /placecontent
 and \completecontent (in the frontpart) generate a ToC with the 1st chapter heading displayed
 twice, aka

Chapter 1 heading                              (2)
Chapter 1 heading
   Chapter 1 - Section 1 heading
   Chapter 1 - Section 2 heading
   etc...
Chapter 2 heading
   Chapter 2 - Section 1 heading
   Chapter 2 - Section 2 heading
   etc...
etc...

- leaving out header=empty in (1) displays the ToC correctly, i.e. line (2) disappears in the ToC

- the contents in the bodypart displays correctly (chaper 1, chapter 2, etc... ) whatever the bodyfont


Any clues ?

Best,
Alan

--
* texexec --lua foo
* ConTeXt  minimals ver: 2008.10.08 23:34 MKIV  fmt: 2008.10.13  int: english/english
* Ubuntu 8.04 Hardy Heron
------=_Part_57679_33047349.1223998887388-- --===============0235971571== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0235971571==--