ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footnote numbering broken ?
@ 2007-02-08 17:31 Steffen Wolfrum
  2007-02-08 18:08 ` Aditya Mahajan
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Wolfrum @ 2007-02-08 17:31 UTC (permalink / raw)
  To: ntg-context

Hi,

shouldn't the following work?


\starttext

\setnumber[footnote]{3}

test\footnote{x}

\stoptext


Steffen


This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5)
 \write18 enabled.
 (/usr/local/TeXLive/texmf.pkgs/web2c/natural.tcx)
entering extended mode
(./table_test.tex

ConTeXt  ver: 2006.11.23 14:46 MK II  fmt: 2007.2.4  int: english/english

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Footnote numbering broken ?
  2007-02-08 17:31 Footnote numbering broken ? Steffen Wolfrum
@ 2007-02-08 18:08 ` Aditya Mahajan
  2007-02-08 20:47   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Aditya Mahajan @ 2007-02-08 18:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 8 Feb 2007, Steffen Wolfrum wrote:

> Hi,
>
> shouldn't the following work?
>
>
> \starttext
>
> \setnumber[footnote]{3}
>
> test\footnote{x}
>
> \stoptext
>
>
> Steffen

There seems to be a typo in core-not. The following works

\unprotect
\definenote[\v!footnote]
\protect

\starttext

\setnumber[footnote]{3}
test\footnote{x}

\stoptext

In core-not.tex the spaces should be removed from

\definenote [\v!footnote  ]
\definenote [\v!endnote   ] [\c!location=\v!none] % else no break


Aditya

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Footnote numbering broken ?
  2007-02-08 18:08 ` Aditya Mahajan
@ 2007-02-08 20:47   ` Hans Hagen
  2007-02-09  0:25     ` Aditya Mahajan
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2007-02-08 20:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Aditya Mahajan wrote:
> On Thu, 8 Feb 2007, Steffen Wolfrum wrote:
>
>   
>> Hi,
>>
>> shouldn't the following work?
>>
>>
>> \starttext
>>
>> \setnumber[footnote]{3}
>>
>> test\footnote{x}
>>
>> \stoptext
>>
>>
>> Steffen
>>     
>
> There seems to be a typo in core-not. The following works
>
> \unprotect
> \definenote[\v!footnote]
> \protect
>
> \starttext
>
> \setnumber[footnote]{3}
> test\footnote{x}
>
> \stoptext
>
> In core-not.tex the spaces should be removed from
>
> \definenote [\v!footnote  ]
> \definenote [\v!endnote   ] [\c!location=\v!none] % else no break
>
>   
hm, these spaces are ignored, just try

a\relax a
a\relax        a


-- 

-----------------------------------------------------------------
                                          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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Footnote numbering broken ?
  2007-02-08 20:47   ` Hans Hagen
@ 2007-02-09  0:25     ` Aditya Mahajan
  0 siblings, 0 replies; 4+ messages in thread
From: Aditya Mahajan @ 2007-02-09  0:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, 8 Feb 2007, Hans Hagen wrote:

> Aditya Mahajan wrote:
>> On Thu, 8 Feb 2007, Steffen Wolfrum wrote:
>>
>>
>>> Hi,
>>>
>>> shouldn't the following work?
>>>
>>>
>>> \starttext
>>>
>>> \setnumber[footnote]{3}
>>>
>>> test\footnote{x}
>>>
>>> \stoptext
>>>
>>>
>>> Steffen
>>>
>>
>> There seems to be a typo in core-not. The following works
>>
>> \unprotect
>> \definenote[\v!footnote]
>> \protect
>>
>> \starttext
>>
>> \setnumber[footnote]{3}
>> test\footnote{x}
>>
>> \stoptext
>>
>> In core-not.tex the spaces should be removed from
>>
>> \definenote [\v!footnote  ]
>> \definenote [\v!endnote   ] [\c!location=\v!none] % else no break
>>
>>
> hm, these spaces are ignored, just try
>
> a\relax a
> a\relax        a
>
Why does Steffen's code not work, while it works if I add 
\definenote[\v!footnote]? Another strange thing is that the following 
works

\starttext

\footnote{test}

\setnumber[footnote]{3}
x\footnote{test again}

\stoptext

But the footnote number is not incremented in

\starttext
\setnumber[footnote]{3}
x\footnote{test}
\stoptext

Could it because of the loading order of file?

Aditya

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-09  0:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08 17:31 Footnote numbering broken ? Steffen Wolfrum
2007-02-08 18:08 ` Aditya Mahajan
2007-02-08 20:47   ` Hans Hagen
2007-02-09  0:25     ` Aditya Mahajan

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).