ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* endnotes
@ 2007-07-16 16:56 Horacio Suarez
  2007-07-16 18:41 ` endnotes Aditya Mahajan
  0 siblings, 1 reply; 12+ messages in thread
From: Horacio Suarez @ 2007-07-16 16:56 UTC (permalink / raw)
  To: ntg-context

hello:

I have a problem with endnotes.

I use \placefootnotes at the end of each chapter.

When the last page of a chapter is almost empty, the footnotes are placed at 
the same page, but when the las page of a chapter is almost full, the notes 
jumps to a new page.

Also, I have a \stopcolumns before the notes.

How can I force the notes to keep in the same page?

Thankyou.




--------------------
Horacio Suarez
Editotrial Antropofagia
www.eantropofagia.com.ar

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


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

* Re: endnotes
  2007-07-16 16:56 endnotes Horacio Suarez
@ 2007-07-16 18:41 ` Aditya Mahajan
  2007-07-16 19:57   ` endnotes Horacio Suarez
  0 siblings, 1 reply; 12+ messages in thread
From: Aditya Mahajan @ 2007-07-16 18:41 UTC (permalink / raw)
  To: ntg-context

Quoting Horacio Suarez <horaciosuarez@hotmail.com>:

> hello:
>
> I have a problem with endnotes.
>
> I use \placefootnotes at the end of each chapter.
>
> When the last page of a chapter is almost empty, the footnotes are placed at
> the same page, but when the las page of a chapter is almost full, the notes
> jumps to a new page.
>
> Also, I have a \stopcolumns before the notes.
>
> How can I force the notes to keep in the same page?
>
> Thankyou.

Can you please send a minimal example to work with?

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


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

* Re: endnotes
  2007-07-16 18:41 ` endnotes Aditya Mahajan
@ 2007-07-16 19:57   ` Horacio Suarez
  2007-07-16 21:11     ` endnotes Aditya Mahajan
  0 siblings, 1 reply; 12+ messages in thread
From: Horacio Suarez @ 2007-07-16 19:57 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 760 bytes --]

This is an exaple, I hope it´s ok. If you coment/uncoment one of the 
\dorecurse lines at a time you will see. Even if there is enough place to 
place the foonotes, in the first case the notes jumps to a new page.

%%%%%%%%%%%%
\starttext

\setupfootnotes[location={none}]

    \chapter Capitulo1

   \startcolumns

        Aca va texto\footnote{foot uno}

%\dorecurse{3}{\input tufte\par}

\dorecurse{2}{\input tufte\par}

        Aca más texto\footnote{foot dos}

   \stopcolumns


\section Notas

\placefootnotes

\stoptext

%%%%%%%%%%

Thankyou for yor patient.

Horacio

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

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

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

* Re: endnotes
  2007-07-16 19:57   ` endnotes Horacio Suarez
@ 2007-07-16 21:11     ` Aditya Mahajan
  2007-07-17  2:12       ` endnotes Aditya Mahajan
  0 siblings, 1 reply; 12+ messages in thread
From: Aditya Mahajan @ 2007-07-16 21:11 UTC (permalink / raw)
  To: ntg-context

Quoting Horacio Suarez <horaciosuarez@hotmail.com>:

> This is an exaple, I hope it´s ok. If you coment/uncoment one of the 
> \dorecurse lines at a time you will see. Even if there is enough 
> place to place the foonotes, in the first case the notes jumps to a 
> new page.

This seems to be a bug in start/stop columns. From what I remember, 
columns causes a page break if sum of the two columns is greater than 
the page length. Here is an example.

\starttext

\setupfootnotes[location={none}]

\dorecurse{10}{
\chapter Capitulo1--\recurselevel{}

\startcolumns

% Aca va texto\footnote{foot uno}

\dorecurse{\recurselevel}{\input tufte\par}

% Aca más texto\footnote{foot dos}

\stopcolumns

\section Notas

\input tufte

  }
\stoptext


This may help others to help what is happening.

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


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

* Re: endnotes
  2007-07-16 21:11     ` endnotes Aditya Mahajan
@ 2007-07-17  2:12       ` Aditya Mahajan
  2007-07-17  4:27         ` endnotes Horacio Suarez
  0 siblings, 1 reply; 12+ messages in thread
From: Aditya Mahajan @ 2007-07-17  2:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 16 Jul 2007, Aditya Mahajan wrote:

> Quoting Horacio Suarez <horaciosuarez@hotmail.com>:
>
>> This is an exaple, I hope it´s ok. If you coment/uncoment one of the
>> \dorecurse lines at a time you will see. Even if there is enough
>> place to place the foonotes, in the first case the notes jumps to a
>> new page.
>
> This seems to be a bug in start/stop columns. From what I remember,
> columns causes a page break if sum of the two columns is greater than
> the page length. Here is an example.

Here is a fix. Caveat: I do not completely understand multi-columns, 
so be careful while using this fix.

\def\multicolumnseject
   {%\message{\the\pagetotal,\the\textheight}%
    %AM: Added divide my nofcolumns
    \ifdim\dimexpr\pagetotal/\nofcolumns>\textheight
      \eject % new
    \else
      \allowbreak
    \fi}



