|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]]>
|
]]>
|
|
|
|
|
|
|
]]>
|
]]>
|
]>
|
]>
|
|
|
|
|
|
|
|
|
|
|
;; ====================
|
;; ====================
|
;; customize the print (PDF) US letter stylesheet
|
;; customize the print (PDF) US letter stylesheet
|
;; ====================
|
;; ====================
|
|
|
;; Set the paper parameters as per other eCos documentation
|
;; Set the paper parameters as per other eCos documentation
|
(define %page-width% 8.5in)
|
(define %page-width% 8.5in)
|
(define %page-height% 11in)
|
(define %page-height% 11in)
|
(define %left-margin% 0.75in)
|
(define %left-margin% 0.75in)
|
(define %right-margin% 0.75in)
|
(define %right-margin% 0.75in)
|
|
|
;; Assume that we are only producing books, a reasonable assumption
|
;; Assume that we are only producing books, a reasonable assumption
|
;; given the primary author :-)
|
;; given the primary author :-)
|
(define %two-side% #t)
|
(define %two-side% #t)
|
|
|
;; Use 12pt
|
;; Use 12pt
|
;;(define %visual-acuity% "presbyopic")
|
;;(define %visual-acuity% "presbyopic")
|
|
|
;; Do not use graphics in admonitions, our documentation is supposed
|
;; Do not use graphics in admonitions, our documentation is supposed
|
;; to look boring :-(
|
;; to look boring :-(
|
(define %admon-graphics% #f)
|
(define %admon-graphics% #f)
|
|
|
;; Justified text please.
|
;; Justified text please.
|
(define %default-quadding% 'justify)
|
(define %default-quadding% 'justify)
|
|
|
;; A separate page for each man page please.
|
;; A separate page for each man page please.
|
(define %refentry-new-page% #t)
|
(define %refentry-new-page% #t)
|
|
|
;; The component writer's guide man pages do not describe functions
|
;; The component writer's guide man pages do not describe functions
|
(define %refentry-functions% #f)
|
(define %refentry-functions% #f)
|
|
|
;; Program listings should use smaller font to fit on page width
|
;; Program listings should use smaller font to fit on page width
|
(define %verbatim-size-factor% 0.87)
|
(define %verbatim-size-factor% 0.87)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|