|
| |
| | Nroff - Wikipedia, the free encyclopedia |
 | | There is also a free software version of nroff in the groff package. |  | | nroff (short for "new roff") is a Unix text-formatting program; it produces output suitable for simple fixed-width printers. |  | | It was a descendant of the RUNOFF program from CTSS, the first computerized text-formatting program, and is a predecessor of the Unix troff document processing system. |
|
http://en.wikipedia.org/wiki/Nroff
(107 words)
|
|
| |
| | UNIX Text Formatting Using the -ms Macros |
 | | They share the same command language and work in such a way that it is possible to use nroff for typewriter or lineprinter output (usually for early drafts of papers) and then to use troff for final phototypesetter output-both from the same input file. |  | | One of nroff's most important functions is filling, the process of collecting words from the input file and placing them on an output line until no more will fit within a given line length. |  | | To eliminate the date from nroff output, use the command.ND at the beginning of your input file. |
|
http://www.cs.berkeley.edu/~janp/Help/textms.html
(10251 words)
|
|
| |
| | How to use troff/nroff |
 | | Troff is designed for typesetting output, while nroff is designed to output to line printers. |  | | To Nroff a file named inputfile and output to a file named outputfile simply use this command: |  | | To use another macro package, simply replace "-ms" with "-mm" or "-me".There is also a -man macro package for Nroff, that can format documents like UNIX man pages. |
|
http://www.cs.hmc.edu/tech_docs/qref/nroff.html
(689 words)
|
|
| |
| | Formatting text using Unix tools: Nroff/Troff |
 | | These instructions fall into two classifications: low-level commands that nroff and troff recognize directly and higher level instructions called macros that are defined in terms of the low-level commands. |  | | Text formatting done with the UNIX formatting utilities nroff and troff (gtroff) is guided by instructions that you type in the file along with the text. |  | | UNIX text formatting is based on the programs nroff and troff. |
|
http://www-acs.ucsd.edu/info/format.php
(4461 words)
|
|
| |
| | [No title] |
 | | The nroff request ".ce N", where N is an integer, centers the next N input lines within the currently available horizontal output space, i.e., within the length (72 spaces) specified by the ".ll 7.2i" request in Fragment 1 minus the spaces for the ".in N" that is currently in effect. |  | | Therefore, the blank line that follows the paragraph in the nroff input file is output at the top of page 21, immediately after the two blank lines of the header, making the header look like it has three blank lines. |  | | This is illustrated with fragments from the nroff input file used to produce this I-D. Commands in the nroff language are called "requests". |
|
http://www.rfc-editor.org/DOCUMENTS/draft-shirey-ugli-01.txt
(10728 words)
|
|
| |
| | John Wiley & Sons, Inc.: UNIX Shell Programming, Fourth Edition |
 | | Nroff and Troff are the old document processing language of UNIX Shell. |  | | For example, a heading level 1 in nroff (.h1) is similar to the HTML version H1. |  | | One way to format HTML documents for printing could be to run them through sed to create files for nroff: |
|
http://static.www.wiley.com/legacy/compbooks/unixshell
(175 words)
|
|
| |
| | CS 730 - Project 4 - Format Evaluation: nroff |
 | | The one we made the most use of in the example document was the H macro, which was used to identify the header levels for different sections of the document. |  | | While this works fine for nroff with simple monospaced text, it would be impossible to use proportional fonts, change the font size, include EQN, PIC or TBL output. |  | | Nroff provides automated support for creation of TOC (Table of Contents), lists of figures, and lists of tables. |
