ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Peter Münster" <pmlists@free.fr>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: new structure code
Date: Fri, 10 Apr 2009 22:11:38 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LNX.2.00.0904102142080.19642@gaston.couberia.bzh> (raw)
In-Reply-To: <26CE025B-C5D5-4C3B-95E1-E8DD117AEA4F@gmail.com>

On Fri, 10 Apr 2009, Wolfgang Schuster wrote:

> 
> Am 10.04.2009 um 15:38 schrieb Wolfgang Schuster:
> 
> > Hi,
> > 
> > i found a few bugs in the new structure code for mkiv.
> > 
> > 
> > 1. the dot after numbered items is missing
> > 
> > \starttext
> > \startitemize[n]
> > \item first item
> > \item second item
> > \stopitemize
> > \stoptext
> > 
> > 
> > 2. indices in headers work not in interactive mode
> > 
> > \setupinteraction[state=start]
> > \starttext
> > \section{Section one\index{section}}
> > \stoptext
> > 
> > 
> > 3. \\ generates a backslash but was a space before
> > 
> > \starttext
> > text\\text
> > \stoptext
> 
> 
> 
> 4. the page numbers in the index are wrong
> 
> \setuphead[part][placehead=yes]
> \starttext
> \part{One}
> text apple\index{apple} text
> \page
> text flower\index{flower} text
> \part{Two}
> text tomato\index{tomato} text
> \page
> text banana\index{banana} text
> \completeindex
> \stoptext
> 
> another thing are the page number in the example above, the old code reseted
> the number with each part and prefixed it but this happens no longer
> 
> 
> 5. \tex command did not work correct in \index
> 
> \starttext
> text command\index{\tex{command}} text
> \placeindex
> \stoptext
> 
> 
> to be continued

I don't know, if this is a bug, but it worked with version 2009.04.06:

6. problem with \unprotect and \section{}:

\unprotect
\def\bla@bla{sec title}
\def\mySection{\section{\bla@bla}}
\protect
\starttext
\mySection
bla bla
\stoptext

ERROR: Undefined control sequence.
--- TeX said ---
l.1 \bla
        @bla 

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/

___________________________________________________________________________________
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
___________________________________________________________________________________


  parent reply	other threads:[~2009-04-10 20:11 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-10 13:38 Wolfgang Schuster
2009-04-10 17:09 ` Wolfgang Schuster
2009-04-10 20:01   ` Wolfgang Schuster
2009-04-14 12:21     ` Hans Hagen
2009-04-14 20:56     ` Hans Hagen
2009-04-15 16:04       ` Yanrui Li
2009-04-15 16:09         ` Hans Hagen
2009-04-16  7:59         ` Hans Hagen
2009-04-16 14:44           ` Yanrui Li
2009-04-16 15:35             ` Bug in mkiv: \setupinteraction (Was: new structure code) Otared Kavian
2009-04-16 16:23               ` Yanrui Li
2009-04-16 20:56             ` new structure code Hans Hagen
2009-04-10 20:11   ` Peter Münster [this message]
2009-04-10 20:35     ` Wolfgang Schuster
2009-04-13 11:53     ` Hans Hagen
2009-04-10 20:24 ` Khaled Hosny
2009-04-10 20:28   ` Wolfgang Schuster
2009-04-10 21:27     ` Khaled Hosny
2009-04-10 21:45       ` Wolfgang Schuster
2009-04-10 23:29         ` Hans Hagen
2009-04-11  0:32           ` Yanrui Li
2009-04-11  1:46             ` Yanrui Li
2009-04-13 11:12             ` Hans Hagen
2009-04-12 11:06           ` Wolfgang Schuster
2009-04-12 12:43             ` Hans Hagen
2009-04-13 13:09             ` Wei-Wei Guo
2009-04-16  0:43               ` Wei-Wei Guo
2009-04-16  7:55                 ` Hans Hagen
2009-04-20  7:58           ` Wolfgang Schuster
2009-04-20  8:37             ` Hans Hagen
2009-04-13 15:54 ` Longmin Wang
2009-04-24 17:22 ` Kevin D. Robbins
2009-04-24 17:37   ` Wolfgang Schuster
2009-04-24 17:44     ` Kevin D. Robbins
2009-04-24 18:36     ` Hans Hagen
2009-04-24 18:54       ` Kevin D. Robbins
2009-04-24 20:54         ` Hans Hagen
2009-06-14 11:30           ` Alan BRASLAU
2009-06-14 13:16             ` Hans Hagen
2009-06-14 18:16               ` Alan BRASLAU
2009-06-14 18:23                 ` Hans Hagen
2009-06-14 18:54                   ` Alan BRASLAU
2009-06-15  7:23                     ` Hans Hagen
2009-04-24 18:28 ` Kevin D. Robbins
2009-04-24 18:34   ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.0904102142080.19642@gaston.couberia.bzh \
    --to=pmlists@free.fr \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).