]> ;; html customization goes here (define %root-filename% "index") (define %html-ext% ".html") ;; print customization goes here ;; common customization goes here (define %section-autolabel% #t) (define %quanda-inherit-numeration% #t) (define %generate-article-toc% #t) (define (article-titlepage-recto-elements) (list (normalize "title") (normalize "subtitle") (normalize "corpauthor") (normalize "authorgroup") (normalize "author") (normalize "releaseinfo") (normalize "date")))