(standard-latex-block-names): Add "math".
[emacs.git] / leim / README
blob413b7f5e3cf66a63bd67b56894463b064cc9e00a
1 This directory contains LEIM files.
2 LEIM stands for Libraries of Emacs Input Methods.
4 Contents of subdirectories are as follows.
6 CXTERM-DIC:
8 This directory contains source dictionaries (TIT format) for Chinese
9 input method distributed with cxterm (Chinese version xterm).  These
10 dictionaries are automatically converted to Quail packages (Emacs Lisp
11 source file) by `make'.
13 quail:
15 This directory contains Emacs Lisp source files for Quail packages.
17 SKK-DIC:
19 This directory contains source dictionary for Japanese input method
20 distributed with SKK (Japanese input method run with Mule).  But, you
21 don't need this file because we distribute an Emacs Lisp source file
22 skk/skkdic.el which has already been converted from the source
23 dictionary (See below).
25 ja-dic:
27 This directory contains Emacs Lisp source file ja-dic.el which is
28 generated from a source dictionary in SKK-DIC directory.  In addition,
29 it contains a byte compiled file ja-dic.elc for users convenience
30 because it takes rather long time to byte-compile ja-dic.el.