source: git/doc/HOWTO.ispell @ ab7174f

spielwiese
Last change on this file since ab7174f was ab7174f, checked in by Max Horn <max@…>, 4 years ago
Remove executable bit from some files ... and ensure that libpolys-config is always executable
  • Property mode set to 100644
File size: 751 bytes
Line 
1I used ispell from cygwin, since /usr/bin/ispell on monty
2does not support HTML file type.
3The main dictionary is 2-0/doc/singular.dic.
4First, make install in 2-0/doc, then go to the
5directory 2-0/doc/html and run it like this:
6
7ispell -p ../singular.dic -H -B -khtmlcheck  sing_82[0-9].htm
8
9-H option tells ispell interpret input as html,
10-khtmlcheck disables checkins spelling in ALT-flags (there's
11plenty of TeX code and it nerves)
12-B option tells that ispell should report run-together words
13
14In order to fill the dictionary with Singular commands,
15I started from the very end of the Manual and proceed
16in "10 files" portions. The libraries (in huge quantities!)
17are sitting also in the second part of the Manual.
18
19Best luck,
20Viktor Levandovskyy.
Note: See TracBrowser for help on using the repository browser.