ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* no space after \note[]
@ 2010-03-09 16:08 Peter Münster
  2010-03-09 16:16 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Münster @ 2010-03-09 16:08 UTC (permalink / raw)
  To: ConTeXt list

Hello,

The space after \note[test] is eaten:

\starttext
bla\footnote[test]{bla} bla\note[test] bla
\stoptext

Bug or feature?

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___________________________________________________________________________________
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] 6+ messages in thread

* Re: no space after \note[]
  2010-03-09 16:08 no space after \note[] Peter Münster
@ 2010-03-09 16:16 ` Hans Hagen
  2010-03-09 16:34   ` Taco Hoekwater
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2010-03-09 16:16 UTC (permalink / raw)
  To: ConTeXt list

On 9-3-2010 17:08, Peter Münster wrote:
> Hello,
>
> The space after \note[test] is eaten:
>
> \starttext
> bla\footnote[test]{bla} bla\note[test] bla
> \stoptext
>
> Bug or feature?

side effect of multiple optional arguments

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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] 6+ messages in thread

* Re: no space after \note[]
  2010-03-09 16:16 ` Hans Hagen
@ 2010-03-09 16:34   ` Taco Hoekwater
  2010-03-09 17:25     ` Peter Münster
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2010-03-09 16:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans Hagen wrote:
> On 9-3-2010 17:08, Peter Münster wrote:
>> Hello,
>>
>> The space after \note[test] is eaten:
>>
>> \starttext
>> bla\footnote[test]{bla} bla\note[test] bla
>> \stoptext
>>
>> Bug or feature?
> 
> side effect of multiple optional arguments

Hans will look into this later, but if you want a quick hack
to fix pre-existing input, you can add something like this
to the document header:


   \let\oldnote\note
   \def\note{\oldnote[footnote]}

(or write \note[footnote][ref] explicitly)

Best wishes,
Taco

___________________________________________________________________________________
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] 6+ messages in thread

* Re: no space after \note[]
  2010-03-09 16:34   ` Taco Hoekwater
@ 2010-03-09 17:25     ` Peter Münster
  2010-03-09 17:38       ` Steffen Wolfrum
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Münster @ 2010-03-09 17:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, 9 Mar 2010, Taco Hoekwater wrote:

> (or write \note[footnote][ref] explicitly)

Thanks, this is ok for me!
Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___________________________________________________________________________________
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] 6+ messages in thread

* Re: no space after \note[]
  2010-03-09 17:25     ` Peter Münster
@ 2010-03-09 17:38       ` Steffen Wolfrum
  2010-03-09 17:46         ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Wolfrum @ 2010-03-09 17:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 09.03.2010 um 18:25 schrieb Peter Münster:

> On Tue, 9 Mar 2010, Taco Hoekwater wrote:
> 
>> (or write \note[footnote][ref] explicitly)
> 
> Thanks, this is ok for me!



Great, that's fine. And indeed interesting:
What other values besides "footnote" there may be?!


Thanks,

Steffen
___________________________________________________________________________________
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] 6+ messages in thread

* Re: no space after \note[]
  2010-03-09 17:38       ` Steffen Wolfrum
@ 2010-03-09 17:46         ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2010-03-09 17:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Steffen Wolfrum

On 9-3-2010 18:38, Steffen Wolfrum wrote:
>
> Am 09.03.2010 um 18:25 schrieb Peter Münster:
>
>> On Tue, 9 Mar 2010, Taco Hoekwater wrote:
>>
>>> (or write \note[footnote][ref] explicitly)
>>
>> Thanks, this is ok for me!
>
>
>
> Great, that's fine. And indeed interesting:
> What other values besides "footnote" there may be?!

endnotes, endnotes, ... (users like idris needs 30 different kinds)

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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] 6+ messages in thread

end of thread, other threads:[~2010-03-09 17:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-09 16:08 no space after \note[] Peter Münster
2010-03-09 16:16 ` Hans Hagen
2010-03-09 16:34   ` Taco Hoekwater
2010-03-09 17:25     ` Peter Münster
2010-03-09 17:38       ` Steffen Wolfrum
2010-03-09 17:46         ` 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).