prettyfied printing.
authorswa <swa@users.sourceforge.net>
Sat, 27 Apr 2002 15:34:27 +0000 (15:34 +0000)
committerswa <swa@users.sourceforge.net>
Sat, 27 Apr 2002 15:34:27 +0000 (15:34 +0000)
doc/source/contacting.sgml
doc/source/ldp.dsl

index b55b351..a18be04 100644 (file)
@@ -3,7 +3,7 @@
 
  Purpose     :  Entity included in other project documents.
                 
- $Id: contacting.sgml,v 1.10 2002/04/26 12:06:52 swa Exp $
+ $Id: contacting.sgml,v 1.11 2002/04/26 17:23:29 swa Exp $
 
  Written by and Copyright (C) 2001 the SourceForge
  Privoxy team. http://www.privoxy.org/
@@ -40,7 +40,7 @@
 To get support, use the Sourceforge Support Forum:
 
     <ulink url="http://sourceforge.net/tracker/?group_id=11118&#38;atid=211118">http://sourceforge.net/tracker/?group_id=11118&#38;atid=211118</ulink>
-   </literallayout>
+</literallayout>
   </para>
 </sect2>
 
@@ -50,7 +50,7 @@ To get support, use the Sourceforge Support Forum:
 To submit bugs, use the Sourceforge Bug Forum:
 
     <ulink url="http://sourceforge.net/tracker/?group_id=11118&#38;atid=111118">http://sourceforge.net/tracker/?group_id=11118&#38;atid=111118</ulink>. 
-    </literallayout>
+</literallayout>
  </para>
   <para>
    Make sure that the bug has not already been submitted.  Please try to
@@ -71,7 +71,7 @@ To submit bugs, use the Sourceforge Bug Forum:
 To submit ideas on new features, use the Sourceforge feature request forum:
 
     <ulink url="http://sourceforge.net/tracker/?atid=361118&#38;group_id=11118&#38;func=browse"></ulink>.
-   </literallayout>
+</literallayout>
   </para>
 </sect2>
 
@@ -97,7 +97,7 @@ bookmark to send us feedback. We will look into the issue as soon as possible.
 For any other issues, feel free to use the mailing lists:
  
     <ulink url="http://sourceforge.net/mail/?group_id=11118">http://sourceforge.net/mail/?group_id=11118</ulink>.
- </literallayout>
+</literallayout>
  </para>
  <para>
   Anyone interested in actively participating in development and related
index 0c7948e..8aff28d 100644 (file)
 ;; ==============================\r
 ;; customize the print stylesheet\r
 ;; ==============================\r
-\r
-;;\r
-;; shamelessly stolen from the wine project.\r
 ;;\r
 ;; see http://docbook.sourceforge.net/projects/dsssl/doc/print.html\r
 ;;\r
 \r
