The troff tag has no wiki summary.
2
votes
1answer
72 views
What tools are available to edit manpages, i.e. GUI WYSIWYG editors (any platform)
Is there any decent GUI(Graphical User Interface) WYSIWYG(What You See is What You Get) editor (on any platform) that can be used for authoring/editing manpages? An app that can export to the troff ...
2
votes
1answer
163 views
groff: can I embed images?
I'm generating some troff-style documentation. Is there a way to embed an image (jpg, etc) into a groff file?
0
votes
1answer
61 views
Would it be wrong to say that template engines decend from awk + troff?
I am trying to figure out how template engines evolved. But it is difficult
to find some information on the internet. Maybe somebody has some knowledge
about their history:
What were the first ...
0
votes
1answer
446 views
creating tables in UNIX using tbl troff/nroff
I would like to create tables from some CSV files in UNIX(AIX) and send them as mail(message body).
I tried the examples at
http://www.snake.net/software/troffcvt/tbl.html
but none of them is working ...
0
votes
1answer
63 views
Period in a man page?
I have a bold line, followed by a line starting with a period. man thinks that the . is the start of a command... is there a way to "escape" it?
.B bold words
./something
The ./something is a ...
0
votes
1answer
124 views
Convert troff to nroff
My project requires me to convert DITA to nroff, but the toolkit I'm using (DITA Open Toolkit) only converts to troff.
Are there any toolkits (preferably java, but any language will do) that can ...