TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

History of roff

63 pointsby bdeshiabout 3 years ago

6 comments

schoenabout 3 years ago
There used to be a &quot;purity test for programmers&quot; which asked if you could solve the Towers of Hanoi using troff.<p>I wanted to get that point, so I learned enough troff to write a solution to Towers of Hanoi with it<p><a href="http:&#x2F;&#x2F;www.loyalty.org&#x2F;~schoen&#x2F;troff-hanoi.txt" rel="nofollow">http:&#x2F;&#x2F;www.loyalty.org&#x2F;~schoen&#x2F;troff-hanoi.txt</a>
anthkabout 3 years ago
Today Groff+ms it&#x27;s easy:<p>groff -step -k file.groff &gt; file.pdf<p>Groff+mom it&#x27;s like Texlive for TeX.<p>The last one it&#x27;s best suited for writers.<p>With Groff+ms you can typeset equations, letters and articles with a 486 and less than 50MB of used space. It&#x27;s a gem. Postscript can be set with -Tps for Groff, it may be lighter on rendering. The GV viewer opens both PDF and PS files.
评论 #31140609 未加载
评论 #31142522 未加载
baruchelabout 3 years ago
I use the Heirloom Troff for my daily workflow: <a href="http:&#x2F;&#x2F;heirloom.sourceforge.net&#x2F;doctools.html" rel="nofollow">http:&#x2F;&#x2F;heirloom.sourceforge.net&#x2F;doctools.html</a> Support for Unicode, OTF fonts, Knuth&#x27;s algorithm for formatting paragraphs, etc.
评论 #31145109 未加载
tedunangstabout 3 years ago
<a href="https:&#x2F;&#x2F;manpages.bsd.lv&#x2F;history.html" rel="nofollow">https:&#x2F;&#x2F;manpages.bsd.lv&#x2F;history.html</a>
hawskiabout 3 years ago
What is groff&#x27;s hyphenation format? I see that it has hyphenation data only for a handful of languages (not including mine).
macintuxabout 3 years ago
I’ve wanted to learn the roff ecosystem since I learned W. Richard Stevens (RIP) used troff for his books. 25 years later it’s probably time to accept the fact that I won’t.
评论 #31140738 未加载