to make the sum symbols in display style. But it’s too annoying to add display() when I write many fractions. Is there a more convenient way to achieve this?
I find a problem. The show rule will apply to the fractions at the upper and lower index positions like x^(1/2) and make the fraction too big. How can I avoid this while using this rule.
I think adding a state variable which controls whether the show rule is applied or not would be the way to do it. Then another show rule (or rules) would set the state to true or false.
I gave a crack at it but got lost in show rules and didn’t make any progress. I’ll leave it here in the off chance that it helps someone else, but know that it does not work.