Ardo van Rangelrooij <[EMAIL PROTECTED]> writes:

> I'm looking into fixing this bug, so there is still hope.  I'll also take
> a look at the SGML source to see whether these can be done differently.

Hmm, I saw this in the freeBSD DSSSL stylesheet, is it of any use:

        (define (urlwrap)
          (let ((%factor% (if %verbatim-size-factor% 
                              %verbatim-size-factor% 
                              1.0)))
          (make sequence
            font-family-name: %mono-font-family%
            font-size: (* (inherited-font-size) %factor%)
            (make formatting-instruction data:
                  (string-append
                   "\\url|"
                   (data (current-node))
                   "|")))))

        (define (pathwrap)
          (let ((%factor% (if %verbatim-size-factor% 
                              %verbatim-size-factor% 
                              1.0)))
          (make sequence
            font-family-name: %mono-font-family%
            font-size: (* (inherited-font-size) %factor%)
            (make formatting-instruction data:
                  (string-append
                   "\\path|"
                   (data (current-node))
                   "|")))))


That "\\path" and "\\url" is TeX codes I believe....

-- 
...Adam Di Carlo..<[EMAIL PROTECTED]>...<URL:http://www.onshored.com/>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to