Re: [NTG-context] Command \thanks from LaTeX

2012-01-21 Thread Wagner Macedo
Good tip, but has some drawbacks.

1) It doesn't work on context current (2011.05.18 18:04). Instead a mark,
is displayed a normal numbered footnote.
2) On beta (2012.01.12 11:03), it's not displaying the symbol mark in the
text. The footnote is visible, but not the mark.
3) It can only be used with one author, because a second \footnote[+] is
typeset with the same symbol.

--
Wagner Macedo


On 21 January 2012 06:56, Wolfgang Schuster <
schuster.wolfg...@googlemail.com> wrote:

> The Author\footnote[+]{This is a regular footnote without the number.}
___
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
___

Re: [NTG-context] Command \thanks from LaTeX

2012-01-21 Thread Wolfgang Schuster

Am 20.01.2012 um 18:16 schrieb Wagner Macedo:

> Hello,
> 
> Searching for a \thanks equivalent command on ConTeXt, I ended up on 
> http://wiki.contextgarden.net/LaTeX_Thanks.
> 
> But I didn't like that solution, because the author footnote is placed on a 
> new area instead the same as text footnotes.
> 
> So I made a simple solution, that the author footnotes is placed in the same 
> area and doesn't interfere on real counter. I want here to share my solution, 
> below you can see it.
> 
> \definestartstop[author]
>   [before={\savenumber[footnote]
> \resetnumber[footnote]
> \start
> \let\thanks\footnote
> \setupfootnotes[numberconversion=set 2]},
>after={\stop
> \restorenumber[footnote]}]
> 
> It can be used as that:
> 
> \startauthor
>   Wagner Macedo\thanks{Brazilian citizen}
> \stopauthor
> 
> Of course, I could did a \author command, but I generally prefer to use 
> start/stop blocks.
> 
> What do you think? This could be improved?

\starttext

The Author\footnote[+]{This is a regular footnote without the number.}

Another sample text\footnote{A footnote with a number}.

\stoptext

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

[NTG-context] Command \thanks from LaTeX

2012-01-20 Thread Wagner Macedo
Hello,

Searching for a \thanks equivalent command on ConTeXt, I ended up on
http://wiki.contextgarden.net/LaTeX_Thanks.

But I didn't like that solution, because the author footnote is placed on a
new area instead the same as text footnotes.

So I made a simple solution, that the author footnotes is placed in the
same area and doesn't interfere on real counter. I want here to share my
solution, below you can see it.

\definestartstop[author]
  [before={\savenumber[footnote]
\resetnumber[footnote]
\start
\let\thanks\footnote
\setupfootnotes[numberconversion=set 2]},
   after={\stop
\restorenumber[footnote]}]

It can be used as that:

\startauthor
  Wagner Macedo\thanks{Brazilian citizen}
\stopauthor

Of course, I could did a \author command, but I generally prefer to use
start/stop blocks.

What do you think? This could be improved?
___
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
___