ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Wolfgang Schuster" <schuster.wolfgang@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Placing meaningful footnotes
Date: Tue, 18 Dec 2007 10:59:47 +0100	[thread overview]
Message-ID: <115224fb0712180159u4c40ddb2wf4dea34f9299eb22@mail.gmail.com> (raw)
In-Reply-To: <769ba7780712170816g62541825w957047f172bb856b@mail.gmail.com>

2007/12/17, Zhichu Chen <zhichu.chen@gmail.com>:
> Hi everybody,
>
> Right now I'm writing an article and in the title's block I wanna thank
> somebody and in the authors' block I wanna display the email addresses. And
> I want them done with footnotes with "set 2" conversion. When I use
> ===========================================
> \definenote[thanks][conversion=set 2]
> \definenote[email]
>   [conversion=set 2,
>    textstyle=type]
> ===========================================
> The footnotes are shown with two areas, one for the \thanks and another for
> the \email, and they all started with "*" symbol, I mean there're two
> footnotes noted by star-symbol. I know I can just use
> \setupfootnotes[conversion=set 2] and do all my job by only using \footnote
> macro, but it's just of curiosity, can I use those meaningful macros to do
> continuously numbered footnotes and displayed only one area at the bottom of
> the page.

Hi Chen,

I took a quick look at the source and it seems this is not possible,
but you define
email as macro and call thank in the expansion text.

\def\email#1{\thanks{\type{#1}}} or better
\def\email#1{\thanks{\hyphenatedurl{#1}}} % breaks at the line end

Wolfgang
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2007-12-18  9:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-17 16:16 Zhichu Chen
2007-12-18  9:59 ` Wolfgang Schuster [this message]
2007-12-18 14:45   ` Zhichu Chen
2007-12-19 11:54     ` Wolfgang Schuster
2007-12-19 14:00       ` Zhichu Chen
2007-12-19 14:06         ` Wolfgang Schuster
2007-12-19 14:29           ` Zhichu Chen

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=115224fb0712180159u4c40ddb2wf4dea34f9299eb22@mail.gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).