I vs. i in TeXOutput
Posted: 26. Jul 2017, 15:09
Hi,
In our model we would like to label mixing matrices and fields with a capital 'I', e.g.
and
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
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 }},
Code: Select all
{SvIm, { Description -> "CP-odd Sneutrino", LaTeX -> "\\tilde{\\nu}^{I}"}}
Thanks a lot,
Martin