+(define %generate-part-toc-on-titlepage%\r
+  ;; Should the Part TOC appear on the Part title page?\r
+  #f)\r
 \r
-;; I was hoping that this would take out the many blank pages in the\r
-;; PDF file, but it doesn't, it just slides the page numbers over.  \r
-;; (define %two-side% #f)\r
+(define %generate-article-toc-on-titlepage%\r
+  ;; Should the Article TOC appear on the Article title page?\r
+  #f)\r
 \r
-(define %generate-article-titlepage% #t)\r
+(define %indent-screen-lines%\r
+  ;; Indent lines in a 'Screen'?\r
+  #t)\r
 \r
-;;;;Titlepage Not Separate\r
-;;(define (chunk-skip-first-element-list)\r
-;;  (list (normalize "sect1")\r
-;;     (normalize "section")))\r
+(define %callout-fancy-bug% \r
+  ;; Use fancy callout bugs?\r
+  #t)\r
 \r
-;;Titlepage Separate?\r
-;(define (chunk-skip-first-element-list) \r
-;  '())\r
+(define %chap-app-running-heads% \r
+  ;; Generate running headers and footers on chapter-level elements?\r
+  #t)\r
 \r
-(define (list-element-list)\r
-  ;; fixes bug in Table of Contents generation\r
-  '())\r
+(define %chap-app-running-head-autolabel% \r
+  ;; Put chapter labels in running heads?\r
+  #t)\r
+\r
+;; this is necessary because right now jadetex does not understand\r
+;; symbolic entities, whereas things work well with numeric entities.\r
+(declare-characteristic preserve-sdata?\r
+  "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"\r
+  #f)\r
+\r
+;; put the legal notice in a separate file\r
+(define %generate-legalnotice-link%\r
+  #t)\r
+\r
+;; use graphics in admonitions, and have their path be "stylesheet-images"\r
+;; NO: they do not yet look very good\r
+(define %admon-graphics-path%\r
+  "./stylesheet-images/")\r
+\r
+(define %admon-graphics%\r
+  #f)\r
+\r
+(define %funcsynopsis-decoration%\r
+  ;; make funcsynopsis look pretty\r
+  #t)\r
 \r
 (define %generate-article-toc% \r
   ;; Should a Table of Contents be produced for Articles?\r
   ;; If true, a Table of Contents will be generated for each 'Article'.\r
   #t)\r
 \r
+(define %generate-part-toc%\r
+  #t)\r
+\r
+;;(define %shade-verbatim%\r
+;;  #t)\r
+\r
+(define %section-autolabel% #t)\r
+  ;; For enumerated sections (1.1, 1.1.1, 1.2, etc.)\r
+  \r
+;; HB changed TOC depth to 3 levels.\r
 (define (toc-depth nd)\r
-  2)\r
+  3)\r
 \r
-(define %shade-verbatim%\r
+;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\r
+\r
+(define %body-attr% \r
+  ;; REFENTRY body-attr\r
+  ;; PURP What attributes should be hung off of BODY?\r
+  ;; DESC\r
+  ;; A list of the the BODY attributes that should be generated.\r
+  ;; The format is a list of lists, each interior list contains the\r
+  ;; name and value of a BODY attribute.\r
+  ;; /DESC\r
+  ;; AUTHOR N/A\r
+  ;; /REFENTRY\r
+  (list\r
+   (list "BGCOLOR" "#EEEEEE")\r
+   (list "TEXT" "#000000")\r
+   (list "LINK" "#0000FF")\r
+   (list "VLINK" "#840084")\r
+   (list "ALINK" "#0000FF")))\r
+\r
+(define %stylesheet%\r
+  ;; REFENTRY stylesheet\r
+  ;; PURP Name of the stylesheet to use\r
+  ;; DESC\r
+  ;; The name of the stylesheet to place in the HTML LINK TAG, or '#f' to\r
+  ;; suppress the stylesheet LINK.\r
+  ;; /DESC\r
+  ;; AUTHOR N/A\r
+  ;; /REFENTRY\r
+  "../p_doc.css")\r
+\r
+(define %stylesheet-type%\r
+  ;; REFENTRY stylesheet-type\r
+  ;; PURP The type of the stylesheet to use\r
+  ;; DESC\r
+  ;; The type of the stylesheet to place in the HTML LINK TAG.\r
+  ;; /DESC\r
+  ;; AUTHOR N/A\r
+  ;; /REFENTRY\r
+  "text/css")\r
+\r
+(define %css-liststyle-alist%\r
+  ;; REFENTRY css-liststyle-alist\r
+  ;; PURP Map DocBook OVERRIDE and MARK attributes to CSS\r
+  ;; DESC\r
+  ;; If '%css-decoration%' is turned on then the list-style-type property of\r
+  ;; list items will be set to reflect the list item style selected in the\r
+  ;; DocBook instance.  This associative list maps the style type names used\r
+  ;; in your instance to the appropriate CSS names.  If no mapping exists,\r
+  ;; the name from the instance will be used.\r
+  ;; /DESC\r
+  ;; AUTHOR N/A\r
+  ;; /REFENTRY\r
+  '(("bullet" "disc")\r
+    ("box" "square")))\r
+\r
+(define %css-decoration%\r
+  ;; REFENTRY css-decoration\r
+  ;; PURP Enable CSS decoration of elements\r
+  ;; DESC\r
+  ;; If '%css-decoration%' is turned on then HTML elements produced by the\r
+  ;; stylesheet may be decorated with STYLE attributes.  For example, the\r
+  ;; LI tags produced for list items may include a fragment of CSS in the\r
+  ;; STYLE attribute which sets the CSS property "list-style-type".\r
+  ;; /DESC\r
+  ;; AUTHOR N/A\r
+  ;; /REFENTRY\r
   #t)\r
 \r
+;; swa1\r
+\r
 ;; This seems to have no affect\r
-(define %generate-article-titlepage-on-separate-page% #f)\r
+(define %generate-article-titlepage-on-separate-page% #t)\r
 \r
 (define %body-start-indent%\r
   ;; Default indent of body text\r
   ;; First line start-indent for the first paragraph\r
   0pt)\r
 \r
+;; swa2\r
+\r
 (define %para-indent%\r
   ;; First line start-indent for paragraphs (other than the first)\r
   0pt)\r
 (define %para-sep% \r
  (/ %bf-size% 2.0))\r
 \r
+;; with swa2 no effects\r
+\r
+;; swa3\r
+\r
 ;;Define distance between block elements (figures, tables, etc.).\r
 (define %block-sep% \r
  (* %para-sep% 1.0))\r
 (define %right-margin% 5pi)\r
 (define %top-margin% 5pi)\r
 (define %bottom-margin% 5pi)\r
-\r
 (define %footer-margin% 2pi)\r
 (define %header-margin% 2pi)\r
 \r
   ;; Which Lists of Titles should be produced for Articles?\r
   (list ))\r
 \r
-;;(define tex-backend \r
-;;  ;; Are we using the TeX backend?\r
-;;  ;; This parameter exists so that '-V tex-backend' can be used on the\r
-;;  ;; command line to explicitly select the TeX backend.\r
-;;  #t)\r
 \r
 </style-specification-body>\r
 </style-specification>\r