By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.32; (* of notex.p 1991 February 1}
(* begin module describe.notex *)
(*
name
notex: remove tex and latex constructs
synopsis
notex(input: in, output: out)
files
input: a tex or latex file
output: the file with:
'\xxx' command words converted to spaces,
'{$}' converted to spaces
free floating '.' ',' '(' ')' removed
comments (%) removed
multiple spaces are comressed to single spaces.
multiple lines are compressed to 2 lines (to preserve the
paragraph structure).
Only characters numbers and blanks are left behind
description
This reduces the number of words counted by wc to something close to correct.
It is harsher than untex in that it specifically filters out
everything except numbers, alphabetic chracters and the blank.
author
Thomas D. Schneider
bugs
citations and comments on lines by themselves leave a blank line.
*)
(* end module describe.notex *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}