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: print, footnote, position


/ eylem <eylem@ebox.de> was heard to say:
| but if want to generate pdf output via latex the design is very bad.
| i have changed the print file dbparam.dsl like this:
| 
| (define bop-footnotes
|   ;; Make "bottom-of-page" footnotes?
|   #t)
| 
| but i cannot see the footnote in the buttom of the page.
| and the outfit is not very proffesionel

You must also explicitly identify the backend in order to get
backend-specific features (bop footnotes is specific to TeX, RTF
can't do it (from Jade)).

(define tex-backend #t)

                                        Cheers,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Men do not quit playing because
http://www.oasis-open.org/docbook/ | they grow old; they grow old
Member, DocBook Editorial Board    | because they quit playing.--Oliver
                                   | Wendell Holmes


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