Page 1 of 1

I vs. i in TeXOutput

Posted: 26. Jul 2017, 15:09
by Martin
Hi,

In our model we would like to label mixing matrices and fields with a capital 'I', e.g.

Code: Select all

{ZVI, { LaTeX -> "Z^I",  OutputName -> ZVI,	LesHouches -> ZVI }},
and

Code: Select all

{SvIm, { Description -> "CP-odd Sneutrino", LaTeX -> "\\tilde{\\nu}^{I}"}}
Unfortunately in the TeX-file generated the capital 'I' ar replaced by a small 'i' which can be easily confused with a summation index 'i' . Is there a bug or can I enforce it to stay an I. If I use R instead of I it remains a capital R in TeX and does not turn into an r.

Thanks a lot,
Martin

Re: I vs. i in TeXOutput

Posted: 27. Jul 2017, 16:15
by FStaub
Hi,

I need to check, but I guess the reason is that the internal TeXForm definition if "I" of Mathematica is "i". I'll see if this can be somehow overwritten.

Cheers,
Florian