ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Wrapping around footnotes
  2004-01-08 20:09 Wrapping around footnotes William D. Neumann
@ 2004-01-08 19:44 ` Willi Egger
  2004-01-13 19:46   ` William D. Neumann
  0 siblings, 1 reply; 3+ messages in thread
From: Willi Egger @ 2004-01-08 19:44 UTC (permalink / raw)


Hi William,

I do not know whether I can make you happy ...

I played with the following setup, which gives a comparable result, 
though it needs some manual actions:

\starttext
\startcolumnset[n=2]
\startlocalfootnotes[n=0]
    text with footnotes\footnote{a tip}
    text
    text
\placelocalfootnotes
\column
    text
    text
    text
    text
    text
\stoplocalfootnotes
\stopcolumnset
\stoptext

William D. Neumann wrote:

>I'm preparing a paper in two column format, and I'm having issues with
>footnotes in one column affecting the text in the other column because the
>text in the other column stops at the same spot as the text in the column
>with the footnote rather than typsetting down to the bottom of the page.
>
>For example, I am currently getting:
>
>blah, blah, blah1    yammer, yammer, yammer
>blah, blah, blah     yammer, yammer, yammer
>blah, blah, blah     yammer, yammer, yammer
>blah, blah, blah     yammer, yammer, yammer
>blah, blah, blah     yammer, yammer, yammer
>------
>1 footnote text
>here. footnote
>text here.
>footnote text here.
>
>Instead of this (which I want)
>
>blah, blah, blah1    yammer, yammer, yammer
>blah, blah, blah     yammer, yammer, yammer
>blah, blah, blah     yammer, yammer, yammer
>blah, blah, blah     yammer, yammer, yammer
>blah, blah, blah     yammer, yammer, yammer
>------               yammer, yammer, yammer
>1 footnote text      yammer, yammer, yammer
>here. footnote       yammer, yammer, yammer
>text here.           yammer, yammer, yammer
>footnote text here.  yammer, yammer, yammer
>
>How can this be done?  I've tried playing with the various setup commands
>for columns and footnotes, but nothing seems to work.  Any help is
>appreciated.
>
>William D. Neumann
>
>---
>
>"Well I could be a genius, if I just put my mind to it.
>And I...I could do anything, if only I could get 'round to it.
>Oh we were brought up on the space-race, now they expect you to clean toilets.
>When you've seen how big the world is, how can you make do with this?
>If you want me, I'll be sleeping in - sleeping in throughout these glory days."
>
>	-- Jarvis Cocker
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>  
>

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

* Wrapping around footnotes
@ 2004-01-08 20:09 William D. Neumann
  2004-01-08 19:44 ` Willi Egger
  0 siblings, 1 reply; 3+ messages in thread
From: William D. Neumann @ 2004-01-08 20:09 UTC (permalink / raw)


I'm preparing a paper in two column format, and I'm having issues with
footnotes in one column affecting the text in the other column because the
text in the other column stops at the same spot as the text in the column
with the footnote rather than typsetting down to the bottom of the page.

For example, I am currently getting:

blah, blah, blah1    yammer, yammer, yammer
blah, blah, blah     yammer, yammer, yammer
blah, blah, blah     yammer, yammer, yammer
blah, blah, blah     yammer, yammer, yammer
blah, blah, blah     yammer, yammer, yammer
------
1 footnote text
here. footnote
text here.
footnote text here.

Instead of this (which I want)

blah, blah, blah1    yammer, yammer, yammer
blah, blah, blah     yammer, yammer, yammer
blah, blah, blah     yammer, yammer, yammer
blah, blah, blah     yammer, yammer, yammer
blah, blah, blah     yammer, yammer, yammer
------               yammer, yammer, yammer
1 footnote text      yammer, yammer, yammer
here. footnote       yammer, yammer, yammer
text here.           yammer, yammer, yammer
footnote text here.  yammer, yammer, yammer

How can this be done?  I've tried playing with the various setup commands
for columns and footnotes, but nothing seems to work.  Any help is
appreciated.

William D. Neumann

---

"Well I could be a genius, if I just put my mind to it.
And I...I could do anything, if only I could get 'round to it.
Oh we were brought up on the space-race, now they expect you to clean toilets.
When you've seen how big the world is, how can you make do with this?
If you want me, I'll be sleeping in - sleeping in throughout these glory days."

	-- Jarvis Cocker

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

* Re: Wrapping around footnotes
  2004-01-08 19:44 ` Willi Egger
