claws-mail/manual/dtd/manual.dsl
Ricardo Mones 9e425ecc3f 2005-10-25 [mones] 1.9.15cvs109
* manual/faq.xml
		General information subsection completed.
		Removed archaic references.

	* manual/Makefile
	* manual/dtd/manual.dsl
		Added customization stylesheet for getting paragraphs
		fully justified in PDF output (as suggested by Colin).
2005-10-25 23:13:55 +00:00

22 lines
809 B
Text

<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY html-ss
PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
<!ENTITY print-ss
PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA dsssl>
]>
<style-sheet>
<style-specification id="print" use="print-stylesheet">
<style-specification-body>
(define %paper-type% "A4")
(define %default-quadding% 'justify)
</style-specification-body>
</style-specification>
<style-specification id="html" use="html-stylesheet">
<style-specification-body>
</style-specification-body>
</style-specification>
<external-specification id="print-stylesheet" document="print-ss">
<external-specification id="html-stylesheet" document="html-ss">
</style-sheet>