Re: formatting-instruction and jadetex

Subject: Re: formatting-instruction and jadetex
From: Sebastian Rahtz <s.rahtz@xxxxxxxxxxxxxx>
Date: Thu, 6 Aug 1998 11:48:21 +0100
Pawel Turnau writes:
 > <test>
 >   <p>Foo.<label name="foo"></p>
 >   <p>Bar (see p. <pageref name="foo">).</p>
 > </test>
ah, you are entering murky water here. you *can* make it work if you
write 

(element label
  (make formatting-instruction
    data: (string-append 
	   "\\Pagelabel{" (attribute-string "name") "}")))
(element pageref
  (make formatting-instruction
    data: (string-append
	   "\\Pageref{" (attribute-string "name") "}")))

I think (these are JadeTeX special macros). Your errors come from
interaction with the hyperref package.

But this should not be needed. DSSSL has perfectly good
cross-referencing features which will translate properly in JadeTeX,
without the need to compromise portability

sebastian


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • formatting-instruction and jadetex
    • Pawel Turnau - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id TAA16389Tue, 4 Aug 1998 19:11:44 -0400 (EDT)
      • Sebastian Rahtz - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id GAA08676Thu, 6 Aug 1998 06:49:18 -0400 (EDT) <=
      • Toby Speight - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id HAA09091Thu, 6 Aug 1998 07:06:44 -0400 (EDT)