2001-04-19 16:47:42 +04:00
|
|
|
More stuff for groff
|
|
|
|
====================
|
|
|
|
|
Import groff-1.19.1. Changes since 1.19:
Groff
-----
o The argument of the command line option `-I' is now also passed to troff
and grops, specifying a directory to search for files on the command line,
files named in `so' and `psbb' requests, and files named in \X'ps: file'
and \X'ps: import' escapes.
o If option `-V' is used more than once, the commands will be both printed
on standard error and run.
Troff
-----
o Two new read-only, string-valued registers `.m' and `.M' return the
name of the current drawing and background color, respectively.
o New read-only register `.U' which is set to 1 if in safer mode and set
to 0 if in unsafe mode.
o An input encoding file for latin-5 (a.k.a. ISO 8859-9) has been added.
Example use:
groff -Tdvi -mlatin5 my_file > my_file.dvi
Note that some output devices don't support all glyphs of this encoding.
o If the `return' request is called with an argument, it exits twice,
namely the current macro and the macro one level higher. This is
used to define a wrapper macro for `return' in trace.tmac.
o For completeness, two new requests have been added: `dei1' and `ami1'.
They are equivalent to `dei' and `ami', respectively, but the macros
are executed with compatibility mode off (similar to `de1' and `am1').
o New command line option `-I' to specify a directory for files (both
those on the command line and those named in `psbb' requests). This is
also handled by the groff wrapper program.
o Since version 1.19 you can say `.vs 0'. Older versions emit a warning
and convert this to `.vs \n[.V]'.
This hasn't been documented properly. Note that `.vs 0' isn't saved in a
diversion since it doesn't result in vertical motion.
Pic
___
o Dashed and dotted ellipses have been implemented.
Tbl
---
o New key character `x' to make tbl call a user-defined macro on a table
cell. Patch by Heinz-Jürgen Oertel <hj.oertel@surfeu.de>.
Grohtml
-------
o New option `-j' to emit output splitted into multiple files.
Grops
-----
o New command line option `-I' to specify a directory to search for files
on the command line and files named in \X'ps: import' and \X'ps: file'
escapes. This is also handled by the groff wrapper program.
o The default value for the `broken' keyword in the DESC file is now 0.
Grolj4
------
o A new man page `lj4_font(5)' documents how fonts are accessed with
grolj4.
o The built-in fonts for LJ4 and newer PCL 5 devices have been completely
revised, mainly to access as much glyphs as possible. The provided
metric files should be compatible with recent PCL 5 printers also.
Additionally, font description files have been added for the Arial and
Times New Roman family, the MS symbol, and Wingdings fonts.
Hpftodit
--------
o Completely revised to handle HP TrueType metric files also. See the
hpftodit manual page for more details.
Macro Packages
--------------
o www.tmac: New macro `JOBNAME' to split output into multiple files.
o In mdoc, multiple calls to `.Lb' are now supported in the LIBRARY
section.
2004-07-30 18:44:08 +04:00
|
|
|
Windows 32
|
|
|
|
----------
|
2001-04-19 16:47:42 +04:00
|
|
|
|
|
|
|
Here two ports using the gcc compiler and other GNU tools:
|
|
|
|
|
2003-06-30 21:51:41 +04:00
|
|
|
. Cygwin:
|
2001-04-19 16:47:42 +04:00
|
|
|
|
2003-06-30 21:51:41 +04:00
|
|
|
http://sources.redhat.com/cygwin/
|
2001-04-19 16:47:42 +04:00
|
|
|
|
2003-06-30 21:51:41 +04:00
|
|
|
Look for a convenient mirror site in
|
2001-04-19 16:47:42 +04:00
|
|
|
|
2003-06-30 21:51:41 +04:00
|
|
|
http://sources.redhat.com/cygwin/mirrors.html
|
|
|
|
|
|
|
|
At any of those mirrors, groff can be found in the directory
|
|
|
|
latest/groff.
|
|
|
|
|
|
|
|
. Kees Zeelenberg <c.zeelenberg@hccnet.nl>:
|
|
|
|
|
|
|
|
http://gnuwin32.sourceforge.net/packages/groffl.htm
|
|
|
|
|
|
|
|
This port includes recent versions of grap and deroff.
|
2001-04-19 16:47:42 +04:00
|
|
|
|
|
|
|
dos
|
|
|
|
---
|
|
|
|
|
2003-06-30 21:51:41 +04:00
|
|
|
Binaries for Eli Zaretskii's port using the djgpp compiler are available
|
|
|
|
from
|
2001-04-19 16:47:42 +04:00
|
|
|
|
|
|
|
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/gro*b.zip
|
|
|
|
|
|
|
|
and its mirrors; for installation details please read `arch/djgpp/README'.
|
Import groff-1.19.1. Changes since 1.19:
Groff
-----
o The argument of the command line option `-I' is now also passed to troff
and grops, specifying a directory to search for files on the command line,
files named in `so' and `psbb' requests, and files named in \X'ps: file'
and \X'ps: import' escapes.
o If option `-V' is used more than once, the commands will be both printed
on standard error and run.
Troff
-----
o Two new read-only, string-valued registers `.m' and `.M' return the
name of the current drawing and background color, respectively.
o New read-only register `.U' which is set to 1 if in safer mode and set
to 0 if in unsafe mode.
o An input encoding file for latin-5 (a.k.a. ISO 8859-9) has been added.
Example use:
groff -Tdvi -mlatin5 my_file > my_file.dvi
Note that some output devices don't support all glyphs of this encoding.
o If the `return' request is called with an argument, it exits twice,
namely the current macro and the macro one level higher. This is
used to define a wrapper macro for `return' in trace.tmac.
o For completeness, two new requests have been added: `dei1' and `ami1'.
They are equivalent to `dei' and `ami', respectively, but the macros
are executed with compatibility mode off (similar to `de1' and `am1').
o New command line option `-I' to specify a directory for files (both
those on the command line and those named in `psbb' requests). This is
also handled by the groff wrapper program.
o Since version 1.19 you can say `.vs 0'. Older versions emit a warning
and convert this to `.vs \n[.V]'.
This hasn't been documented properly. Note that `.vs 0' isn't saved in a
diversion since it doesn't result in vertical motion.
Pic
___
o Dashed and dotted ellipses have been implemented.
Tbl
---
o New key character `x' to make tbl call a user-defined macro on a table
cell. Patch by Heinz-Jürgen Oertel <hj.oertel@surfeu.de>.
Grohtml
-------
o New option `-j' to emit output splitted into multiple files.
Grops
-----
o New command line option `-I' to specify a directory to search for files
on the command line and files named in \X'ps: import' and \X'ps: file'
escapes. This is also handled by the groff wrapper program.
o The default value for the `broken' keyword in the DESC file is now 0.
Grolj4
------
o A new man page `lj4_font(5)' documents how fonts are accessed with
grolj4.
o The built-in fonts for LJ4 and newer PCL 5 devices have been completely
revised, mainly to access as much glyphs as possible. The provided
metric files should be compatible with recent PCL 5 printers also.
Additionally, font description files have been added for the Arial and
Times New Roman family, the MS symbol, and Wingdings fonts.
Hpftodit
--------
o Completely revised to handle HP TrueType metric files also. See the
hpftodit manual page for more details.
Macro Packages
--------------
o www.tmac: New macro `JOBNAME' to split output into multiple files.
o In mdoc, multiple calls to `.Lb' are now supported in the LIBRARY
section.
2004-07-30 18:44:08 +04:00
|
|
|
This port also runs on Windows 32 systems, except Windows 2000.
|
2001-04-19 16:47:42 +04:00
|
|
|
|
|
|
|
grap
|
|
|
|
----
|
|
|
|
|
|
|
|
An implementation of Kernighan & Bentley's grap language for typesetting
|
|
|
|
graphs. Written by Ted Faber <faber@lunabase.org>. The actual version
|
2003-06-30 21:51:41 +04:00
|
|
|
can be found at
|
2001-04-19 16:47:42 +04:00
|
|
|
|
|
|
|
http://www.lunabase.org/~faber/Vault/software/grap/
|
|
|
|
|
Import groff-1.19.1. Changes since 1.19:
Groff
-----
o The argument of the command line option `-I' is now also passed to troff
and grops, specifying a directory to search for files on the command line,
files named in `so' and `psbb' requests, and files named in \X'ps: file'
and \X'ps: import' escapes.
o If option `-V' is used more than once, the commands will be both printed
on standard error and run.
Troff
-----
o Two new read-only, string-valued registers `.m' and `.M' return the
name of the current drawing and background color, respectively.
o New read-only register `.U' which is set to 1 if in safer mode and set
to 0 if in unsafe mode.
o An input encoding file for latin-5 (a.k.a. ISO 8859-9) has been added.
Example use:
groff -Tdvi -mlatin5 my_file > my_file.dvi
Note that some output devices don't support all glyphs of this encoding.
o If the `return' request is called with an argument, it exits twice,
namely the current macro and the macro one level higher. This is
used to define a wrapper macro for `return' in trace.tmac.
o For completeness, two new requests have been added: `dei1' and `ami1'.
They are equivalent to `dei' and `ami', respectively, but the macros
are executed with compatibility mode off (similar to `de1' and `am1').
o New command line option `-I' to specify a directory for files (both
those on the command line and those named in `psbb' requests). This is
also handled by the groff wrapper program.
o Since version 1.19 you can say `.vs 0'. Older versions emit a warning
and convert this to `.vs \n[.V]'.
This hasn't been documented properly. Note that `.vs 0' isn't saved in a
diversion since it doesn't result in vertical motion.
Pic
___
o Dashed and dotted ellipses have been implemented.
Tbl
---
o New key character `x' to make tbl call a user-defined macro on a table
cell. Patch by Heinz-Jürgen Oertel <hj.oertel@surfeu.de>.
Grohtml
-------
o New option `-j' to emit output splitted into multiple files.
Grops
-----
o New command line option `-I' to specify a directory to search for files
on the command line and files named in \X'ps: import' and \X'ps: file'
escapes. This is also handled by the groff wrapper program.
o The default value for the `broken' keyword in the DESC file is now 0.
Grolj4
------
o A new man page `lj4_font(5)' documents how fonts are accessed with
grolj4.
o The built-in fonts for LJ4 and newer PCL 5 devices have been completely
revised, mainly to access as much glyphs as possible. The provided
metric files should be compatible with recent PCL 5 printers also.
Additionally, font description files have been added for the Arial and
Times New Roman family, the MS symbol, and Wingdings fonts.
Hpftodit
--------
o Completely revised to handle HP TrueType metric files also. See the
hpftodit manual page for more details.
Macro Packages
--------------
o www.tmac: New macro `JOBNAME' to split output into multiple files.
o In mdoc, multiple calls to `.Lb' are now supported in the LIBRARY
section.
2004-07-30 18:44:08 +04:00
|
|
|
A djgpp port which runs on dos and most Windows 32 systems (Windows 95,
|
|
|
|
Windows 98, Windows NT) done by Kees Zeelenberg <c.zeelenberg@hccnet.nl>
|
|
|
|
is available from
|
2003-06-30 21:51:41 +04:00
|
|
|
|
|
|
|
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/
|
|
|
|
|
|
|
|
It is intended to be used with the djgpp port of groff.
|
|
|
|
|
Import groff-1.19.1. Changes since 1.19:
Groff
-----
o The argument of the command line option `-I' is now also passed to troff
and grops, specifying a directory to search for files on the command line,
files named in `so' and `psbb' requests, and files named in \X'ps: file'
and \X'ps: import' escapes.
o If option `-V' is used more than once, the commands will be both printed
on standard error and run.
Troff
-----
o Two new read-only, string-valued registers `.m' and `.M' return the
name of the current drawing and background color, respectively.
o New read-only register `.U' which is set to 1 if in safer mode and set
to 0 if in unsafe mode.
o An input encoding file for latin-5 (a.k.a. ISO 8859-9) has been added.
Example use:
groff -Tdvi -mlatin5 my_file > my_file.dvi
Note that some output devices don't support all glyphs of this encoding.
o If the `return' request is called with an argument, it exits twice,
namely the current macro and the macro one level higher. This is
used to define a wrapper macro for `return' in trace.tmac.
o For completeness, two new requests have been added: `dei1' and `ami1'.
They are equivalent to `dei' and `ami', respectively, but the macros
are executed with compatibility mode off (similar to `de1' and `am1').
o New command line option `-I' to specify a directory for files (both
those on the command line and those named in `psbb' requests). This is
also handled by the groff wrapper program.
o Since version 1.19 you can say `.vs 0'. Older versions emit a warning
and convert this to `.vs \n[.V]'.
This hasn't been documented properly. Note that `.vs 0' isn't saved in a
diversion since it doesn't result in vertical motion.
Pic
___
o Dashed and dotted ellipses have been implemented.
Tbl
---
o New key character `x' to make tbl call a user-defined macro on a table
cell. Patch by Heinz-Jürgen Oertel <hj.oertel@surfeu.de>.
Grohtml
-------
o New option `-j' to emit output splitted into multiple files.
Grops
-----
o New command line option `-I' to specify a directory to search for files
on the command line and files named in \X'ps: import' and \X'ps: file'
escapes. This is also handled by the groff wrapper program.
o The default value for the `broken' keyword in the DESC file is now 0.
Grolj4
------
o A new man page `lj4_font(5)' documents how fonts are accessed with
grolj4.
o The built-in fonts for LJ4 and newer PCL 5 devices have been completely
revised, mainly to access as much glyphs as possible. The provided
metric files should be compatible with recent PCL 5 printers also.
Additionally, font description files have been added for the Arial and
Times New Roman family, the MS symbol, and Wingdings fonts.
Hpftodit
--------
o Completely revised to handle HP TrueType metric files also. See the
hpftodit manual page for more details.
Macro Packages
--------------
o www.tmac: New macro `JOBNAME' to split output into multiple files.
o In mdoc, multiple calls to `.Lb' are now supported in the LIBRARY
section.
2004-07-30 18:44:08 +04:00
|
|
|
A Windows 32 port is included in the groff package available from
|
2003-06-30 21:51:41 +04:00
|
|
|
|
|
|
|
http://gnuwin32.sourceforge.net/
|
|
|
|
|
2001-04-19 16:47:42 +04:00
|
|
|
plot2dev
|
|
|
|
--------
|
|
|
|
|
|
|
|
This utility program can convert plot graphics to either pic or gremlin
|
|
|
|
files. It has been written by Richard Murphey <richard-murphey@rice.edu>
|
|
|
|
and Daniel Senderowicz <daniel@synchrods.com> (who has added the gremlin
|
|
|
|
driver). The actual version can be found as
|
|
|
|
|
|
|
|
ftp://ftp.ffii.org/pub/groff/plot2dev-x.x.tar.gz
|
|
|
|
|
2003-06-30 21:51:41 +04:00
|
|
|
troffcvt
|
|
|
|
--------
|
|
|
|
|
|
|
|
From the web page:
|
|
|
|
|
|
|
|
troffcvt is a translator that turns troff input into a form that can be
|
|
|
|
more easily processed. The troffcvt distribution comes with
|
|
|
|
postprocessors that turn troffcvt into various destination formats such
|
|
|
|
as HTML (Hypertext Markup Language), RTF (Rich Text Format) or plain
|
|
|
|
text.
|
|
|
|
|
|
|
|
Note that you need a lot of additional packages to compile troffcvt;
|
|
|
|
everything is available from
|
|
|
|
|
|
|
|
http://www.primate.wisc.edu/software/troffcvt/
|
|
|
|
|
|
|
|
unroff
|
|
|
|
------
|
|
|
|
|
|
|
|
From the README file:
|
|
|
|
|
|
|
|
Unroff is a Scheme-based, programmable, extensible troff translator with
|
|
|
|
a back-end for the Hypertext Markup Language. Unroff is free software
|
|
|
|
and is distributed both as source and as precompiled binaries.
|
|
|
|
|
|
|
|
http://www.informatik.uni-bremen.de/~net/unroff/unroff.html
|
|
|
|
|
|
|
|
You need als Elk, the Scheme based Extension Language Kit, which is
|
|
|
|
available from
|
|
|
|
|
|
|
|
http://www.informatik.uni-bremen.de/~net/elk
|
|
|
|
|
|
|
|
deroff
|
|
|
|
------
|
|
|
|
|
|
|
|
Deroff removes roff constructs from documents for the purpose of indexing,
|
|
|
|
spell checking etc.
|
|
|
|
|
|
|
|
Michael Haardt's <michael@moria.de> implementation is a little smarter
|
|
|
|
than traditional implementations, because it knows about certain -man and
|
|
|
|
-mm macros. It is able to generate a word list for spell checking tools
|
|
|
|
or omit headers for sentence analysis tools. It can further generate
|
|
|
|
cpp-style #line lines.
|
|
|
|
|
|
|
|
http://www.moria.de/deroff/
|
|
|
|
|
Import groff-1.19.1. Changes since 1.19:
Groff
-----
o The argument of the command line option `-I' is now also passed to troff
and grops, specifying a directory to search for files on the command line,
files named in `so' and `psbb' requests, and files named in \X'ps: file'
and \X'ps: import' escapes.
o If option `-V' is used more than once, the commands will be both printed
on standard error and run.
Troff
-----
o Two new read-only, string-valued registers `.m' and `.M' return the
name of the current drawing and background color, respectively.
o New read-only register `.U' which is set to 1 if in safer mode and set
to 0 if in unsafe mode.
o An input encoding file for latin-5 (a.k.a. ISO 8859-9) has been added.
Example use:
groff -Tdvi -mlatin5 my_file > my_file.dvi
Note that some output devices don't support all glyphs of this encoding.
o If the `return' request is called with an argument, it exits twice,
namely the current macro and the macro one level higher. This is
used to define a wrapper macro for `return' in trace.tmac.
o For completeness, two new requests have been added: `dei1' and `ami1'.
They are equivalent to `dei' and `ami', respectively, but the macros
are executed with compatibility mode off (similar to `de1' and `am1').
o New command line option `-I' to specify a directory for files (both
those on the command line and those named in `psbb' requests). This is
also handled by the groff wrapper program.
o Since version 1.19 you can say `.vs 0'. Older versions emit a warning
and convert this to `.vs \n[.V]'.
This hasn't been documented properly. Note that `.vs 0' isn't saved in a
diversion since it doesn't result in vertical motion.
Pic
___
o Dashed and dotted ellipses have been implemented.
Tbl
---
o New key character `x' to make tbl call a user-defined macro on a table
cell. Patch by Heinz-Jürgen Oertel <hj.oertel@surfeu.de>.
Grohtml
-------
o New option `-j' to emit output splitted into multiple files.
Grops
-----
o New command line option `-I' to specify a directory to search for files
on the command line and files named in \X'ps: import' and \X'ps: file'
escapes. This is also handled by the groff wrapper program.
o The default value for the `broken' keyword in the DESC file is now 0.
Grolj4
------
o A new man page `lj4_font(5)' documents how fonts are accessed with
grolj4.
o The built-in fonts for LJ4 and newer PCL 5 devices have been completely
revised, mainly to access as much glyphs as possible. The provided
metric files should be compatible with recent PCL 5 printers also.
Additionally, font description files have been added for the Arial and
Times New Roman family, the MS symbol, and Wingdings fonts.
Hpftodit
--------
o Completely revised to handle HP TrueType metric files also. See the
hpftodit manual page for more details.
Macro Packages
--------------
o www.tmac: New macro `JOBNAME' to split output into multiple files.
o In mdoc, multiple calls to `.Lb' are now supported in the LIBRARY
section.
2004-07-30 18:44:08 +04:00
|
|
|
Version 1.6 compiled with DJGPP (for MS-DOS and all Windows 32 systems,
|
|
|
|
i.e. Windows 95, Windows 98, Windows NT) is available from
|
2003-06-30 21:51:41 +04:00
|
|
|
|
|
|
|
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/
|
|
|
|
|
|
|
|
and its mirrors.
|
|
|
|
|
Import groff-1.19.1. Changes since 1.19:
Groff
-----
o The argument of the command line option `-I' is now also passed to troff
and grops, specifying a directory to search for files on the command line,
files named in `so' and `psbb' requests, and files named in \X'ps: file'
and \X'ps: import' escapes.
o If option `-V' is used more than once, the commands will be both printed
on standard error and run.
Troff
-----
o Two new read-only, string-valued registers `.m' and `.M' return the
name of the current drawing and background color, respectively.
o New read-only register `.U' which is set to 1 if in safer mode and set
to 0 if in unsafe mode.
o An input encoding file for latin-5 (a.k.a. ISO 8859-9) has been added.
Example use:
groff -Tdvi -mlatin5 my_file > my_file.dvi
Note that some output devices don't support all glyphs of this encoding.
o If the `return' request is called with an argument, it exits twice,
namely the current macro and the macro one level higher. This is
used to define a wrapper macro for `return' in trace.tmac.
o For completeness, two new requests have been added: `dei1' and `ami1'.
They are equivalent to `dei' and `ami', respectively, but the macros
are executed with compatibility mode off (similar to `de1' and `am1').
o New command line option `-I' to specify a directory for files (both
those on the command line and those named in `psbb' requests). This is
also handled by the groff wrapper program.
o Since version 1.19 you can say `.vs 0'. Older versions emit a warning
and convert this to `.vs \n[.V]'.
This hasn't been documented properly. Note that `.vs 0' isn't saved in a
diversion since it doesn't result in vertical motion.
Pic
___
o Dashed and dotted ellipses have been implemented.
Tbl
---
o New key character `x' to make tbl call a user-defined macro on a table
cell. Patch by Heinz-Jürgen Oertel <hj.oertel@surfeu.de>.
Grohtml
-------
o New option `-j' to emit output splitted into multiple files.
Grops
-----
o New command line option `-I' to specify a directory to search for files
on the command line and files named in \X'ps: import' and \X'ps: file'
escapes. This is also handled by the groff wrapper program.
o The default value for the `broken' keyword in the DESC file is now 0.
Grolj4
------
o A new man page `lj4_font(5)' documents how fonts are accessed with
grolj4.
o The built-in fonts for LJ4 and newer PCL 5 devices have been completely
revised, mainly to access as much glyphs as possible. The provided
metric files should be compatible with recent PCL 5 printers also.
Additionally, font description files have been added for the Arial and
Times New Roman family, the MS symbol, and Wingdings fonts.
Hpftodit
--------
o Completely revised to handle HP TrueType metric files also. See the
hpftodit manual page for more details.
Macro Packages
--------------
o www.tmac: New macro `JOBNAME' to split output into multiple files.
o In mdoc, multiple calls to `.Lb' are now supported in the LIBRARY
section.
2004-07-30 18:44:08 +04:00
|
|
|
A Windows 32 port of version 1.8 is available from
|
2003-06-30 21:51:41 +04:00
|
|
|
|
|
|
|
http://gnuwin32.sourceforge.net/
|
|
|
|
|
|
|
|
David Frey <dfrey@debian.org> has also written a deroff implementation
|
|
|
|
for Debian; it is available from
|
|
|
|
|
|
|
|
ftp://ftp.debian.org/debian/pool/main/d/deroff/
|
|
|
|
|
2001-04-19 16:47:42 +04:00
|
|
|
miscellaneous
|
|
|
|
-------------
|
|
|
|
|
2003-06-30 21:51:41 +04:00
|
|
|
. Ralph Corderoy's excellent page on troff:
|
|
|
|
|
|
|
|
www.troff.org
|
|
|
|
|
|
|
|
There are links for virtually everything related to troff.
|
|
|
|
|
2001-04-19 16:47:42 +04:00
|
|
|
. Dr. Robert Hermann's groff gems are available from
|
|
|
|
|
|
|
|
http://www.eas.slu.edu/People/RBHerrmann/GROFF/index.html
|
|
|
|
|
|
|
|
At present there are examples for
|
|
|
|
|
|
|
|
o creating business cards
|
|
|
|
o using groff to make large format posters for presentations
|
|
|
|
|
|
|
|
. Robert Marks's collection of useful macros and scripts is available from
|
|
|
|
|
|
|
|
http://www.agsm.edu.au/~bobm/odds+ends/scripts.html
|
|
|
|
|
|
|
|
Description:
|
|
|
|
|
|
|
|
o `polish': Is a sed (= the Unix stream editor) script that does many
|
|
|
|
things to ASCII text. Amongst other things, it breaks lines at new
|
|
|
|
sentences, reduces upper-case acronyms by one point size, adds
|
|
|
|
diacriticals, changes simple quotes into smart quotes, and makes a few
|
2003-06-30 21:51:41 +04:00
|
|
|
simple grammar checks. The best way to see what it does is to run it
|
|
|
|
as a sed script file (or files) on a text file and then compare the
|
|
|
|
output file with the original.
|
2001-04-19 16:47:42 +04:00
|
|
|
|
|
|
|
o `DropCaps' is a troff script which replaces the initial letters of
|
|
|
|
paragraphs immediately after H1 and H2 headings with drop-capitals of
|
|
|
|
specified point size, and automatically flows the text around the new
|
|
|
|
drop cap.
|
|
|
|
|
|
|
|
o `AJM Header' is a set of troff macros used in production of the
|
|
|
|
Australian Journal of Management. They use the Memorandum Macros (mm)
|
|
|
|
of AT&T, and so should be invoked with the UNIX troff -mm flag; they
|
|
|
|
should also work with the GNU troff -mm flag.
|
|
|
|
|
2003-06-30 21:51:41 +04:00
|
|
|
. Thomas Baruchel <baruchel@libertysurf.fr> has developed Meta-tbl, a tbl
|
|
|
|
postprocessor to manipulate table cells (like adding gray shades). The
|
|
|
|
latest version can be found at
|
|
|
|
|
|
|
|
http://perso.libertysurf.fr/baruchel/
|
|
|
|
|
|
|
|
. gpresent, written by Bob Diertens <bobd@science.uva.nl>. From the README
|
|
|
|
file:
|
|
|
|
|
|
|
|
gpresent is a package for making presentation with groff and acroread.
|
|
|
|
It consist of a set of macros to be used with groff and a post-processor
|
|
|
|
for manipulating the PostScript output of groff. Without the use of the
|
|
|
|
PAUSE macro, it can also be used for making slides.
|
|
|
|
|
|
|
|
It is available from
|
|
|
|
|
|
|
|
www.science.uva.nl/~bobd/useful/gpresent/
|
|
|
|
|
|
|
|
|
2001-04-19 16:47:42 +04:00
|
|
|
documentation
|
|
|
|
-------------
|
|
|
|
|
2003-06-30 21:51:41 +04:00
|
|
|
Many documents related to the original versions of troff, ditroff, pic,
|
|
|
|
and others can be accessed from the following web pages:
|
2001-04-19 16:47:42 +04:00
|
|
|
|
|
|
|
http://www.cs.bell-labs.com/cm/cs/cstr.html
|
2003-06-30 21:51:41 +04:00
|
|
|
http://www.cs.bell-labs.com/cm/cs/papers.html
|