[openi18n-im:01402] Re: latex input mode

James Cloos <[email protected]> Sat, 28 May 2005 14:39:01 -0400
Newsgroups gmane.comp.internationalization.input-methods
Message-ID <[email protected]>
There is a small bugglet in the generation of latex.utf file in that tar.

LaTeX commands such as \mathbb, \mathcal and \mathfrak take an
argument but the latex.utf file has them w/o their arg.

As an example, these lines are the first three I noticed:

,-- excert from iiimf-latex/latex.utf
| \mathbb      ℂ
| \mathcal     ℇ
| \mathfrak    ℌ
`--

those ought to be

,-- fixed excerpt as above
| \mathbb{C}   ℂ
| \mathcal{E}  ℇ
| \mathfrak{H} ℌ
`--

Interestingly, \sqrt -- which takes an optional arg -- is correct:

,-- excert from iiimf-latex/latex.utf
| \surd        √
| \sqrt[3]     ∛
| \sqrt[4]     ∜
`--

although \sqrt itself -- should look like \surd -- is missing.

Finally, \(spade|heart|diamond|club)suit are duplicated.

Otherwise it looks good.

-JimC
-- 
James H. Cloos, Jr. <[email protected]>