comparison docs/ReadMe @ 1148:bc28c3bc3769

Put all stylesheets in one central location
author roug
date Sun, 27 Apr 2003 19:41:14 +0000
parents 1b5656126ac6
children
comparison
equal deleted inserted replaced
1147:ba4b50f63658 1148:bc28c3bc3769
47 The Crash Course to Docbook 47 The Crash Course to Docbook
48 http://www.caldera.de/~eric/crash-course/HTML/index.html 48 http://www.caldera.de/~eric/crash-course/HTML/index.html
49 49
50 Mark Galassi's tutorial/introduction to writing in DocBook. 50 Mark Galassi's tutorial/introduction to writing in DocBook.
51 http://nis-www.lanl.gov/~rosalia/mydocs/docbook-intro.html 51 http://nis-www.lanl.gov/~rosalia/mydocs/docbook-intro.html
52
53 DOCBOOK EXTENSIONS:
54 -------------------
55 At the time of this writing Docbook is undergoing modularisation work.
56 One of the new modules is the Extended Backhus-Naur Form, which can
57 be used to describe syntax for shell and the C language. But currently
58 the renderers don't understand the new elements, so we can't use them.
59 I've started to rewrite the shell syntax in os9guide/shell.refentry
60
61 For Extended Backhus-Naur Forms use:
62 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN"
63 "http://www.oasis-open.org/docbook/xml/ebnf/1.1CR1/dbebnf.dtd" [
64
65
66 DSSSL STYLESHEET:
67 ----------------
68 Docbook2pdf uses DSSSL stylesheet. The main one is located in this directory.
69 Since the default DSSSL stylesheet is updated once in a while and you must
70 reapply your preferences to the new one, here is what is different from
71 the default:
72 - Enumerate chapters and sections
73 - Use element ids as filenames
74 - Don't generate article titlepage on separate page