jlatexmath icon indicating copy to clipboard operation
jlatexmath copied to clipboard

\intop_x is incorrect in experimental branch

Open Sean2358 opened this issue 5 years ago • 7 comments

hi, i use experimental branch. i found \intop is incorrect when over script is null, for example \intop_1. after \intop_1 is called, \intop is wrong too

Sean2358 avatar Jun 11 '19 07:06 Sean2358

Please post screenshots for both those + precise LaTeX code

murkle avatar Jun 11 '19 07:06 murkle

I'm sorry, my chrome browser couldn't upload image, may be network reasons. The precise LaTex code is '\intop_1'

Sean2358 avatar Jun 11 '19 08:06 Sean2358

image image

Sean2358 avatar Jun 11 '19 08:06 Sean2358

Please confirm that \intop_1^\phantom{2}

  1. works
  2. is what you'd like \intop_1 to look like

murkle avatar Jun 11 '19 08:06 murkle

  1. it works

  2. I'd like \intop to look like
    image

but after \intop_1, rerun \intop changed image

Sean2358 avatar Jun 11 '19 08:06 Sean2358

You can use \int if it's without limits

murkle avatar Jun 11 '19 08:06 murkle

Thanks very much. For \intop, I guess it was because of BigOperatorAtom class, which set italic correction to be false image However, I meet the same situation when use \int, but not the same reason.
And i could't reproduce it in development environment. image This cause the over script shift left. image

Sean2358 avatar Jun 11 '19 09:06 Sean2358