For having the bookmarks when viewing my PDF in Acrobat I use \setupinteraction[state=start] But this forces the footnotenumbers (both in the text and in the footer) to be bold. Is this a known bug? Here a minimal example: %\setupinteraction[state=start] \setupfootnotes[style=italic] \starttext Test Test.\footnote{Fussnotentext} \stoptext With the first line to be (un-)commented. Steffen
At 22:18 17/09/2003 +0200, you wrote:
For having the bookmarks when viewing my PDF in Acrobat I use \setupinteraction[state=start]
But this forces the footnotenumbers (both in the text and in the footer) to be bold. Is this a known bug?
Here a minimal example:
%\setupinteraction[state=start]
\setupfootnotes[style=italic]
\starttext
Test Test.\footnote{Fussnotentext}
\stoptext
With the first line to be (un-)commented.
\setupinteraction[style=] ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
Hi, On Wed, 17 Sep 2003, Steffen Wolfrum wrote:
For having the bookmarks when viewing my PDF in Acrobat I use \setupinteraction[state=start]
But this forces the footnotenumbers (both in the text and in the footer) to be bold. Is this a known bug?
Here a minimal example: [...]
%\setupinteraction[state=start] \setupinteraction[state=start,style=] \setupfootnotes[style=italic] \starttext Test Test.\footnote{Fussnotentext} \stoptext If you use the second instead of the first \setupinteraction, everything seems to be fine again ... -- Holger F. Schoener TU Berlin; Dept. IV: EE and Computer Science hfsch@cs.tu-berlin.de http://www.cs.tu-berlin.de/~hfsch/ Rooms FR2525 Tel: +49-30-314-73115, Fax: -73121 Office FR 2-1 Franklinstr. 28/29, D-10587 Berlin, Germany
participants (3)
-
Hans Hagen
-
Holger Schöner
-
Steffen Wolfrum