> \starttext
>
> \setupfootnotes[location={none}]
>
> \dorecurse{10}{
> \chapter Capitulo1--\recurselevel{}
>
> \startcolumns
>
> % Aca va texto\footnote{foot uno}
>
> \dorecurse{\recurselevel}{\input tufte\par}
>
> % Aca más texto\footnote{foot dos}
>
> \stopcolumns
>
> \section Notas
>
> \input tufte
>
>  }
\stoptext

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


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

* Re: endnotes
  2007-07-17  2:12       ` endnotes Aditya Mahajan
@ 2007-07-17  4:27         ` Horacio Suarez
  0 siblings, 0 replies; 12+ messages in thread
From: Horacio Suarez @ 2007-07-17  4:27 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 2219 bytes --]

thankyou very much, Aditya .


>From: Aditya Mahajan <adityam@umich.edu>
>Reply-To: mailing list for ConTeXt users <ntg-context@ntg.nl>
>To: mailing list for ConTeXt users <ntg-context@ntg.nl>
>Subject: Re: [NTG-context] endnotes
>Date: Mon, 16 Jul 2007 22:12:47 -0400 (EDT)
>
>On Mon, 16 Jul 2007, Aditya Mahajan wrote:
>
> > Quoting Horacio Suarez <horaciosuarez@hotmail.com>:
> >
> >> This is an exaple, I hope it´s ok. If you coment/uncoment one of the
> >> \dorecurse lines at a time you will see. Even if there is enough
> >> place to place the foonotes, in the first case the notes jumps to a
> >> new page.
> >
> > This seems to be a bug in start/stop columns. From what I remember,
> > columns causes a page break if sum of the two columns is greater than
> > the page length. Here is an example.
>
>Here is a fix. Caveat: I do not completely understand multi-columns,
>so be careful while using this fix.
>
>\def\multicolumnseject
>    {%\message{\the\pagetotal,\the\textheight}%
>     %AM: Added divide my nofcolumns
>     \ifdim\dimexpr\pagetotal/\nofcolumns>\textheight
>       \eject % new
>     \else
>       \allowbreak
>     \fi}
>
>
>
> > \starttext
> >
> > \setupfootnotes[location={none}]
> >
> > \dorecurse{10}{
> > \chapter Capitulo1--\recurselevel{}
> >
> > \startcolumns
> >
> > % Aca va texto\footnote{foot uno}
> >
> > \dorecurse{\recurselevel}{\input tufte\par}
> >
> > % Aca más texto\footnote{foot dos}
> >
> > \stopcolumns
> >
> > \section Notas
> >
> > \input tufte
> >
> >  }
>\stoptext
>
>Aditya
>___________________________________________________________________________________
>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
>___________________________________________________________________________________

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

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

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

* endnotes
  2007-07-14 14:51 Layers in ConTeXt Aditya Mahajan
@ 2007-07-14 16:14 ` Horacio Suarez
  0 siblings, 0 replies; 12+ messages in thread
From: Horacio Suarez @ 2007-07-14 16:14 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

hello:

i´m using endnotes at the end of each chapter and I have 2 problems:

1. I want some space between a note and the next one. How can I do that?

2. When the last page of a chapter is half filled o more -or somethig like 
that- the endnotes jumps to a new page, but if the last page of a chapter is 
less than a half filled, then the endnotes keeps in the same page, as I 
want.

Thankyou in advance.






--------------------
Horacio Suarez
Editotrial Antropofagia
www.eantropofagia.com.ar

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

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

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

* Endnotes
@ 2001-12-07  6:44 F. Miller Maley
  0 siblings, 0 replies; 12+ messages in thread
From: F. Miller Maley @ 2001-12-07  6:44 UTC (permalink / raw)


In the book I am working on, I would like to have substantial endnotes,
perhaps 10 to 20 pages of them.  The design I have in mind is to collect
all the endnotes in an appendix (actually an unnumbered backmatter chapter).
It should have separate sections called "Notes for Chapter 1", "Notes for
Chapter 2", or similar.  The note number should reset for each chapter,
and in the endnotes the note number should appear full-size rather than
in a small font.  Finally, for the interactive version of the book, the
endnotes should be coupled to their references in the text.

I can see how to get some of these features in ConTeXt, but not all.
Using \setupfootnotes[location=text,way=bychapter] and \placefootnotes,
I can get all the notes to appear together, but I don't know how to break
them up by chapter or reformat the number (\setupfootnotedefinition
[headstyle=...] wasn't helping?).  Moreover, it looks like the macros want
to collect them up in a giant \vbox, which might not scale too well.

Alternatively, the text block mechanism seems almost tailor-made for
this situation, except for one thing: I would like to couple the note,
which is naturally an enumeration, with the tiny little raised note number
in the text, which does not seem to be naturally an enumeration or
description (because it's in horizontal mode rather than vertical).
Maybe the coupling mechanism is general enough to do this; I don't know.

It wouldn't be overly hard (I hope) to do the coupling myself using ConTeXt's
reference commands, but I wonder if there is a better way.

-- Miller Maley


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

* Re: Endnotes
  2000-05-19 12:23   ` Endnotes Dan Seracu
