ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Daniel Schopper <daniel.schopper@aon.at>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: inheritance of footnotes
Date: Mon, 30 Jul 2012 13:00:48 +0200	[thread overview]
Message-ID: <50166960.8090207@aon.at> (raw)

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
___________________________________________________________________________________

             reply	other threads:[~2012-07-30 11:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-30 11:00 Daniel Schopper [this message]
2012-07-31  9:04 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50166960.8090207@aon.at \
    --to=daniel.schopper@aon.at \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).