summaryrefslogtreecommitdiffstats
path: root/doc/sbase/dtd
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-05 23:02:57 +0200
committerMartin Mares <mj@ucw.cz>2000-06-05 23:02:57 +0200
commita13eaf219acf5b90af09b914a2182e23d5812aee (patch)
tree60a910b93e91fc626707f3c2ab29660ef21027fe /doc/sbase/dtd
parent854128a5ed540f230933cdc2c787e94d2658647b (diff)
downloadbird-a13eaf219acf5b90af09b914a2182e23d5812aee.tar
bird-a13eaf219acf5b90af09b914a2182e23d5812aee.zip
Define element <progdoc> which initializes different formatting for the
programmer's guide (\raggedbottom etc.). Also, omit "\usepackage{t1enc}", so that bullets work now.
Diffstat (limited to 'doc/sbase/dtd')
-rw-r--r--doc/sbase/dtd/birddoc.dtd12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/sbase/dtd/birddoc.dtd b/doc/sbase/dtd/birddoc.dtd
index f7fbcc6..9cedcac 100644
--- a/doc/sbase/dtd/birddoc.dtd
+++ b/doc/sbase/dtd/birddoc.dtd
@@ -12,7 +12,13 @@ anywhere else. <pavel@ucw.cz>
Tom Gordon.
$Log$
- Revision 1.3 2000-05-31 14:24:21 mj
+ Revision 1.4 2000-06-05 21:02:58 mj
+ Define element <progdoc> which initializes different formatting for the
+ programmer's guide (\raggedbottom etc.).
+
+ Also, omit "\usepackage{t1enc}", so that bullets work now.
+
+ Revision 1.3 2000/05/31 14:24:21 mj
Formatting of progdoc works in both HTML and LaTeX. The LaTeX output
still has somewhat weird spacing, but it will be hopefully easy
to fix.
@@ -526,7 +532,7 @@ anywhere else. <pavel@ucw.cz>
opts cdata "null">
<!-- Hacked by mdw, abstract now part of titlepag -->
-<!element titlepag o o (title, author, date?, abstract?)>
+<!element titlepag o o (progdoc?, title, author, date?, abstract?)>
<!element title - o (%inline, subtitle?) +(newline)>
<!element subtitle - o (%inline)>
<!usemap oneline titlepag>
@@ -543,6 +549,8 @@ anywhere else. <pavel@ucw.cz>
<!element newline - o empty >
<!entity nl "<newline>">
+<!element progdoc - o empty>
+
<!-- Hacked by mdw -->
<!element abstract - o (%inline)>
<!usemap oneline abstract>