home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / faqs / comp / answers / text-faq < prev    next >
Text File  |  1997-10-01  |  38KB  |  843 lines

  1. Newsgroups: comp.text,news.answers,comp.answers
  2. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!spool.mu.edu!uwm.edu!gsl-penn-ns.gsl.net!news-peer.gsl.net!news.gsl.net!gip.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!News1.Ottawa.iSTAR.net!news.istar.net!news.achilles.net!foobar!ecicrl!clewis
  3. From: clewis@ferret.ocunix.on.ca (Chris Lewis)
  4. Subject: comp.text Frequently Asked Questions
  5. Summary: Discussions on text processing in general, and troff in particular
  6. Message-ID: <textfaq_875625604@ferret.ocunix.on.ca>
  7. Supersedes: <textfaq_874416006@ferret.ocunix.on.ca>
  8. Approved: news-answers-request@mit.edu
  9. Date: Tue, 30 Sep 1997 13:20:09 GMT
  10. Expires: Tue, 28 Oct 1997 13:20:04 GMT
  11. Reply-To: textfaq@ferret.ocunix.on.ca (Text FAQ commentary reception)
  12. Organization: eh?
  13. Keywords: typesetting troff groff ditroff wysiwyg sgml word desktop dwb
  14. Followup-To: poster
  15. Lines: 825
  16. Xref: senator-bedfellow.mit.edu comp.text:16917 news.answers:113436 comp.answers:28274
  17.  
  18. Archive-name: text-faq
  19. Last-Modified: Sun Jun 25 11:31:22 EDT 1995
  20.  
  21.         Frequently Asked Questions for comp.text
  22.                Chris Lewis
  23.  
  24.            Copyright 1991 - 1995.
  25.  
  26.         Redistribution for profit, or with altered
  27.         content/format prohibited without permission
  28.         of the author.  Redistribution via printed book
  29.         or CDROM expressly prohibited without consent of
  30.         the author.  Any other redistribution must
  31.         include this copyright notice and attribution.
  32.  
  33. (This list was originally compiled by Nils-Peter Nelson, with
  34. contributions from Jaap Akkerhuis, Dick Dunn, Nick Haines, Steve
  35. Harley, Harro Kremer, Chris Lewis, John Macdonald, Bob Morris,
  36. Nils-Peter Nelson, Chip Rosenthal.)
  37.  
  38. If you have comments or additions, please contact Chris Lewis,
  39. textfaq@ferret.ocunix.on.ca (note Reply-to).
  40.  
  41. Changes are marked with a "|" in left column.  Many newsreaders
  42. (e.g. rn, trn) allow you to search for them with "g^|".
  43.  
  44. Changes this issue: - bringing hp2pbm reference up to date
  45.             - better references for GhostScript
  46.             - fixed RTF URL
  47.             - Reference to RTF (See GN13)
  48.  
  49. ------------------------------
  50. Subject: Questions discussed:
  51.  
  52. General interest:
  53.  
  54.   GN1. What is the difference between word processing, desktop
  55.          publishing, technical publishing, electronic publishing, etc?
  56.   GN2. Which do I need?
  57.   GN3. What is a markup language?
  58.   GN4. What is SGML? ODA?
  59.   GN5. What is WYSIWYG? Do I need it?
  60.   GN6. What is PostScript?
  61.   GN7. What is TeX?
  62.   GN8. What are some popular Desktop Publishing packages?
  63.   GN9. Where can I read more?
  64.   GN10. What is Lout?
  65.   GN11. What is Grif?
  66.   GN12. Where can I find indexing software?
  67.   GN13. What is RTF?
  68.  
  69. Specific to troff:
  70.  
  71.   TR1. What is troff? Why are there so many questions about it?
  72.   TR2. How many varieties of troff are there? What are the differences?
  73.   TR3. What are some of the filters for troff output?
  74.   TR4. What other troff printer drivers are there?
  75.   TR5. How do I get my troff to drive my printer?
  76.   TR6. None of the mentioned packages support *my* printer.  Help?
  77.   TR7. How do I embed PostScript in troff?
  78.   TR8. What are fonts?  How do I add fonts?
  79.   TR9. What are width tables?
  80.   TR10. How do I make width tables?
  81.   TR11. What are: pic, eqn, tbl, grap, refer?
  82.   TR12. How do I preview my troff on my screen?
  83.   TR13. I need makedev, but my DWB doesn't come with it.
  84.   TR14. How can I get nroff/troff for DOS?
  85.   TR15. What books can I get about DWB?
  86.   TR16. Complete DWB Description 
  87.  
  88. The discussions below are organized in digest-form, so you may
  89. scan ahead for "^Subject:" to move from one topic to the next
  90. (the ^G command does this in rn), and you may search for "^Subject: GN5"
  91. (for example) to jump to the discussion of a particular question.
  92. (The caret "^" before "Subject" is a convention of regular expressions
  93. that restricts the search to match only at the beginning of a line.)
  94.  
  95. ------------------------------
  96. Subject: GN1. What is the difference between word processing, desktop
  97.     publishing, technical publishing, electronic publishing, etc?
  98.  
  99. Electronic Publishing is an all-encompassing term that means
  100. using computers (instead of hot lead) to set type for
  101. documents.  Although publishing includes a sequence of
  102. processes right through distribution, EP tends to emphasize
  103. document composition through production of a single master copy.
  104.  
  105. It is helpful to picture a graph with "complexity" along
  106. the X axis and "length" along the Y axis.  Complexity
  107. varies from straight text to footnotes and indexing to
  108. tables to line drawings to gray-scale illustration to
  109. full color.  Length varies from 1 page to 10,000 or more
  110. (better make the Y axis logarithmic!)
  111.  
  112. Word processing dominates the lower left of the graph
  113. (business letters).  Desktop publishing dominates the lower
  114. right (advertising layout).  Host-based text formatters like
  115. troff, TeX and Scribe dominate the upper-left (phone book).
  116. Proprietary systems have traditionally dominated the upper
  117. right (Sears catalog, encyclopedia); these are being supplanted
  118. by hybrids consisting of pieces from the other segments.
  119.  
  120. The middle of the graph is fair ground for everyone but is
  121. increasingly the domain of Technical Publication systems like
  122. Interleaf and FrameMaker.
  123.  
  124. ------------------------------
  125. Subject: GN2. Which do I need?
  126.  
  127. Word processors and Desktop publishers are more than adequate
  128. for documents of tens of pages.  Because they are mostly
  129. limited to PCs and Macintosh, they may be impediments in
  130. producing long documents, which would have to be done in
  131. digestible chunks (say, a chapter at a time).  High-end systems
  132. are usually UNIX-based, which means computer power and document
  133. capacity are limited only by how much you want to spend.
  134.  
  135. ------------------------------
  136. Subject: GN3. What is a markup language?
  137.  
  138. All formatters need to distinguish the text to be printed
  139. from instructions about how to print; the latter is called
  140. markup.  Procedural markup tells the software what to do
  141. (space down, invoke a macro); generic markup describes the
  142. thing to be printed (heading, cross-reference, etc.)  Troff
  143. and TeX are examples of procedural markups; ODA and SGML
  144. prescribe rules for generic languages; and good macro packages
  145. for troff or TeX make them, more-or-less, generic markup
  146. languages.
  147.  
  148. Many of the word processing packages (such as Word or Wordstar)
  149. can only do procedural markup - the software is told by the
  150. user "how to display it", rather than "what this is" - and leaving
  151. the visual representation to preprogrammed rule sets (ie:
  152. macros) - see GN5.
  153.  
  154. ------------------------------
  155. Subject: GN4. What is SGML? ODA?
  156.  
  157. SGML is the Standard Generalized Markup Language.  SGML is defined
  158. in International Standard ISO 8879:1986.  SGML is a language for
  159. formally describing the structure and contents of documents.  SGML
  160. is also the syntax used by documents so described.
  161.  
  162. SGML is an important move in the direction of separating information
  163. from its presentation, e.g. making different presentations possible
  164. for the same information.  The better macro packages for TeX and
  165. troff attempt to do the same thing.  This is in contrast with WYSIWYG -
  166. see GN5.
  167.  
  168. SGML is more fully discussed in comp.text.sgml.
  169.  
  170. SGML is the name of a directory at the public FTP site ftp.ifi.uio.no
  171. where you can find a (draft) FAQ, a bibliography, and more information.
  172.  
  173. ODA: Office [Open] Document Architecture, takes a similar approach
  174. but stresses blind interchange.  ODA is defined in the multi-part
  175. standard ISO 8613:1988, in the CCITT T.410 series recommendations,
  176. and in ECMA standard 101.
  177.  
  178. ------------------------------
  179. Subject: GN5. What is WYSIWYG? Do I need it?
  180.  
  181. What-you-see-is-what-you-get: essential for advertising layout,
  182. but a useless time-waster for a phone book.  WYSIWYG is the
  183. opposite of SGML, in that in SGML you know what something
  184. is (say, a chapter heading) but you don't know what it looks
  185. like; in WYSIWYG you know what it looks like but you don't
  186. know what it is.  The obvious benefit of WYSIWYG is that the
  187. author is aware at all times of the final appearance of the
  188. document; the liability is that the vendor gets to choose the
  189. internal representation of the document, and may not tell you
  190. what it is.
  191.  
  192. The best trade-off would be a WYSIWYG system with a well-documented,
  193. usable markup language.  There is a system called "GRIF" - see
  194. GN11.  The "doc" program in Interviews is a freeware UNIX WYSIWYG
  195. wordprocessor.
  196.  
  197. We should caution that few of the self-proclaimed WYSIWYG systems
  198. actually show the exact same thing on screen as you get on a printer:
  199. What You See Is Sort Of Like What You Get.  When 300 dpi, 17 inch
  200. terminals are common true WYSIWYG will be practical.
  201.  
  202. Being aware of the final appearance of a document is not universally
  203. accepted as a "good thing", Robertson Davies has suggested that the
  204. WYSIWYG approach to writing contributes to "blather" (and he should
  205. know as a past master ;-), while others have argued that the final
  206. appearance can't always be known.  WYSIWYG processors tend to
  207. encourage an approach that makes re-use and re-packaging of
  208. documents for alternate methods of presentation (eg: on-line
  209. and paper documentation) difficult.  Efficiency studies have shown,
  210. for at least certain types of documentation, that documents are
  211. written faster with text processors than WYSIWYGS.
  212.  
  213. ------------------------------
  214. Subject: GN6. What is PostScript?
  215.  
  216. PostScript is a language for output devices.  It does for output
  217. devices what Unix does for processors, viz., it allows a common
  218. software interface despite differences in hardware platform.
  219. PostScript controllers exist for paper printers from 4 pages
  220. per minute up to 92 ppm, from 300 dots per inch to over 6000 dpi
  221. typesetter, and for film recorders, color printers and X Window
  222. terminals.  Without PostScript, every text formatter has to
  223. understand the idiosyncrasies of every vendor's hardware.
  224. See comp.lang.PostScript for more.  PostScript is a registered
  225. trademark of Adobe Corporation.
  226.  
  227. ------------------------------
  228. Subject: GN7. What is TeX?
  229.  
  230. TeX is a batch formatter similar to troff developed by Don Knuth
  231. at Stanford.  It is most popular in universities and is freely
  232. traded because of the lack of licensing restrictions. ArborText
  233. sells a commercial version for big and small (ie PCs) machines.
  234. There are various versions for PC-class machines. LaTeX (Leslie
  235. Lamports version of TeX) is a more friendly version of the same
  236. formatter. It does for TeX what macros does for troff.  See
  237. comp.text.tex for TeX FAQs.
  238.  
  239. [To be pedantically correct, there are really only very few versions
  240. of TeX.  However, the relationship between the formatter and
  241. the macro sets (e.g.: LaTeX) is considerably more blurry in TeX than
  242. troff, and the macro package tends to be compiled-into different
  243. instantiations of TeX.  This is truly part of the culture - TeXies
  244. refer to "latex documents", troffers more generally refer to
  245. "troff with mm macros".  It's confusing.]
  246.  
  247. Oh, and to save yourself sounding like an idiot, the "eX" in "TeX"
  248. is pronounced so that it rhymes with "blecchh", not "sex" (the
  249. X is a greek chi).
  250.  
  251. ------------------------------
  252. Subject: GN8. What are some popular Desktop Publishing packages?
  253.  
  254. Aldus practically invented Desktop publishing with "PageMaker".
  255.  
  256. WordPerfect and Word are lower in functionality but less
  257. expensive and exist on both DOS and Macintosh (WordPerfect
  258. on UNIX too).  These are essentially word-processing packages
  259. rather than Desktop Publishing.  WordPerfect and Word are
  260. by far the most popular with millions of copies sold.
  261.  
  262. See comp.text.desktop for more information. Interleaf
  263. and FrameMaker are workstation-based and are higher in
  264. price and functionality, and require more substantial
  265. machine resources, but give you more in return.  FrameMaker
  266. is now available for Windows 3.1, giving transportability
  267. between the DOS/Windows, Mac and UNIX world.  See comp.text.desktop,
  268. comp.text.frame and comp.text.interleaf.
  269.  
  270. ------------------------------
  271. Subject: GN9. Where can I read more?
  272.  
  273. Publish!, Business Publishing and Seybold Report are all
  274. excellent journals for keeping up to date.  There are
  275. books devoted to most of the major packages, too many
  276. to mention here.
  277.  
  278. Richard Rubinstein's book "Digital Typography", Addison-Wesley
  279. is apparently a readable book that goes into the details of
  280. composition systems, fonts and reproduction.
  281.  
  282. -------------------------------
  283. Subject: GN10. What is Lout?
  284.  
  285. Lout is a new batch formatter drawing a fair bit from TeX and troff.
  286. Its main strengths are a more powerful and much easier to use "macro"
  287. programming language, and is reputed to be as "complete" as TeX or
  288. the troff formatting suite.  It only generates PostScript and ascii.
  289.  
  290. Lout was written by Jeff Kingston (jeff@cs.su.oz.au) and
  291. is available via anon FTP from ftp.cs.su.oz.au directory "jeff".
  292.  
  293. -----------------------------
  294. Subject: GN11. What is GRIF?
  295.  
  296. GRIF S.A. has been commercializing its WYSIWYG SGML editor since 1991.
  297. Grif SGML Editor is totally compliant with the SGML standard (ISO 8879)
  298. and offers full WYSIWYG authoring of SGML documents.  It is currently
  299. available on both Unix-Motif and PC-Windows platforms and forms part of
  300. GRIF S.A.'s complete range of SGML products.  For more information,
  301. contact:
  302.  
  303. Stuart Culshaw
  304. Marketing Assistant
  305. GRIF S.A.
  306. Immeuble "Le Florestan"
  307. 2 Boulevard Vauban - BP 266
  308. 78053 ST QUENTIN EN YVELINES
  309. FRANCE
  310. Tel. : +33 (1) 30.12.14.30
  311. Fax  : +33 (1) 30.64.06.46
  312. E-mail: culshaw@grif.fr
  313.  
  314. -----------------------------
  315. Subject: GN12. Where can I find indexing software?
  316.  
  317. Liam Quin <lee@sq.sq.com> is one of the net "experts" in this field,
  318. and suggests the following:
  319.  
  320. SMART is from cornell, and is a test-bed for the research done by
  321. Gerald Salton's group; it's also quite widely used by other researchers.
  322.  
  323. qx (or gx?) is an Australian system that went by on the net recently.
  324.  
  325. WAIS is a client-server system.
  326.  
  327. lq-text is my own system.
  328.  
  329. You can find all of the above (except probably qg/gx since I haven't given
  330. a good enough name) with archie; lq-text 1.13 is at ftp.cs.toronto.edu.
  331.  
  332. An _excellent_ book to look at or get or run out and buy is
  333.  
  334.     %A William B. Frakes
  335.     %A Baeza-Yates, Ricardo
  336.     %T Information Retrieval: Data Structures and Algorithms
  337.     %I Prentice-Hall
  338.     %D 1992
  339.     %O An excellent introduction to the issues in implementing information
  340.     retrieval systems.  Examples in C for Unix, available by ftp from
  341.     ftp.vt.edu in pub/reuse/ir-code.
  342.     ISBN: 0-13-463837-9
  343.  
  344. ------------------------------
  345. Subject: GN13. What is RTF?
  346.  
  347. RTF stands for Rich Text Format, and is a document interchange format.
  348. This format has become somewhat popular, and is supported by several
  349. text handling products.
  350.  
  351. Sources:
  352.  
  353. The RTF spec can be found at <ftp://ftp.primate.wisc.edu/pub/RTF> A
  354. hard copy of the spec can also be obtained from Microsoft Product
  355. Support (206) 454-2030.
  356.  
  357. World Wide Web using URL http://www.primate.wisc.edu/.  Look under
  358. "Primate Center Software Archives".
  359.  
  360. The a series of converter tools is available as a compressed tar
  361. |archive <ftp://ftp.primate.wisc.edu/pub/RTF/RTF-<version>.tar.Z> containing
  362. source and documentation.
  363.  
  364. ------------------------------
  365. Subject: TR1. What is troff? Why are there so many questions about it?
  366.  
  367. Troff is one of the oldest text formatters in existence. Because
  368. it was distributed as part of the Unix operating system for
  369. many years, it is by default on several hundred thousand machines,
  370. far more than any other Unix text formatter.  It originated
  371. in AT&T Bell Laboratories in 1971 and its author was Joseph
  372. Ossanna.  Its legitimate father was a program called runoff,
  373. written at MIT in the 1960's.
  374.  
  375. Because there is no comp.text.troff, additional questions related
  376. to troff are shown below.  The remainder of the FAQ list is
  377. devoted to troff; bail out now if you are not interested.
  378.  
  379. ------------------------------
  380. Subject: TR2. How many varieties of troff are there? What are the differences?
  381.  
  382. The original Ossanna troff generates proprietary printer codes for the
  383. Wang C/A/T Phototypesetter; we'll call this "CAT Troff".  This version
  384. comes bundled in many systems, in particular, SunOS, most other
  385. Berkeley-derived systems, some SVR4s and is contained in the Xenix Text
  386. Processing package.  The AT&T, BSD and Xenix variants all differ
  387. slightly, but not in any important ways.  CAT troff is useless without
  388. filters to convert the "CAT codes" to something else, especially since
  389. the C/A/T is as common as a California condor.  These filters are
  390. described later.
  391.  
  392. In 1981, Brian Kernighan of Bell Laboratories rewrote troff to generate
  393. a generic typesetting language.  These troffs are called "ditroff" (for
  394. device-independent troff) and contain some additional features such as
  395. arbitrary line drawing, and more flexible font handling.  "Documenter's
  396. Workbench" (DWB) is a package containing ditroff and several other
  397. typesetting filters.  The latest AT&T version is DWB 3.4.1, which sold as
  398. source code; most commercial binary variants (Elan, SoftQuad, Image
  399. Network, etc.) are based on DWB 2.0.  The Free Software Foundation
  400. distributes a re-engineered version of ditroff called groff.
  401.  
  402. If you have a troff and want to know which it is, type:
  403.     troff < /dev/null > /dev/null
  404. If it responds with "typesetter busy" or "No /dev/cat; use -t or -a",
  405. you have CAT troff, otherwise it's ditroff.  If you get an answer from:
  406.     dwbv
  407. you have the AT&T release 3.0 or later.  The differences are too
  408. numerous and subtle to document here, but the variants are about
  409. 95% compatible.  All are ASCII based, but DWB 3.4, Groff and
  410. AIX 3.2's troff also accept ISO 8859-1 (aka ISO Latin 1), the
  411. Western European character set and are 8 bit clean.  Any 8-bit
  412. clean ditroff can be reconfigured to support alternate 8859-x
  413. character sets.  AIX 3.2 ditroff also supports Kanji (multi-byte)
  414. to a certain extent (as per IBM-932).
  415.  
  416. See TR16 for more on DWB.
  417.  
  418. ------------------------------
  419. Subject: TR3. What are some of the filters for troff output?
  420.  
  421. Psroff is a suite of programs that allow you to translate CAT troff
  422. output or ditroff output format into PostScript, HP Laserjet (with
  423. incremental font downloading) or ditroff.  See description of hp2pbm
  424. below for driving printers other than these three.
  425.  
  426. Psroff works with all versions of CAT troff and ditroff, including
  427. groff.  Psroff allows you to change fonts on the fly (unlike any other
  428. CAT troff converter).  Psroff has been used to drive HP Laserjet and
  429. clone printers, PostScript (including Display PostScript and Sun
  430. Pageview), X windows previewers (such as xditview and xtroff),
  431. Ghostscript and many others.
  432.  
  433. Psroff comes with a large suite of utility programs that allow you to
  434. create, manipulate, display HP Laserjet and PostScript fonts, as well
  435. as construct width tables for these fonts from a variety of sources,
  436. including TeK PK format, HP SFP, and PostScript.  Psroff also comes
  437. with a number of other utilities, such as PostScript page reordering,
  438. Ascii-2-PostScript converters etc.  Psroff 3.0 is the only troff HP
  439. Laserjet filter fully supporting scalable fonts or HPGL/2 graphics on
  440. HP LJ III printers.
  441.  
  442. Psroff 3.0 is capable of performing some limited emulation of ditroff
  443. features (eg: line drawing) with CAT troff.
  444.  
  445. Psroff 3.0 is available from comp.sources.unix, volume 24.  Or from
  446. ftp.uunet.ca, in /distrib/chris_lewis/psroff3.0pl17 (fully patched).
  447. Patch level 17 is current.  The author is Chris Lewis,
  448. clewis@ferret.ocunix.on.ca.
  449.  
  450. Adobe Transcript is a commercial package similar to psroff, in that it
  451. contains filters for converting ditroff or CAT troff.  But only to
  452. PostScript.  It also contains filters for Ascii-2-PostScript, and is
  453. often installed as part of SunOS printcap filters.  Adobe Transcript
  454. contains a user interface script called "psroff" which should not be
  455. confused with the other psroff (but often is).  Information can be
  456. acquired on its availability by contacting the Qualix group at
  457. 1-800-245-UNIX, or info@qualix.com.  Supports psfig with a little
  458. hacking (instructions in psfig release).
  459.  
  460. The groff package from the Free-Software-Foundation includes drivers
  461. for PostScript, DVI, X and constant-width printers, and the complete
  462. suite of troff preprocessors with the exception of grap.  It is
  463. available via anonymous ftp from several sources (it needs the FSF C++
  464. or AT&T C++ 2.0 compilers to compile, but many binary versions are also
  465. available for FTP).  Supports character kerning (unlike CAT troff or
  466. DWB).  Does not contain an HP Laserjet driver.  A "dvi2lj" or psroff
  467. 3.0 can be used as a HP Laserjet driver for groff.  Groff has made some
  468. slight changes in the ditroff and width table formats, so use with
  469. non-groff drivers may need a little fiddling.  Written by James Clark.
  470. The latest version can always be ftped from prep.ai.mit.edu:pub/gnu.
  471.  
  472. James has just updated groff to support HP Laserjet 4 printers in
  473. PCL5 (as opposed to PostScript) mode utilizing the scalable fonts
  474. built into the printer.  This apparently also works on Laserjet 3
  475. printers, with some minor deficiencies in graphics support, and not as
  476. many fonts.  Will not work on HP Laserjet II printers, and apparently
  477. cannot work with non-scalable or downloaded fonts.  The LJ4 software
  478. can be found in: ftp.jclark.com:/pub/test/groff-lj4.tar.gz.
  479.  
  480. It's worth noting that there is a major difference between driving
  481. HP Laserjet 3 or 4 (PCL5) and driving HP Laserjet 2 (PCL4).   PCL5
  482. has scalable fonts, and an implementation of HPGL/2 - HP's graphics
  483. language.  Driving PCL5 is fairly easy.  PCL4 doesn't support scalable
  484. fonts or graphics, and they have to be simulated by downloads and
  485. raster graphics.  A full feature driver for PCL4 will also work on PCL5,
  486. whereas something taking advantage of PCL5 won't work on PCL4.  Groff
  487. only supports PCL5.  Psroff has full function drivers for both PCL4
  488. and PCL5.
  489.  
  490. ------------------------------
  491. Subject: TR4. What other troff printer drivers are there?
  492.  
  493.     - thack: CAT to PostScript.   comp.sources.unix archives.
  494.       For very casual use only.  Has no width tables, and can't,
  495.       for example, make tbl box corners line up.)  Available from
  496.       comp.sources.unix archives.  Very simple to build/install.
  497.  
  498.     - tpscript: ditroff to PostScript (reasonably good filter)
  499.       comp.sources.unix archives.  Does not support psfig.
  500.  
  501.     - jetroff: ditroff to HP Laserjet (no support for III scalable
  502.       fonts).  Commercial version (jetroff 2) no longer available.
  503.       Jetroff 1.0 (shareware) is available from c.s.m archives.
  504.       Author: Rick Richardson.  Would need some fiddling to work
  505.       with groff.
  506.  
  507.     - troff2lj: CAT troff to HP Laserjet.  Limited font handling
  508.       functionality - package discontinued by author when psroff
  509.       2.0 was released.
  510.  
  511.     - lcat/lroff: obsolete, should be junked, precursor to psroff.
  512.  
  513.     - hp2pbm: not a troff-2-something filter per-se.  However,
  514.       given a HP Laserjet driver, hp2pbm can convert HP Laserjet 2
  515.       (PCL4) codes to Jef Poskanzer's PBM format, which permits you to
  516. |      use any of the many output formats supported by PBM, as well as
  517. |      directly to several other formats (PCL4, G3, X windows dump
  518.       etc).  Author: Chris Lewis and Klaus Schallhorn.  Hp2pbm and PBM+
  519.       are accessible from c.s.m archives.  Hp2pbm includes a 24 pin
  520.       Epson driver and a built-in G3 FAX driver.  Will not work with
  521.       groff's PCL5 driver.
  522.  
  523. |      Hp2pbm coupled with Gert Doering's mgetty+sendfax makes a _very_
  524. |      nice bidirectional data (eg: UUCP) and FAX modem capability for
  525. |      UNIX.
  526.     
  527. |    - GhostScript: also not a troff-2-something filter.  It is a
  528. |      PostScript to raster converter.  Coupled with a troff/filter
  529. |      that generates PostScript, GhostScript can usually be coaxed
  530. |      into generating GIFs, PBMs, G3, PCL4, and several other
  531. |      graphics formats.  This is more flexible than hp2pbm, will
  532. |      often do a sligthly better job, but requires a lot more disk space
  533. |      and is considerably slower.  If speed or space is a concern,
  534. |      hp2pbm is a better choice.
  535.     
  536.     - cat2desk is a version of lcat/lroff modified to work with
  537.       Deskjets.  Psroff will work with newer deskjets (especially
  538.       scalable font ones with PCL4), but not older ones (the font
  539.       format is different) which are PCL3.
  540.  
  541. Deskjets generally:
  542.  
  543.       For printing on deskjets that do not support SFP fonts, your best
  544.       solution is either to use troff & psroff driving hp2pbm (with
  545.       pbm2lj from hp2pbm as the final stage), or groff emitting
  546.       PostScript and letting GhostScript do the conversion.  Either one
  547.       of these combinations will give you full functionality up to and
  548.       including graphics.  The former is easier to install and runs much
  549.       faster (see me for pbm2lj tweak).  The latter may have the edge on
  550.       font quality.
  551.  
  552. ------------------------------
  553. Subject: TR5. How do I get my troff to drive my printer?
  554.  
  555.     a) If you already have CAT troff and you don't need pic or grap:
  556.  
  557.        Your simplest bet is psroff if you want to drive printers supported
  558.        by psroff (PostScript, HP Laserjet, ditroff filters, PBM+
  559.        supported devices (including Epson 24 pin, FAX).  Transcript
  560.        is an alternative for PostScript output (but doesn't
  561.        allow you to mount fonts, no drawing support).
  562.  
  563.     b) You already have ditroff:
  564.  
  565.        You may already have a driver for your printer.  Check.
  566.        If not, your best bets are jetroff, psroff, tpscript,
  567.        transcript.
  568.     
  569.     c) You don't have a troff or, you have CAT troff and you need pic
  570.        and grap:
  571.  
  572.        Get "a DWB", such as groff (no grap), DWB 3, or one of the
  573.        commercial variants.
  574.  
  575. ------------------------------
  576. Subject: TR6. None of the mentioned packages support *my* printer.  Help?
  577.  
  578. This area is not entered into lightly. Look for a commercial or free
  579. package that supports your device.  Failing that, try to acquire
  580. (legally!) the source code for another device and modify it.  The AT&T
  581. documentation "Troff User's Manual" has a Reference section that
  582. completely documents the ditroff language.  SunOS and Psroff 3.0
  583. documentation contain descriptions of the CAT troff language.  Psroff
  584. 3.0 is designed for drop-in drivers, and may be the easiest to extend.
  585. Coupled with hp2pbm, psroff3.0 can probably drive just about any kind
  586. of printer that supports raster graphics with relatively little trouble
  587. (see Epson 24 pin driver for guidance).
  588.  
  589. If you can get a PostScript driver and are running on current SunOS,
  590. you could consider developing a NeWSprint driver for your printer.
  591. NeWSprint is Sun's NeWS (PostScript language interpreter extended for
  592. driving displays; not the same thing as "Display PostScript"(tm).  This
  593. may be easier than developing a troff driver, since all NeWSprint
  594. really needs is the ability to send a bitmap to a printer. Source and
  595. developer's documentation are shipped standard with NeWSprint.
  596.  
  597. Thack is ideal for quick hacks with CAT troff for printers that have
  598. dynamically scalable fonts (aside from the fact that thack has no
  599. facilities for building width tables).
  600.  
  601. ------------------------------
  602. Subject: TR7. How do I embed PostScript in troff?
  603.  
  604. There are two methods:
  605.  
  606.     - including "absolute" PostScript.  PostScript that knows where
  607.       it goes on the page, and decides its own scaling.
  608.       All versions of ditroff support this one way or another.
  609.       CAT troff does as well when coupled with psroff.  This is
  610.       most often supported by some permutation of \! or \X'...'
  611.       directives.
  612.  
  613.     - including PostScript, automatically scaling and placing the
  614.       image.  This requires that the PostScript be EPS (so that the
  615.       size and origin of the image is accessible).  Groff and
  616.       DWB 3.3 have facilities for including EPS files and automatically
  617.       placing/scaling them on the page, including leaving space in the
  618.       troff text for the image.  See if your documentation includes
  619.       remarks about "PSPIC", "PS" or other similar macros.
  620.  
  621.       Psfig (comp.sources.unix archives) is a troff preprocessor which
  622.       will permit this sort of automatic placement/scaling with an
  623.       older version of ditroff (such as DWB 2.1) as long as the backend
  624.       printer driver understands it.  Psroff 3.0 and Adobe Transcript
  625.       support psfig with ditroff, but only Psroff 3.0 will support
  626.       psfig with CAT troff.
  627.  
  628. Caution: many PC and MAC graphics packages generate sloppy PostScript which
  629. cannot be gracefully included in other documents.
  630.  
  631. ------------------------------
  632. Subject: TR8. What are fonts?  How do I add fonts?
  633.     
  634. A font is a set of characters in an specific typeface.  Unlike
  635. TeX, troff does not consider the same typeface at different
  636. sizes to be different fonts.
  637.  
  638. You have to make the width tables, install them, and tell the
  639. troff filter how to emit/request the fonts.  The details differ
  640. from one package to another.  Check the documentation.
  641.  
  642. ------------------------------
  643. Subject: TR9. What are width tables?
  644.  
  645. Both CAT troff and ditroff need to know the width of each character
  646. that you use.  The widths of each character (along with some additional
  647. characteristics) are arranged in a file for each font.  There are
  648. basically five different width table formats:
  649.  
  650.     1) CAT troff: uses a binary table of 224 unsigned chars.
  651.     2) MIPS (and RISC/Ultrix) CAT troff uses an ASCII dump of (1)
  652.     3) DWB 2.x and several of the commercial variants use an ASCII
  653.        format that is compiled into a binary form by a special program
  654.        called "makedev".
  655.     4) DWB 3.x uses the ASCII format mentioned in (3) - doesn't need
  656.        to be compiled.
  657.     5) Groff uses the ASCII format mentioned in (4) with minor variations.
  658.  
  659. If the width tables are wrong, character spacing will look funny - up
  660. to and including overlapping characters, and broken right justification.
  661.  
  662. ------------------------------
  663. Subject: TR10. How do I make width tables?
  664.  
  665. Creating them is not hard.  Getting the actual metrics sometimes is.
  666.  
  667. The AT&T documentation "Troff User's Manual" describes the DWB width
  668. table format.  Your DWB may already have a manual page for it.
  669.  
  670. Psroff 3.0 contains documentation on DWB and CAT troff format width
  671. tables.
  672.  
  673. DWB 3.3, Psroff 3.0 and tpscript each have a utility for automatically
  674. creating width tables by sucking the data out of a PostScript device.
  675.  
  676. Psroff 3.0 and jetroff have utilities for creating width tables from
  677. HP laserjet fonts.
  678.  
  679. Psroff 3.0 can convert between any of the 5 width table formats.
  680.  
  681. Groff contains a package for generating groff width tables from HP's
  682. scaleable font metrics format.
  683.  
  684. Consult the documentation to find out where to put the files.
  685.  
  686. ------------------------------
  687. Subject: TR11. What are: pic, eqn, tbl, grap, refer?
  688.  
  689. These are the basic troff preprocessors shipped with DWB:
  690.  
  691.     - pic allows you to draw arbitrary line-drawing graphics in a
  692.       machine-independent fashion.
  693.     - eqn allows you to construct mathmatical equations.
  694.     - tbl provides a mechanism for specifying and displaying
  695.       automatically sized/configured tables 
  696.     - grap uses pic to construct graphs.
  697.     - refer provides a mechanism for searching for and formatting
  698.       bibligraphic references.
  699.  
  700. Neither pic nor grap are included with CAT troff, but eqn, tbl and
  701. frequently refer are present.  Groff does not at present support grap.
  702.  
  703. ------------------------------
  704. Subject: TR12. How do I preview my troff on my screen?
  705.  
  706.     a) X windows: xditview and xtroff (X11R5 contrib directory, xtroff
  707.        also from ftp.cs.toronto.edu) and gxditview (from groff) will
  708.        preview ditroff format (groff requires gxditview), including
  709.        psroff 3.0's ditroff output from CAT troff.
  710.     b) Display PostScript (ie: AIX 3 & DEC dpsexec, NeXT,
  711.        Sun Pageview, Ultrascript, Ghostview plus GhostScript): any
  712.        PostScript generating troff.  (Theoretically at least.  May need
  713.        a teensy bit of PostScript hacking to get a reasonable pager
  714.        (psroff3.0 has this built in).  Pageview and Ultrascript have some
  715.        limitations so may not work with a specific PostScript
  716.        generator).  Pageview gets very confused about page boundaries
  717.        unless the PostScript is DSC compliant and has "%%Page:" comments
  718.        in it.
  719.     c) Others: You can probably find a PBM converter for it,
  720.        so use a Laserjet-generating troff configuration plus hp2pbm.
  721.        (eg: Sun rasters, 3b1 screens, EGA, VGA, GIFF, TIFF etc.)
  722.        I preview on X by generating PCL with psroff, converting
  723.        to PBM with hp2pbm, then display with pbm2Xd (part of hp2pbm)
  724.        and xwud (part of X windows).
  725.     d) Others: You may be able to find a DVI driver for it,
  726.        so use a DVI-generating troff configuration (namely,
  727.        groff's ditdvi) and use the appropriate dvi2<whatever> filter.
  728.     e) AIX 3.2 has a good AIXwindows 1.2 and Motif1.1 based
  729.        previewer called "xpreview".
  730.  
  731. ------------------------------
  732. Subject: TR13. I need makedev, but my DWB doesn't come with it.
  733.  
  734. A freeware version called "mkfont" is available from c.s.m, and
  735. is also included in Jetroff 1.0.  The Jetroff version is to be
  736. preferred because it's been extended a bit more to be an exact
  737. "makedev" replacement w.r.t. command line arguments.
  738.  
  739. ------------------------------
  740. Subject: TR14. Nroff/Troff on DOS machines
  741.  
  742. Arto Viitanen (av@ohdake.cs.uta.fi) has used djgpp (the MSDOS port of
  743. gcc 2.01) to compile groff-1.05 for MSDOS. The binaries are available
  744. at garbo.uwasa.fi in /pc/unix. The file is groff396.zip and it's 725 Kb.
  745. A port of version 1.07 by Mauro Condarelli is available from omnigate.
  746. clarkson.edu in pub/msdos/djgpp/pub.  This port includes the groff
  747. driver and also the dvi device, both of which were missing in the 1.05
  748. port.  Both ports work well except for gpic which does not seem to work on
  749. systems lacking a math coprocessor.
  750.  
  751. There's also a OS/2 port using the EMX environment (GCC 2.3.3), which
  752. includes a DOS extender.  The latest version may support DOS directly.
  753.  
  754. Elan, Image Network, and SoftQuad have commercial versions of DWB
  755. for DOS machines.  They tend to be a bit pricey - in the $500-$1200
  756. range.
  757.  
  758. There are many freeware versions of nroff that have either already
  759. been ported, or should be easy to port to DOS.  For example, C
  760. implementations of Kernighan and Plauger's "Software Tools" "roff"
  761. (see Ozan Yigit's implementation available from comp.sources.unix).
  762. [roff isn't a complete implementation of nroff, depends on what
  763. you need.]
  764.  
  765. Related: Ghostscript can be used on DOS to preview the output of any
  766. PostScript-producing application, including groff.  If you do use
  767. GhostScript, make sure that you get the latest version with the good
  768. fonts.  GhostScript also contains CGA and VGA drivers for on-screen
  769. preview.
  770.  
  771. Cawf2 a C port of Henry Spencer's Amazing Workable Formatter (originally
  772. an awk program).  It apparently does a reasonable job with -ms and -man
  773. macros.  The C version is by Vic Abell and is available from ftp.cc.
  774. purdue.edu in pucc/cawf.  It works on MSDOS and most or all UNIX systems.
  775.  
  776. I'd appreciate any other leads on DOS nroff/troffs.
  777.  
  778. ------------------------------
  779. Subject: TR15. What books can I get about DWB?
  780.  
  781.     Troff User's Manual, by Ossanna and Kernighan, is available for
  782.     anonymous ftp as netlib.att.com:/netlib/att/cs/cstr/54.ps.Z.
  783.  
  784.     Document Formatting and Typesetting on the UNIX System,
  785.     2 volumes, Nerain Gehani, Silicon Press, ISBN 0-9615336-2-5.
  786.     A very good general reference; covers troff, the preprocessors,
  787.     and most of the popular macro packages.
  788.  
  789.     Typesetting Tables on the UNIX System, Henry McGilton, Mary McNabb.
  790.     Trilithon Press, ISBN 0-9626289-0-5.  A very good, very complete
  791.     reference and tutorial on TBL.
  792.  
  793.     Unix Text Processing, Dale Dougherty & Tim O'Reilly, Hayden Books,
  794.     ISBN 0-672-46291-5.  A good discussion not just of troff (ms & mm),
  795.     tbl, eqn, and pic, but also vi and ex, sed, and awk.
  796.  
  797.     Troff typesetting for Unix Systems, Sandra L. Emerson & Karen Paulsell
  798.     (kjp@well?) Prentice-Hall, 0-13-930959-4.  This is a good book
  799.     for people wishing to write raw troff (as in rolling your own
  800.     macros)
  801.  
  802.     troff-Programmierung: proffessionelle Textverarbeitung und
  803.         Schriftsatz unter UNIX, Claus Schirmer, Hanser Verlag 1990,
  804.         ISBN 3-446-15649-6.  Reportedly a superb book on troff
  805.     programming.  Ie: a ms-like macro package is built in a
  806.     step-by-step way.  Don't know if there's non-German language
  807.     version.
  808.  
  809.     The UNIX Text Processing System, Kaare Christian, Wiley, 1987.
  810.     Is especially good on REFER, the best chapter on REFER
  811.     available.  [This book now appears to be out of print.]
  812.  
  813.     Text processing and typesetting with UNIX, D.W. Barron and Mike Rees,
  814.     Addison-Wesley, 1987.
  815.  
  816. ------------------------------
  817. Subject: TR16. Complete DWB description.
  818.  
  819.     Documenter's Workbench (DWB) is the successor to the original Bell
  820.     Labs version of troff.  The current package, DWB 3.4, includes 86
  821.     commands:  troff, tbl, eqn, grap, pic, picasso, a pipeline builder,
  822.     PostScript drivers and utilities for bounding box computation and
  823.     device interrogation; optional (at no cost) LaserJet and Imagen
  824.     printer support; man, mm and other macro packages, font tables,
  825.     etc.  A companion add-on, DWBX 3.4, provides an X Window previewer,
  826.     drawing program, spell corrector and hypertext man page viewer.
  827.  
  828.     The source code is fully-portable to UNIX SVR2, SVR3, SVR4, BSD
  829.     and SunOS, and is available for corporate or university license at
  830.     a fixed price, and for sublicense at a negotiable fee.  Binaries
  831.     are available for all AT&T, NCR and Sun UNIX platforms.  One full
  832.     set of documentation (7 booklets and 9 Quick Reference cards)
  833.     included with each license.
  834.  
  835.     Sales inquiries: AT&T Software Solutions, 1-800-462-8146 (US),
  836.     +1-908-580-5719 from elsewhere; fax 1-908-580-6355.
  837.     Technical inquiries: dwb@mhpo.att.com.
  838. -- 
  839. Rumours of my demise are greatly exaggerated, but, not those of
  840. cec-services.com's.
  841.  
  842. For more information on spam, see http://spam.abuse.net/spam
  843.