-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
60 lines (59 loc) · 4.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html><head>
<title>Troff/Groff Resources</title>
<meta content="Troff/Groff Resources" property="og:title">
<meta content="A list of resources about troff (and GNU's version), the original Unix typesetting system." property="og:description">
<meta content="." property="og:url">
</head>
<body><div class="surround">
<h1>Troff/Groff Resources</h1>
<br><hr><br>
<h2>The Gist</h2>
<p>This is a list of resources for troff, the original Unix system for typesetting documents. Below will be a list of resources for troff, nroff, preprocessors & more associated tools.</p>
<h2>List</h2>
<ul>
<li><a href="http://www.troff.org">Troff.org</a></li>
<li><a href="https://github.com/larrykollar/Unix-Text-Processing">Unix Text Processing rewritten source code, originally published in 1987.</a></li>
<li><a href="./utp_book.pdf">Unix Text Processing (PDF)</a></li>
<li><a href="./cstr-54.pdf">CSTR 54: Bell Labs Troff User's Manual</a></li>
<li><a href="http://www.gnu.org/software/groff/manual/groff.html">The GNU Troff (groff) Manual</a></li>
<li><a href="http://lists.gnu.org/archive/html/groff/">The GNU Troff (groff) Mailing List</a></li>
<li><a href="./TheGroffFriendsHowto.pdf">The Groff Friends Howto from Dean Allen Provins</a></li>
<li><a href="./gpic.pdf">GNU PIC Guide from Eric S. Raymond (esr)</a></li>
<li><a href="./bell/116-pic.pdf">Bell Labs pic Guide</a></li>
<li><a href="./bell/114-grap.pdf">Bell Labs grap Guide</a></li>
<li><a href="./bell/grap-faber-1.46.tar">TAR file containing a grap implementation</a></li>
<li><a href="./bell/122-chem.pdf">Bell Labs chem Guide</a></li>
<!-- <li><a href="./bell/chem.sh">SHAR file containing a chem implementation</a></li> -->
<li><a href="./tbl.pdf">tbl Preprocessor Guide by Cherry & Lesk</a></li>
<li><a href="./refer.pdf">refer Bibliography System Guide from Bill Tuthill</a></li>
<li><a href="./eqn2e.pdf">Typesetting Mathematics (eqn) Second Edition by Kernighan & Cherry</a></li>
<li><a href="./gnu-eqn.pdf">Typesetting Mathematics with GNU eqn by Ted Harding</a></li>
<li><a href="./msdoc.pdf">-ms Macros Guide from Cherry & Lesk</a></li>
<li><a href="./msmacros.pdf">-ms Macros Reference from Cherry & Lesk (2?)</a></li>
<li><a href="./memacros.pdf">-me Macros Guide by Eric Allman</a></li>
<li><a href="./mm-all.pdf">-mm Macros Manual</a></li>
<li><a href="./meref.pdf">-me Macros Reference by Eric Allman</a></li>
<li><a href="http://www.schaffter.ca/mom/momdoc/toc.html">-mom Macros by Peter Shaffter</a></li>
<li><a href="http://douglasrumbaugh.com/post/groff-eqn/">eqn: Formatting Equations in groff by Douglas Rumbaugh</a></li>
<li><a href="http://froude.eu/groff/">Massive groff examples repository (Thanks lkh!)</a></li>
<li><a href="http://opensource.com/article/18/2/writing-academic-papers-groff-me">Formatting Academic Papers with -me Macros by Jim Hall</a></li>
<li><a href="http://www.youtube.com/watch?v=WCF5oSuMm9g">[VIDEO] Writing Documents with nroff -me by Jim Hall</a></li>
<li><a href="http://www.youtube.com/watch?v=w8EKH_fjmXA">[VIDEO] Minimalist Documents with groff from Luke Smith</a></li>
<li><a href="http://www.youtube.com/watch?v=kJ_TXZB4Gm4">[VIDEO] Customizing groff Macros from Luke Smith</a></li>
<li><a href="http://www.youtube.com/watch?v=yTQbi_E_Gys">[VIDEO] Refer Bibliographies from Luke Smith</a></li>
<li><a href="http://www.youtube.com/watch?v=sp0qgpeG6EY">[VIDEO] EQN Mathematics from Luke Smith</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLknodeJt-I5FgZ5VwT-BHda_lu3dYrMeJ">[VIDEO PLAYLIST] Troff/Groff Tutorials from Gavin Freeborn</a></li>
<li><a href="https://gitlab.com/wef/groff-quick-ref">Groff -mm and -me macro cheatsheets (source)</a></li>
<li><a href="./me_quick.pdf">PDF version of the -me cheatsheet by Bob Hepple</a></li>
<li><a href="./mm_quick.pdf">PDF version of the -mm cheatsheet by Bob Hepple</a></li>
<li><a href="http://n-t-roff.github.io/heirloom/doctools.html">Heirloom Doctools: A featureful troff implementation from real Unix sources</a></li>
<li><a href="http://n-t-roff.github.io/heirloom/doctools/quickstart.pdf">Heirloom Quickstart</a></li>
<li><a href="http://n-t-roff.github.io/heirloom/doctools/troff.pdf">Heirloom Troff Manual</a></li>
<li><a href="http://github.com/n-t-roff/heirloom-doctools">Heirloom Doctools Source code</a></li>
<li><a href="./ex/NetHack-doc.tar.gz">NetHack Guidebook (vers 3.6.7) source, written in troff</a></li>
<li><a href="./ex/4.4doc-incomplete.tar.gz>Troff Source code to the PSD/USD/SMM 4.4BSD documentation books. Incomplete, does not build but is useful for learning. (As of 2024-Aug-18)</a></li>
<li><a href="./ex/4.4doc-incomplete.tar.gz>Troff Source code to the PSD/USD/SMM 4.4BSD documentation books. Incomplete, does not build but is useful for learning. (As of 2024-Aug-18)</a></li>
</ul>
</div>
</body></html>