diff DOCS/xml/ldp.dsl @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 461f71ba8af4
children 32725ca88fed
line wrap: on
line diff
--- a/DOCS/xml/ldp.dsl	Tue May 12 19:25:35 2009 +0000
+++ b/DOCS/xml/ldp.dsl	Wed May 13 02:58:57 2009 +0000
@@ -38,7 +38,7 @@
 ;; ------------------------------------------------------------------------
 
 <style-specification id="print" use="docbook">
-<style-specification-body> 
+<style-specification-body>
 
 ;; customize the print stylesheet
 
@@ -125,12 +125,12 @@
 
 
 <!--
-;; customize the html stylesheet; parts borrowed from 
+;; customize the html stylesheet; parts borrowed from
 ;; Cygnus at http://sourceware.cygnus.com/ (cygnus-both.dsl)
 -->
 
 <style-specification id="html" use="docbook">
-<style-specification-body> 
+<style-specification-body>
 
 (declare-characteristic preserve-sdata?
   ;; this is necessary because right now jadetex does not understand
@@ -165,7 +165,7 @@
   ;; Should a Table of Contents be produced for books?
   #t)
 
-(define %generate-article-toc% 
+(define %generate-article-toc%
   ;; Should a Table of Contents be produced for articles?
   #t)
 
@@ -205,7 +205,7 @@
   ;; graphic extensions allowed
   '("gif" "png" "jpg" "jpeg" "tif" "tiff" "eps" "epsf" ))
 
-(define %graphic-default-extension% 
+(define %graphic-default-extension%
   "gif")
 
 (define %section-autolabel%
@@ -324,7 +324,7 @@
               attributes: (shade-verbatim-attr-element verbatim-element)
               (make element gi: "TR"
                     (make element gi: "TD"
-                          (make element gi: "FONT" 
+                          (make element gi: "FONT"
                                 attributes: (list
                                              (list "COLOR" (car (shade-verbatim-element-colors
                                                                  verbatim-element))))
@@ -347,7 +347,7 @@
 
 (define (shade-verbatim-attr-element element)
   (list
-   (list "BORDER" 
+   (list "BORDER"
 	(cond
 		((equal? element (normalize "SCREEN")) "1")
 		(else "0")))