diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-31 16:24:21 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-31 16:24:21 +0200 |
commit | fcdddff5f3f5c9f2a15377a9dd08f105a3b696a0 (patch) | |
tree | 13fc726129118202a1bec54ac336065a74699aab /doc/sbase/dtd | |
parent | d1660fd3f38c29739ff36c86c6010d65fb90c608 (diff) | |
download | bird-fcdddff5f3f5c9f2a15377a9dd08f105a3b696a0.tar bird-fcdddff5f3f5c9f2a15377a9dd08f105a3b696a0.zip |
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.
Diffstat (limited to 'doc/sbase/dtd')
-rw-r--r-- | doc/sbase/dtd/birddoc.dtd | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/sbase/dtd/birddoc.dtd b/doc/sbase/dtd/birddoc.dtd index 4e818ab..f7fbcc6 100644 --- a/doc/sbase/dtd/birddoc.dtd +++ b/doc/sbase/dtd/birddoc.dtd @@ -12,7 +12,12 @@ anywhere else. <pavel@ucw.cz> Tom Gordon. $Log$ - Revision 1.2 2000-05-31 11:28:52 mj + 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. + + Revision 1.2 2000/05/31 11:28:52 mj Added tags for markup of programmer's documentation. Revision 1.1 2000/05/29 12:05:21 mj @@ -108,7 +113,7 @@ anywhere else. <pavel@ucw.cz> <!entity % sectpar " %par; | figure | tabular | table | %mathpar; | - %thrm; | %litprog; "> + %thrm; | %litprog; | function "> <!element birddoc o o (sect | chapt | article | report | book | letter | telefax | slides | notes | manpage ) > @@ -172,6 +177,9 @@ anywhere else. <pavel@ucw.cz> <!element type - - (%inline)> <!element funcdef - - (%inline)> +<!element function - - (%inline | p | funcsect)*> +<!element funcsect - o (%inline)> + <!entity ftag '<f>' -- formula begin -- > <!entity qendtag '</sq>'> |