Re: [NTG-context] inheritance of footnotes

2012-07-31 Thread Hans Hagen

On 30-7-2012 13:00, Daniel Schopper wrote:

dear list,
until some months ago it was possible to define/setup a series of notes
and then use them as kind of interface, i.e. to let their copies inherit
their setups yet be independent sets of notes –  However now such copies
seem to be get mereley added to the set of notes they are based upon. --
In the following minimal example none of the notes get printed when the
first series of notes are not placed; on the other hand their
respective \placenotes-commands are completely ignored.


fixed in next beta (but needs testing) ...

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___

[NTG-context] inheritance of footnotes

2012-07-30 Thread Daniel Schopper

dear list,
until some months ago it was possible to define/setup a series of notes 
and then use them as kind of interface, i.e. to let their copies inherit 
their setups yet be independent sets of notes –  However now such copies 
seem to be get mereley added to the set of notes they are based upon. -- 
In the following minimal example none of the notes get printed when the 
first series of notes are not placed; on the other hand their 
respective \placenotes-commands are completely ignored.


Thanks in advance!
Daniel

\definenote[first]
\setupnote[first][location=text]
\setupnotation[first][number=no]

\definenote[second][first]
\definenote[third][first]

\starttext
That’s my first par.\first{First note set}

That’s my second par.\second{Second note set}

That’s my third par.\third{Third noteset}

\page
%\placenotes[first]%  all notes get printed when this is not commented
\placenotes[second] %  those are ignored
\placenotes[third]%  those are ignored
\stoptext


I'm sure I' missing some new mechanism ... or do I have to set them up 
each one of them?! This seems a bit cumbersome to me …


\definenote[first]
\definenote[second]
\definenote[third]

\setupnote[first][location=text]
\setupnote[second][location=text]
\setupnote[third][location=text]

\setupnotation[first][number=no]
\setupnotation[second][number=no]
\setupnotation[third][number=no]

\starttext
That’s my first par.\first{First note set}

That’s my second par.\second{Second note set}

That’s my third par.\third{Third noteset}

\page
\placenotes[first]
\placenotes[second]
\placenotes[third]
\stoptext

--
Daniel Schopper
Jahngasse 30/7
1050 Wien

mobil. +43 676 4302747
tel. +43 1 5851767
mail. daniel.schop...@aon.at
___
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
___