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/dist | |
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/dist')
-rw-r--r-- | doc/sbase/dist/birddoc/html/mapping | 6 | ||||
-rw-r--r-- | doc/sbase/dist/birddoc/latex2e/mapping | 29 |
2 files changed, 35 insertions, 0 deletions
diff --git a/doc/sbase/dist/birddoc/html/mapping b/doc/sbase/dist/birddoc/html/mapping index e703fb4..9d05a76 100644 --- a/doc/sbase/dist/birddoc/html/mapping +++ b/doc/sbase/dist/birddoc/html/mapping @@ -182,6 +182,12 @@ <funcdef> "<B>" </funcdef> "</B>" +<function> "<HR><H3>Function</H3>\n" +</function> "\n" + +<funcsect> "<H3>" +</funcsect> "</H3>\n" + % url support by HG <url> + "<@@url>[URL]\n" diff --git a/doc/sbase/dist/birddoc/latex2e/mapping b/doc/sbase/dist/birddoc/latex2e/mapping index e12ef7d..2875c6d 100644 --- a/doc/sbase/dist/birddoc/latex2e/mapping +++ b/doc/sbase/dist/birddoc/latex2e/mapping @@ -190,6 +190,9 @@ <tag> + "\\item\[{\\ttfamily " </tag> "}\] \\mbox{}\n\n" +<tagp> + "\\item\[ " +</tagp> "\] \\mbox{}\n\n" + <cite> "\\cite{[ID]" </cite> "}" @@ -250,6 +253,32 @@ <cf> "{\\ttfamily " </cf> "}" +<const> "{\\tt " +</const> "}" + +<func> "{\\it " +</func> "\\/}" + +<struct> "{\\tt " +</struct> "}" + +<param> "{\\it " +</param> "}" + +<type> "{\\rm " +</type> "}" + +<funcdef> "{\\it " +</funcdef> "\\/}" + +<function> "\\bigbreak\\hrule\\nobreak\\bigskip\\nobreak\\leftline{\\bf Function}\\nobreak\\smallskip\\nobreak{\\parskip=0pt " +</function> "}\n\n" + +<funcsect> "\n\\medbreak\\leftline{\\bf " +</funcsect> "}\\nobreak " + +<hrule> "\\hrule" + % Added by mdw <cparam> "\\cparam{" </cparam> "}" |