Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_32.html
Дата изменения: Wed Nov 1 17:38:24 1995 Дата индексирования: Sun Dec 23 18:30:19 2007 Кодировка: Поисковые слова: hst |
SPELL
command and the TEXSPELL
command. SPELL
is a general-purpose spelling checker, while TEXSPELL
is specifically intended for use with TEX or LATEX source files. This section describes only SPELL
; information about TEXSPELL
is provided on page 101.
The SPELL
command checks the spelling of all words in a standard text file. Keep in mind that the program will not always catch every misspelled word, and it will sometimes flag correctly spelled words as incorrect. Proper nouns, technical terms, and abbreviations will usually be flagged as incorrect unless you provide a list of these terms in a separate word file.
The command is normally invoked as follows:
$ SPELL filenameAn optional personal dictionary file can be included, which can contain any proper names or abbreviations. To make your own word file you would use a standard editor, such as DECTPU, to create a text file with the type .
TXT
. The text file must conform to the following rules:
$ WORDS your_word_file.txt personal_dictionary.wrdThis creates a word file with the type .
WRD
. Now you're ready to run SPELL
. To use your own personal dictionary, you would enter the following command:
$ SPELL file_to_be_checked personal_dictionary.wrd
Generated with CERN WebMaker