ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: h h extern <pragma@wxs.nl>
Subject: Re: columnset BUG - (urgent!)
Date: Sat, 27 Nov 2004 21:11:05 +0100	[thread overview]
Message-ID: <41A8DF59.30703@wxs.nl> (raw)
In-Reply-To: <a0600200fbdcc151f265a@[83.176.133.207]>

Steffen Wolfrum wrote:
> Hi,
> 
> please have a look at testfile below:
> without a footnote everything works fine,
> but with the footnote the columnset gets crashed!

this is a tricky situation:

- the note is built in one column mode
- but flushed in column mode (dus to postponing)
- so actually what you see is a mixture

you may try:

\starttext

\chapter{Heading\notesymbol[x]}

\definecolumnset[litera][n=2,distance=1cm]

\startcolumnset[litera]

\footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward}

\stopcolumnset
\stoptext

or

\starttext

\definecolumnset[litera][n=2,distance=1cm]
\definecolumnsetspan[litera][n=2]

\startcolumnset[litera]

\startcolumnsetspan[litera]
\chapter{Heading\notesymbol[x]}
\stopcolumnsetspan

\footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward}

\stopcolumnset
\stoptext



> I noticed this bug in a bigger book project:
> The columnset is at the end as a seperate document (\component).
> And the footnote was added 300 pages and 5 component files before !!!
> 
> As this footnote was one of the last changes that were done
> before I wanted to send the book to the printer
> a fast help would be very much appreciated.
> 
> Sorry, but it's really quite urgent -
> 
> Steffen
> 
> %&context
> \starttext
> \chapter{Heading\footnote{x}}
> 
> \definecolumnset[litera][n=2,distance=1cm]
> 
> \startcolumnset[litera]
> 
> \dorecurse{10}{test \input zapf \input ward}
> 
> 
> \stopcolumnset
> \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
-----------------------------------------------------------------

  reply	other threads:[~2004-11-27 20:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-25 23:11 Steffen Wolfrum
2004-11-27 20:11 ` h h extern [this message]
2004-11-28 21:32 Steffen Wolfrum
2004-11-29 11:13 ` 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=41A8DF59.30703@wxs.nl \
    --to=pragma@wxs.nl \
    --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).