By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.16; (* of wordlist.p 2016 Jan 24}
(* begin module describe.wordlist *)
(*
name
wordlist: lists words in a file
synopsis
wordlist(input: in, output: out)
files
input: a file to find the words in
output: the words of the file listed one per line
description
List the words in the input file to the output.
The program knows about latex constructs a little.
A word is defined to be any contiguous string of A-Z, a-z, 0-9,
excluding those that begin with a \.
see also
woco.p
author
Thomas Dana Schneider
bugs
none known
*)
(* end module describe.wordlist *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}