* Makefile.in (ENVSETUP): Don't assume POSIX make semantics for
[s-roff.git] / MORE.STUFF
blobc2e96ef4ff2de0e1c9df4440282de895b243a9c0
1 More stuff for groff
2 ====================
4 win32
5 -----
7 Here two ports using the gcc compiler and other GNU tools:
9   Thomer M. Gil <tmgil@cs.vu.nl>:
11     http://www.cs.vu.nl/~tmgil/misc/wingroff.html
13   Kees Zeelenberg <c.zeelenberg@hccnet.nl>:
15     ftp://ftp.franken.de/pub/win32/develop/gnuwin32/
16           cygwin/porters/Zeelenberg_Kees/B20/index.html
18 grap
19 ----
21 An implementation of Kernighan & Bentley's grap language for typesetting
22 graphs.  Written by Ted Faber <faber@lunabase.org>.  The actual version
23 can be found at 
25   http://www.lunabase.org/~faber/Vault/software/grap/
27 plot2dev
28 --------
30 This utility program can convert plot graphics to either pic or gremlin
31 files.  It has been written by Richard Murphey <richard-murphey@rice.edu>
32 and Daniel Senderowicz <daniel@synchrods.com> (who has added the gremlin
33 driver).  The actual version can be found as
35   ftp://ftp.ffii.org/pub/groff/plot2dev-x.x.tar.gz
37 miscellaneous
38 -------------
40 . Dr. Robert Hermann's groff gems are available from
42     http://www.eas.slu.edu/People/RBHerrmann/GROFF/index.html
44   At present there are examples for
46   o creating business cards
47   o using groff to make large format posters for presentations
49 . Robert Marks's collection of useful macros and scripts is available from
51     http://www.agsm.edu.au/~bobm/odds+ends/scripts.html
53   Description:
55   o `polish': Is a sed (= the Unix stream editor) script that does many
56     things to ASCII text.  Amongst other things, it breaks lines at new
57     sentences, reduces upper-case acronyms by one point size, adds
58     diacriticals, changes simple quotes into smart quotes, and makes a few
59     simple grammar checks.  The best way to see what it does is to run it as
60     a sed script file (or files) on a text file and then compare the output
61     file with the original.
63   o `DropCaps' is a troff script which replaces the initial letters of
64     paragraphs immediately after H1 and H2 headings with drop-capitals of
65     specified point size, and automatically flows the text around the new
66     drop cap.
68   o `AJM Header' is a set of troff macros used in production of the
69     Australian Journal of Management.  They use the Memorandum Macros (mm)
70     of AT&T, and so should be invoked with the UNIX troff -mm flag; they
71     should also work with the GNU troff -mm flag.
73 documentation
74 -------------
76 Many documents related to the original versions of troff, ditroff, pic, and
77 others can be accessed from the following web page:
79   http://www.cs.bell-labs.com/cm/cs/cstr.html