This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [jadetex] French typography with the Modular Stylesheets?


On Tuesday 23 November 1999, at 13 h 12, the keyboard of Sebastian Rahtz 
<sebastian.rahtz@computing-services.oxford.ac.uk> wrote:

> I suspect Norm has never dared try to do the equivalent of "babel" in
> the style sheets

Yes, but TeX already did it and it's not possible to use it, forcing DocBook 
users to reinvent the wheel.

> I think you need to show the list just what you did

Of course (taken from print/dblists.dsl):

(define (BULLTREAT bullfcn ilevel override mark)
  (cond
   (override (bullfcn override ilevel))
   (mark (bullfcn mark ilevel))
   (else (bullfcn "dash" ilevel))))
                   ;; The original one had "bullet" here


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]