[Uim] How to customize uim / ELatin for better mathematics support?

Etsushi Kato ek.kato at gmail.com
Mon Aug 12 07:29:52 PDT 2013


On Mon, Aug 12, 2013 at 10:20 PM, Michiel Helvensteijn
<mhelvens at gmail.com> wrote:
> A request: I imagine it wouldn't be too hard keep using the default
> list and limit my ~/.uim file to the personal rules that I want to
> add. I could probably figure out how, but I'm not that familiar with
> Scheme (let alone the uim codebase) and it would take me some time.
> Could you show me the code for this?

Sure.  Following code should append self-customized rule to the default rule.

$ cat ~/.uim
(require-module "elatin")
(elatin-define-rules my-elatin-rules-TeX
 ("\\italicA" ("𝐴"))
 )
(append! elatin-rules-TeX my-elatin-rules-TeX)


By the way, this list on freedesktop.org is obsolete, and please use
google groups at uim.googlecode.com (although it is not very active).

Cheers,
Etsushi


More information about the uim mailing list