From 3d58a62727346b7ac1a6cb36fed1a06ed72228dd Mon Sep 17 00:00:00 2001 From: save Date: Mon, 7 Apr 2008 14:17:42 +0000 Subject: Moved the complete svn base into the cesar directory. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1769 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/ecos/packages/pkgconf/ssletter.dsl | 110 +++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 cesar/ecos/packages/pkgconf/ssletter.dsl (limited to 'cesar/ecos/packages/pkgconf/ssletter.dsl') diff --git a/cesar/ecos/packages/pkgconf/ssletter.dsl b/cesar/ecos/packages/pkgconf/ssletter.dsl new file mode 100644 index 0000000000..b67dff5a49 --- /dev/null +++ b/cesar/ecos/packages/pkgconf/ssletter.dsl @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]]> + + +]]> +]> + + + + + +;; ==================== +;; customize the print (PDF) US letter stylesheet +;; ==================== + +;; Set the paper parameters as per other eCos documentation +(define %page-width% 8.5in) +(define %page-height% 11in) +(define %left-margin% 0.75in) +(define %right-margin% 0.75in) + +;; Assume that we are only producing books, a reasonable assumption +;; given the primary author :-) +(define %two-side% #t) + +;; Use 12pt +;;(define %visual-acuity% "presbyopic") + +;; Do not use graphics in admonitions, our documentation is supposed +;; to look boring :-( +(define %admon-graphics% #f) + +;; Justified text please. +(define %default-quadding% 'justify) + +;; A separate page for each man page please. +(define %refentry-new-page% #t) + +;; The component writer's guide man pages do not describe functions +(define %refentry-functions% #f) + +;; Program listings should use smaller font to fit on page width +(define %verbatim-size-factor% 0.87) + + + + + + + -- cgit v1.2.3