ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Pagination problem with an intermezzo containing a footnote
@ 2011-03-11 19:54 mathew
  2011-03-12 17:56 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: mathew @ 2011-03-11 19:54 UTC (permalink / raw)
  To: ntg-context

\starttext

This is a sample document to demonstrate a possible bug. You will
probably see a footnote below which appears before the page it's
referenced from.

\placeintermezzo[page][block:example]{Demonstrating a bug}
\startframedtext[width=0.8\makeupwidth]
This is a rather dull intermezzo.\footnote{But it does at least
demonstrate a bug.}
\stopframedtext

\stoptext


mathew
--
<URL:http://www.pobox.com/~meta/>
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Pagination problem with an intermezzo containing a footnote
  2011-03-11 19:54 Pagination problem with an intermezzo containing a footnote mathew
@ 2011-03-12 17:56 ` Wolfgang Schuster
  2011-03-12 18:12   ` Minimals installation problem Tom
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2011-03-12 17:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 11.03.2011 um 20:54 schrieb mathew:

> \starttext
> 
> This is a sample document to demonstrate a possible bug. You will
> probably see a footnote below which appears before the page it's
> referenced from.
> 
> \placeintermezzo[page][block:example]{Demonstrating a bug}
> \startframedtext[width=0.8\makeupwidth]
> This is a rather dull intermezzo.\footnote{But it does at least
> demonstrate a bug.}
> \stopframedtext
> 
> \stoptext

This isn’t a bug. The problem with your footnote is that context
reads the note at page 1 where it saw the float and placed therefore
the note on page one but the float itself wasn’t placed because
context saved it and flushed it at the next page.

What you can do is to move the float first to a separate page
first and used a fixed float (force keyword) to immediately flush it. 

The saved method is to use local footnotes (you can find example
on the wiki) where the notes are placed below the float.

\starttext

This is a sample document to demonstrate a possible bug. You will
probably see a footnote below which appears before the page it's
referenced from.

\startpostponing
\placeintermezzo[force][block:example]
  {Demonstrating a bug}
  {\startframedtext[width=0.8\makeupwidth]
   This is a rather dull intermezzo.\footnote{But it does at least demonstrate a bug.}
   \stopframedtext}
\stoppostponing

\stoptext

Wolfgang

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Minimals installation problem
  2011-03-12 17:56 ` Wolfgang Schuster
@ 2011-03-12 18:12   ` Tom
  0 siblings, 0 replies; 3+ messages in thread
From: Tom @ 2011-03-12 18:12 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

After installing Minimals apparently successfully on a Windows Vista system,
I got the following messages when executing context hello:

MTXrun | forcing cache reload
MTXrun | resolvers: loading configuration file
'C:/Context/tex/texmf/web2c/texmfcnf.lua'
MTXrun | resolvers
MTXrun | resolvers
MTXrun | resolvers
MTXrun | the resolver databases are not present or outdated
MTXrun | resolvers: using suffix based filetype 'lua'
MTXrun | resolvers: using suffix based filetype 'lua'
MTXrun | resolvers: remembering file 'mtx-context.lua'
MTXrun | resolvers: using suffix based filetype 'lua'
MTXrun | unknown script 'context.lua' or 'mtx-context.lua'

The directory name, Context, is not longer than eight characters and has no
embedded spaces, so that should not be a problem. Executing texexec hello
works fine. However, I want to use MKIV not MKII. BTW, I chose the current
option to get a stable version.

What could be the problem? 

Tom Benjey
717-258-9733 voice
717-243-0074 fax
blog: www.TomBenjey.com





___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-12 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-11 19:54 Pagination problem with an intermezzo containing a footnote mathew
2011-03-12 17:56 ` Wolfgang Schuster
2011-03-12 18:12   ` Minimals installation problem Tom

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).