ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* inheritance of footnotes
@ 2012-07-30 11:00 Daniel Schopper
  2012-07-31  9:04 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Schopper @ 2012-07-30 11:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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.schopper@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
___________________________________________________________________________________

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

* Re: inheritance of footnotes
  2012-07-30 11:00 inheritance of footnotes Daniel Schopper
@ 2012-07-31  9:04 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2012-07-31  9:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

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

end of thread, other threads:[~2012-07-31  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-30 11:00 inheritance of footnotes Daniel Schopper
2012-07-31  9:04 ` 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).