I vs. i in TeXOutput

Questions concerning the different calculations performed by SARAH and the output of the information into other formats
Post Reply
Martin
Posts: 15
Joined: 10. Feb 2017, 07:31

I vs. i in TeXOutput

Post by Martin » 26. Jul 2017, 15:09

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

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: I vs. i in TeXOutput

Post by FStaub » 27. Jul 2017, 16:15

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

Post Reply