home *** CD-ROM | disk | FTP | other *** search
- The AutoSpller
-
- The AutoSpeller is a terminate-and-stay-resident (TSR) program. It
- provides the on-line spelling check function. The AutoSpeller is
- useful especially when use LaTex.
-
- LaTex is a wide-ly used tool on academic publishing. Although the Tex
- language can be input by only ASCII character set, but there is no
- on-line spelling tool to apply on text editor likes PE2.
-
- I wrote a resident program with MASM. The program is called
- AUTOSPELLER since it can on-line spell your typing and co-operate with
- many text editors.
-
- To use the autospeller, first reside the program into memory. Then
- enter a text editor. After entering a text editor, press <ctrl> key
- three times. You will find, if you type a word, the word is checked
- spell. When you want to disable the autospeller, just press <ctrl> key
- three times again.
-
- After you install the speller (by executing RESIDE.BAT), it will
- consume 60K of memory (58K for speller, 1K for autospeller).
-
- If you think the autospeller is worth, please tell me your
- recommendation. My BITNET address is dr754312@cs.nthu.edu.tw.
-
- /CHHuang (Ching-ho Huang)