ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TEXpage and footnotes
@ 2013-06-14 18:36 Pablo Rodríguez
  2013-06-14 18:43 ` Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodríguez @ 2013-06-14 18:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

is there any way to get notes (footnotes and linenotes) within a TEXpage?

I thought I'd seen a sample PDF sent to this list, but I can't recall
the date or who was the sender.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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: TEXpage and footnotes
  2013-06-14 18:36 TEXpage and footnotes Pablo Rodríguez
@ 2013-06-14 18:43 ` Aditya Mahajan
  2013-06-14 19:19   ` Pablo Rodríguez
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2013-06-14 18:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 695 bytes --]

On Fri, 14 Jun 2013, Pablo Rodríguez wrote:

> Dear list,
>
> is there any way to get notes (footnotes and linenotes) within a TEXpage?
>
> I thought I'd seen a sample PDF sent to this list, but I can't recall
> the date or who was the sender.

Essentially, TEXpage is a fancy \frame (which, in turn, is a fancy \vbox). 
So, you cannot get the regular footnote mechanism inside TEXpage. If you 
do need footnotes, you can use localfootnotes:

\starttext
\startTEXpage[width=0.6\textwidth, offset=3mm]
   \startlocalfootnotes
       Knuth:\footnote{The creator of \TEX}
       \input knuth

       \placelocalfootnotes
   \stoplocalfootnotes
\stopTEXpage
\stoptext

Aditya

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: TEXpage and footnotes
  2013-06-14 18:43 ` Aditya Mahajan
@ 2013-06-14 19:19   ` Pablo Rodríguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodríguez @ 2013-06-14 19:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 14/06/13 20:43, Aditya Mahajan wrote:
> On Fri, 14 Jun 2013, Pablo Rodríguez wrote:
>> Dear list,
>>
>> is there any way to get notes (footnotes and linenotes) within a TEXpage?
>>
>> I thought I'd seen a sample PDF sent to this list, but I can't recall
>> the date or who was the sender.
> 
> Essentially, TEXpage is a fancy \frame (which, in turn, is a fancy \vbox). 
> So, you cannot get the regular footnote mechanism inside TEXpage. If you 
> do need footnotes, you can use localfootnotes:

Many thanks for your reply, Aditya.

And how could I get linenotes into TEXpage?

There seems not to be such a thing as locallinenotes.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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:[~2013-06-14 19:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-14 18:36 TEXpage and footnotes Pablo Rodríguez
2013-06-14 18:43 ` Aditya Mahajan
2013-06-14 19:19   ` Pablo Rodríguez

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