From: <tu...@us...> - 2002-11-25 20:49:44
|
Update of /cvsroot/hibernate/Hibernate/doc/reference In directory sc8-pr-cvs1:/tmp/cvs-serv25444/doc/reference Added Files: hibernate.dsl jadetex.cfg Log Message: Configuration and styles for PDF generation --- NEW FILE: hibernate.dsl --- <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ <!ENTITY dbstyle SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl" CDATA DSSSL> ]> <style-sheet> <style-specification use="docbook"> <style-specification-body> ;; Hibernate Custom Parameters (define %generate-book-toc% ;; REFENTRY generate-book-toc ;; PURP Should a Table of Contents be produced for Books? ;; DESC ;; If true, a Table of Contents will be generated for each 'Book'. ;; /DESC ;; AUTHOR N/A ;; /REFENTRY #t) (define %verbatim-size-factor% ;; REFENTRY verbatim-size-factor ;; PURP Verbatim font scaling factor ;; DESC ;; When a monospace font is selected, the current font size is multiplied ;; by the '%verbatim-size-factor%'. If '%verbatim-size-factor%' ;; is '#f', no scaling is performed (Well, that's not precisely true. ;; In '$verbatim-display$' ;; environments, the font size is calculated with respect to the longest line ;; in the display, if '%verbatim-size-factor%' is '#f'). ;; /DESC ;; AUTHOR N/A ;; /REFENTRY 0.8) (define %section-autolabel% ;; REFENTRY section-autolabel ;; PURP Are sections enumerated? ;; DESC ;; If true, unlabeled sections will be enumerated. ;; /DESC ;; AUTHOR N/A ;; /REFENTRY #t) (define %paper-type% ;; REFENTRY paper-type ;; PURP Name of paper type ;; DESC ;; The paper type value identifies the sort of paper in use, for example, ;; 'A4' or 'USletter'. Setting the paper type is an ;; easy shortcut for setting the correct paper height and width. ;; ;; As distributed, only 'A4' and 'USletter' are supported. You can add ;; additional paper types by updating 'page-width' and 'page-height'. ;; If you do, please pass along your updates. ;; /DESC ;; AUTHOR N/A ;; /REFENTRY ;; "A4" "A4") (define %left-margin% ;; REFENTRY left-margin ;; PURP Width of left margin ;; DESC ;; The '%left-margin%' parameter specifies the width of the left margin ;; of the page. Note that this setting is relative to the physical page, ;; not the writing direction. ;; /DESC ;; AUTHOR N/A ;; /REFENTRY 5pi) (define %body-start-indent% ;; REFENTRY body-start-indent ;; PURP Default indent of body text ;; DESC ;; The default indent of body text. Some elements may have more or less ;; indentation. ;; /DESC ;; AUTHOR N/A ;; /REFENTRY 1pi) ;; space-before set to 0pt doesn't work... this stuff just sucks ;; we add more space to space-after so it doesn't all that bad... (define ($list$) (make display-group space-before: %block-sep% start-indent: (if (INBLOCK?) (inherited-start-indent) (+ %block-start-indent% (inherited-start-indent))) space-after: (* %block-sep% 2.0) )) </style-specification-body> </style-specification> <external-specification id="docbook" document="dbstyle"> </style-sheet> --- NEW FILE: jadetex.cfg --- \hypersetup{colorlinks=true, pdfpagemode=UseOutlines, pdftitle={Hibernate Reference Documentation}, pdfsubject={Reference Documentation}, pdfauthor={Gavin King, Christian Bauer}, pdfkeywords={hibernate reference documentation} } \usepackage{thumbpdf} |