A.2. Installation og opsætning af Docbook-værktøjerne

Installation som i Friheden til at skrive i SGML/Docbook - 6.2 RPM'erne bruges også på RH7! Afinstaller alle pakker med lign. navne inden installation, for at undgå diverse overskrivninger. Rækkefølgen af pakkeinstallationen er vigtig.

Efter installation:

- i /usr/lib/sgml/stylesheets/nwalsh-modular/html/dbparam.dsl:

(define %section-autolabel%
;
;
#t)

....

(define ($generate-book-lot-list$
;
;
(list ))
;(normalize "table)
;(normali.... 
;(no.... )
;(norm....)

.....

(define %stylesheet%
;
;
;
"../style/skolebog.css")

- i /usr/lib/sgml/stylesheets/nwalsh-modular/print/dbparam.dsl:

(define ($generate-book-lot-list$
;
;
(list ))
;(normalize "table)
;(normali.... 
;(no.... )
;(norm....)

....

(define %section-autolabel%
;
;
;
#t)

....

(define %paper-type%
;
;
;
"A4")
;"USletter")

....

(define %left-margin%
;
;
5pi)

....

(define %right-margin%
;
;
4pi)

....

(define %top-margin%
;
;
(if ....
  6.5pi
  5pi))

....

(define %bottom-margin%
;
;
(if....
  8pi
  6.5pi))

....

(define %body-start-indent%
;
;
;
  0pi)

- i /usr/share/texmf/web2c/texmf.cnf:

hash_extra = 10000

....

pool_size.context = 1250000
pool_size.jadetex = 1250000
pool_size = 250000

....

max_strings = 25000