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
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
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 -----------------------------------------------------------------
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
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Steffen Wolfrum