This commit is contained in:
gferg 2002-03-15 18:25:04 +00:00
parent fe5124c46f
commit 47fc9223cc
1 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@
"../images/") "../images/")
(define %admon-graphics% (define %admon-graphics%
#f) #t)
(define %funcsynopsis-decoration% (define %funcsynopsis-decoration%
;; make funcsynopsis look pretty ;; make funcsynopsis look pretty
@ -168,8 +168,7 @@
(define (toc-depth nd) (define (toc-depth nd)
;; more depth (2 levels) to toc; instead of flat hierarchy ;; more depth (2 levels) to toc; instead of flat hierarchy
;; 2) 2)
4)
(element emphasis (element emphasis
;; make role=strong equate to bold for emphasis tag ;; make role=strong equate to bold for emphasis tag
@ -189,6 +188,7 @@
(normalize "author") (normalize "author")
(normalize "editor") (normalize "editor")
(normalize "copyright") (normalize "copyright")
(normalize "pubdate")
(normalize "revhistory") (normalize "revhistory")
(normalize "abstract") (normalize "abstract")
(normalize "legalnotice"))) (normalize "legalnotice")))