diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-05 23:02:57 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-05 23:02:57 +0200 |
commit | a13eaf219acf5b90af09b914a2182e23d5812aee (patch) | |
tree | 60a910b93e91fc626707f3c2ab29660ef21027fe /doc/sbase/dist/birddoc/groff | |
parent | 854128a5ed540f230933cdc2c787e94d2658647b (diff) | |
download | bird-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/dist/birddoc/groff')
-rw-r--r-- | doc/sbase/dist/birddoc/groff/mapping | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/sbase/dist/birddoc/groff/mapping b/doc/sbase/dist/birddoc/groff/mapping index afb81bb..71d2c93 100644 --- a/doc/sbase/dist/birddoc/groff/mapping +++ b/doc/sbase/dist/birddoc/groff/mapping @@ -159,6 +159,9 @@ <manpage> + ".nr il -1" + </manpage> +<progdoc> +</progdoc> + % Hacked up titlepag stuff to look more reasonable. Titles and author % names are now stored in strings, printed by the end of </titlepag>. % Wake up! This uses groff-like long string names. You must use groff |