[project @ 2000-01-24 17:44:52 by rrt]
authorrrt <unknown>
Mon, 24 Jan 2000 17:44:52 +0000 (17:44 +0000)
committerrrt <unknown>
Mon, 24 Jan 2000 17:44:52 +0000 (17:44 +0000)
Changed default paper size for SGML output to A4 (%paper-type%).

docs/fptools-both.dsl

index f2f8fe0..f62f292 100644 (file)
@@ -15,6 +15,7 @@
 Options added:
 
 %section-autolabel%: true
+%paper-type%: A4
 
 -->
 
@@ -65,6 +66,9 @@ Options added:
 
 (define %graphic-default-extension% "eps")
 
+(define %paper-type%
+  ;; Name of paper type
+  "A4")
 
 </style-specification-body>
 </style-specification>