|
http://www.cs.ndsu.nodak.edu/~reski/cs730/nroff.html
(2130 words)
|
|
| |
| | nroff |
 | | The nroff utility formats text in the named files for typewriter-like devices. |  | | An argument consisting of a `-' is taken to be a file name corresponding to the standard input. |  | | If no file argument is present, nroff reads the standard input. |
|
http://www.cs.virginia.edu/cgi-bin/manpage?section=all&topic=nroff
(443 words)
|
|
| |
| | paper |
 | | NROFF, a computer program that runs on the UNIX operating system, reads an input file prepared by the user and outputs a formatted paper suitable for publication or framing. |  | | The input consists of text, or words to be printed, and requests, which give instructions to the NROFF program telling how to format the printed copy. |  | | In keeping with this, it is helpful to begin a new line after every period, comma, or phrase, since common corrections are to add or delete sentences or phrases. |
|
http://docs.freebsd.org/44doc/usd/19.memacros/paper.html
(5491 words)
|
|
| |
| | nroff(9) |
 | | Note that the current language must be set and spell dictionaries available for this feature to be usable, see user-setup(3) for information about setting up the current language. |  | | On creating a new file, a new header is automatically included into the file. |  | | The nroff file type templates handle UNIX n/troff type files. |
|
http://www.dgroth.de/me/m9typ026.htm
(603 words)
|
|
| |
| | [No title] |
 | | Troff and nroff are highly compatible with each other and it is almost always possible to prepare input acceptable to both. |  | | Conditional input is provided to enable the user to embed input expressly destined for either program. |  | | Nroff has an analogous, but different, mechanism for defining legal characters and how to print them. |
|
http://cm.bell-labs.com/sys/doc/troff.html
(11770 words)
|
|
| |
| | nroff - a Whatis.com definition |
 | | nroff and troff are UNIX commands (and the utilities that support them) for formatting text files for printing. |  | | (There are other UNIX commands for initiating printing.) nroff is designed for formatting output for line printers and letter-quality printers. |  | | nroff and troff provide about the same level of formatting control as IBM's Script/VS language. |
|
http://whatis.techtarget.com/definition/0,,sid9_gci212673,00.html
(349 words)
|
|
| |
| | hpux nroff.1 |
 | | DESCRIPTION nroff is a text formatting program that interprets source text contained in file and prepares it for printing on typewriter-like devices and line printers. |  | | Source File Preparation Document source file preparation is usually easier when text is coded using macro packages such as mm(1) which provide a high-level interface for headings, page footers, lists, and other features, rather than coding the file with inherently low-level nroff requests. |  | | nroff formatting capabilities are described in the tutorial cited below. |
|
http://www.informatik.uni-frankfurt.de/doc/man/hpux/nroff.1.html
(725 words)
|
|
| |
| | nroff and troff |
 | | A document preparation package that comes with most UNIX systems is nroff -troff. |  | | This output file is a printable ascii file. |  | | A UNIX reference book or the online manual pages are places where you can learn the syntax of nroff -troff documents. |
|
http://www.umcs.maine.edu/~www-adm/docs/unixdoc/node44.html
(298 words)
|
|
| |
| | nroff |
 | | .ll 40n forces nroff output to be 40-columns wide. |  | | To illustrate, if you invoke like this: % nroff -man then the macro file is sought from the file /usr/lib/tmac/tmac.an, and % nroff -me is sought from /usr/lib/tmac/tmac.e |  | | If you use -Tlpr, then you will get printer output from it instead of terminal output. |
|
http://www.panix.com/~spkemp/examplex/unix/nroff.htm
(390 words)
|
|
| |
| | UNIXhelp search results: nroff |
 | | You can see up to 100 matches on nroff. |  | | Please give a value between 1 and 100. |
|
http://unixhelp.ed.ac.uk/CGI/unixhelp_search/man-cgi?nroff
(28 words)
|
|
| |
| | [Twisted-commits] i hate nroff |
 | | Modified files: Twisted/doc/man/trial.1 1.7 1.8 Log message: i hate nroff I don't like you very much for making me read nroff either. |  | | I like you even less for making me write it. |
|
http://twistedmatrix.com/pipermail/twisted-commits/2003-April/006503.html
(353 words)
|
|
| |
| | nroff - OneLook Dictionary Search |
 | | nroff : Free On-line Dictionary of Computing [home, info] |  | | Tip: Click on the first link on a line below to go directly to a page where "nroff" is defined. |  | | We found 5 dictionaries with English definitions that include the word nroff: |
|
http://www.onelook.com/cgi-bin/cgiwrap/bware/dofind.cgi?word=nroff
(85 words)
|
|
| |
| | nroff |
 | | It first tries the locale pro- gram, then the environment variables LC_ALL, LC_CTYPE, and LANG, and finally the LESSCHARSET environment variable. |  | | The nroff script emulates the nroff command using groff. |  | | If an invalid or no -T option is given, nroff checks the current locale to select a default output device. |
|
http://www.ctssn.com/man/index.cgi?section=1&topic=nroff
(233 words)
|
|
| |
| | nuke-nroff-bs |
 | | These functions might be used by other modes that load formatted nroff files. |  | | The fset was changed to defalias so the load location shows up in `C-h f'. |  | | Prev by Date: Specify --no-split when generating manuals |
|
http://www.xemacs.org/list-archives/xemacs-patches/199809/msg00088.html
(48 words)
|
|
| |
| | Apache Httpd Documentation - Re: nroff man pages going away |
 | | Perhaps you and I Josh should chat about just what needs doing. |  | | Convert to xml, and find a way to generate nroff from the xml so that we can continue to distribute man pages. |  | | Agree with others -- this would be the ideal. |
|
http://www.mailarchives.org/list/apache-httpd-docs/msg/2002/01927
(162 words)
|
|
| |
| | Info Node: (emacs)Nroff Mode |
 | | For example, if you are at the beginning of a line and type `. |  | | The other feature of Nroff mode is that you can turn on Electric Nroff mode. |  | | If you use Outline minor mode with Nroff mode (Note: Outline Mode), heading lines are lines of the form `.H' followed by a number (the header level). |
|
http://www.cs.vassar.edu/cgi-bin/info2www?(emacs)Nroff+Mode
(238 words)
|
|
| |
| | Nroff - definition of Nroff by the Free Online Dictionary, Thesaurus and Encyclopedia. |
 | | Nroff is not available in the general English dictionary and thesaurus. |  | | This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. |  | | You may also use the word browser links: |
|
http://www.thefreedictionary.com/nroff
(92 words)
|
|
| |
| | roffit: converts man pages to HTML |
 | | roffit converts input nroff man pages to output HTML pages. |  | | Better treatment of.nf to make sections, and we now do newlines better within such a section |
|
http://daniel.haxx.se/projects/roffit
(55 words)
|
|
| |
| | [No title] |
 | | Don't worry about how to actually run the nroff program, just send me text with the nroff commands and I will do the rest. |
|
http://www.rfc-editor.org/nroff.html
(199 words)
|
|
| |
| | LKML: Raghava Raju: nroff... |
 | | Hi Any pointers to nroff formats, i.e describing what exactly.TE,.TP etc etc really mean. |
|
http://lkml.org/lkml/2001/11/13/214
(75 words)
|
|
| |
| | [No title] |
 | | To convert nroff output to plain ASCII, without underscores, use |  | | To generate IETF Internet Drafts, the following pipeline can be used: |  | | Table of contents, etc. are not supported in nroff. |
|
http://www.cs.columbia.edu/IRT/software/l2x
(360 words)
|
|
| |
| | nroff... |
 | | Any pointers to nroff formats, i.e describing what exactly.TE,.TP etc etc really mean. |  | | To unsubscribe from this list: send the line "unsubscribe linux-kernel" in |
|
http://marc.free.net.ph/message/20011113.090309.8518dd7c.html
(66 words)
|
|
|