@ 2000-05-19 16:03     ` Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2000-05-19 16:03 UTC (permalink / raw)
  Cc: Hans Hagen, NTG Context

At 03:23 PM 5/19/2000 +0300, Dan Seracu wrote:

>I tried this, but the "problem" is that all the footnotes are typeset one
>after another. So, how can I do to have them one under another? (clasical
>endnotes, like bibliography).

\starttext

\setupfootnotes[way=bychapter,location=text]

\chapter{first}

A sentence \footnote {a note} A second sentence \footnote{a
second note} A last sentence \footnote {a last note}

\placefootnotes

\chapter{second}

A sentence \footnote{a note} A second sentence \footnote{a
second note} A last sentence \footnote{a last note}

\placefootnotes

\stoptext

Some day soon I'll make a \startchapter{...} \stopchapter so that commands
like endnote can be automated. 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


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

* Re: Endnotes
  2000-05-19 11:36 ` Endnotes Hans Hagen
@ 2000-05-19 12:23   ` Dan Seracu
  2000-05-19 16:03     ` Endnotes Hans Hagen
  0 siblings, 1 reply; 12+ messages in thread
From: Dan Seracu @ 2000-05-19 12:23 UTC (permalink / raw)
  Cc: NTG Context

Hello!
> You can disable footnote placement and call them up at the end. See
english
> beta chapter 'layout'.
>
> Hans

I tried this, but the "problem" is that all the footnotes are typeset one
after another. So, how can I do to have them one under another? (clasical
endnotes, like bibliography).

Or, can I have a bibl. typeset at the end of each chapter?

Dan Seracu


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

* Re: Endnotes
  2000-05-19  5:21 Endnotes Dan Seracu
@ 2000-05-19 11:36 ` Hans Hagen
  2000-05-19 12:23   ` Endnotes Dan Seracu
  0 siblings, 1 reply; 12+ messages in thread
From: Hans Hagen @ 2000-05-19 11:36 UTC (permalink / raw)
  Cc: NTG Context

At 08:21 AM 5/19/2000 +0300, Dan Seracu wrote:
>   Hello!   It maybe a stupid qestion, but it is a problem I am  facing
>now:   I try to typeset a thesis, and I need endnotes  (kind of
>bibliography) at the end of eatch section (or chapter when using  parts).
>How can I do this?   Dan Seracu  Attachment Converted:

You can disable footnote placement and call them up at the end. See english
beta chapter 'layout'. 

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


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

* Endnotes
@ 2000-05-19  5:21 Dan Seracu
  2000-05-19 11:36 ` Endnotes Hans Hagen
  0 siblings, 1 reply; 12+ messages in thread
From: Dan Seracu @ 2000-05-19  5:21 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 240 bytes --]

Hello!

It maybe a stupid qestion, but it is a problem I am facing now:

I try to typeset a thesis, and I need endnotes (kind of bibliography) at the end of eatch section (or chapter when using parts). How can I do this?

Dan Seracu

[-- Attachment #1.2: Type: text/html, Size: 733 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Dan Adrian Seracu.vcf --]
[-- Type: text/x-vcard; name="Dan Adrian Seracu.vcf", Size: 447 bytes --]

BEGIN:VCARD
VERSION:2.1
N:Seracu;Dan;Adrian;ing.
FN:Dan Adrian Seracu
ORG:Sintezis Birotica;Retail
TITLE:coordonator retele POS
TEL;WORK;VOICE:+40 59 44 32 88
TEL;WORK;FAX:+ 40 59 44 32 88
ADR;WORK:;;str. Roman Ciorogariu, nr. 24;Oradea;Bihor;3700;Romania
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:str. Roman Ciorogariu, nr. 24=0D=0AOradea, Bihor 3700=0D=0ARomania
EMAIL;PREF;INTERNET:dans@sintezis.rdsor.ro
REV:20000519T052141Z
END:VCARD

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

end of thread, other threads:[~2007-07-17  4:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-16 16:56 endnotes Horacio Suarez
2007-07-16 18:41 ` endnotes Aditya Mahajan
2007-07-16 19:57   ` endnotes Horacio Suarez
2007-07-16 21:11     ` endnotes Aditya Mahajan
2007-07-17  2:12       ` endnotes Aditya Mahajan
2007-07-17  4:27         ` endnotes Horacio Suarez
  -- strict thread matches above, loose matches on Subject: below --
2007-07-14 14:51 Layers in ConTeXt Aditya Mahajan
2007-07-14 16:14 ` endnotes Horacio Suarez
2001-12-07  6:44 Endnotes F. Miller Maley
2000-05-19  5:21 Endnotes Dan Seracu
2000-05-19 11:36 ` Endnotes Hans Hagen
2000-05-19 12:23   ` Endnotes Dan Seracu
2000-05-19 16:03     ` Endnotes Hans Hagen

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