@ 2004-01-13 19:46   ` William D. Neumann
  0 siblings, 0 replies; 3+ messages in thread
From: William D. Neumann @ 2004-01-13 19:46 UTC (permalink / raw)


Well, that's sort of OK if you only have one or two footnotes and can
fiddle with the manual placement of the footnotes.  What I want is for the
columns in the document to flow around the footnotes automatically
througout the entire document.  If you look at the following two
(essentially the same) PDFs:

http://www.cs.unm.edu/~wneumann/files/HORSE-ctx.zip
http://www.cs.unm.edu/~wneumann/files/HORSE-ltx.zip

you can see what I am trying to achieve.  The second file (prepared with
Latex) flows automatically around the footnotes on pages 1 and 3, while
the first file (prepared with Context) does not, subsequently looking
awkward (if not ugly) and wasting valuable space.  does anyone know how to
acheive the flow of the Latex processed paper?

Thanks for the suggestion though, I do appreciate the help.

William D. Neumann

On Thu, 8 Jan 2004, Willi Egger wrote:

> Hi William,
>
> I do not know whether I can make you happy ...
>
> I played with the following setup, which gives a comparable result,
> though it needs some manual actions:
>
> \starttext
> \startcolumnset[n=2]
> \startlocalfootnotes[n=0]
>     text with footnotes\footnote{a tip}
>     text
>     text
> \placelocalfootnotes
> \column
>     text
>     text
>     text
>     text
>     text
> \stoplocalfootnotes
> \stopcolumnset
> \stoptext
>
> William D. Neumann wrote:
>
> >I'm preparing a paper in two column format, and I'm having issues with
> >footnotes in one column affecting the text in the other column because the
> >text in the other column stops at the same spot as the text in the column
> >with the footnote rather than typsetting down to the bottom of the page.
> >
> >For example, I am currently getting:
> >
> >blah, blah, blah1    yammer, yammer, yammer
> >blah, blah, blah     yammer, yammer, yammer
> >blah, blah, blah     yammer, yammer, yammer
> >blah, blah, blah     yammer, yammer, yammer
> >blah, blah, blah     yammer, yammer, yammer
> >------
> >1 footnote text
> >here. footnote
> >text here.
> >footnote text here.
> >
> >Instead of this (which I want)
> >
> >blah, blah, blah1    yammer, yammer, yammer
> >blah, blah, blah     yammer, yammer, yammer
> >blah, blah, blah     yammer, yammer, yammer
> >blah, blah, blah     yammer, yammer, yammer
> >blah, blah, blah     yammer, yammer, yammer
> >------               yammer, yammer, yammer
> >1 footnote text      yammer, yammer, yammer
> >here. footnote       yammer, yammer, yammer
> >text here.           yammer, yammer, yammer
> >footnote text here.  yammer, yammer, yammer
> >
> >How can this be done?  I've tried playing with the various setup commands
> >for columns and footnotes, but nothing seems to work.  Any help is
> >appreciated.

---

"Well I could be a genius, if I just put my mind to it.
And I...I could do anything, if only I could get 'round to it.
Oh we were brought up on the space-race, now they expect you to clean toilets.
When you've seen how big the world is, how can you make do with this?
If you want me, I'll be sleeping in - sleeping in throughout these glory days."

	-- Jarvis Cocker

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

end of thread, other threads:[~2004-01-13 19:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-08 20:09 Wrapping around footnotes William D. Neumann
2004-01-08 19:44 ` Willi Egger
2004-01-13 19:46   ` William D. Neumann

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