GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DEROFF(1) FreeBSD General Commands Manual DEROFF(1)

deroff, delatex - remove formatting requests

deroff [ option ... ] file ...

delatex file

Deroff reads each file in sequence and removes all nroff and requests and non-text arguments, backslash constructions, and constructs of preprocessors such as and Remaining text is written on the standard output. Deroff follows files included by and commands; if a file has already been included, a for that file is ignored and a terminates execution. If no input file is given, deroff reads from standard input.

The options are

Output a word list, one `word' (string of letters, digits, and properly embedded ampersands and apostrophes, beginning with a letter) per line. Other characters are skipped. Otherwise, the output follows the original, with the deletions mentioned above.
-_
Like -w, but consider underscores to be alphanumeric rather than punctuation.
Ignore and requests.
Remove titles, attachments, etc., as well as ordinary troff constructs, from or mm documents.
Same as -mm, but remove lists as well.

Delatex does for tex and latex (see files what deroff -wi does for troff files.

/src/cmd/deroff.c
/src/cmd/delatex.lx

troff(1),

These filters are not complete interpreters of troff or tex. For example, macro definitions containing cause chaos in deroff when the popular delimiters for eqn are in effect.

Text inside macros is emitted at place of definition, not place of call.


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.