]> ;; Inserted %graphic-default-extension% to get rid of the ;; messages: ;; ;; 3rd argument for primitive "string-append" of wrong type: "#f" not a string (define %graphic-default-extension% "png") ;; ;; A paper-saving stylesheet that mimics the SGMLtools 1.0 howto style. ;; Not two-sided, because most people won't print two-sided. ;; (define %visual-acuity% "normal") (define %two-side% #f) (define %left-margin% 3pi) (define %right-margin% 4pi) (define %body-start-indent% 2pi) (define %generate-article-toc% #t) ;; ;; Gnuishly correct fonts... ;; (define %body-font-family% "Computer Modern Roman") (define %mono-font-family% "Computer Modern Typewriter") (define %title-font-family% "Computer Modern Sans") (define %admon-font-family% "Computer Modern Sans") (define %guilabel-font-family% "Computer Modern Sans")