ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Stéphane Goujet" <stephane.goujet@wanadoo.fr>
To: ntg-context@ntg.nl
Subject: Re: Footnote maker in parentheses
Date: Tue, 25 Mar 2014 15:07:02 +0000	[thread overview]
Message-ID: <20140325150702.52013dc2@cuisine.seix> (raw)
In-Reply-To: <46E54C15-ABCD-41EB-A7D9-A4E5E00A1122@gmail.com>

Le Tue, 25 Mar 2014 13:56:41 +0100,
Otared Kavian <otared@gmail.com> a écrit :

> On 25 mars 2014, at 14:02, Stéphane Goujet
> <stephane.goujet@wanadoo.fr> wrote:
> 
> >  I would like that the footnote marker (both in the note
> > call and the footnote text) appear in parentheses.
> Maybe this is what you want 
> 
> \define[1]\MyFootnotenoteCommand{\high{(#1)}}
> 
> \setupnotation[footnote]
> 	[textcommand=\MyFootnoteCommand
> 	distance=1em,
> 	left={(},
> 	right={)}]

  Not exactly : /left/ and /right/ indeed produce the expected result in
the footnote text, but /textcommand/ does nothing for the footnote
call. 
  But the info you gave me allowed to find the following working
solution :

\define[1]\monappel{\high{(#1)}}
\setupnote[textcommand=\monappel]
\setupnotation[footnote][left={(},right={)}]


Thank you very much,
  Stéphane.
___________________________________________________________________________________
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:[~2014-03-25 15:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-25 13:02 Stéphane Goujet
2014-03-25 12:56 ` Otared Kavian
2014-03-25 15:07   ` Stéphane Goujet [this message]

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=20140325150702.52013dc2@cuisine.seix \
    --to=stephane.goujet@wanadoo.fr \
    --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).