Timeline for Switch to `\displaystyle` in superscripts (automatic `\limits`)
Current License: CC BY-SA 4.0
19 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 15, 2022 at 3:24 | comment | added | Jollywatt | How can I get this to work for integrals? And with unicode-math? ANSWER: See tex.stackexchange.com/a/65335/105570 | |
| Dec 31, 2018 at 19:37 | comment | added | user4686 | looks like a good idea, see you next year! | |
| Dec 31, 2018 at 16:52 | history | edited | Circumscribe | CC BY-SA 4.0 | Changed some words and aligned comments in code |
| Dec 31, 2018 at 16:42 | comment | added | Circumscribe | @jfbu: I actually decided to overhaul the answer somewhat. I think the solution that uses \if@display is superior to the one with \everydisplay (even though \if@display is also defined through \everydisplay). I am now using \sum@ and I also added another solution that affects all operators, and which I only thought of some moments ago. | |
| Dec 31, 2018 at 16:39 | history | edited | Circumscribe | CC BY-SA 4.0 | The \if@display solution is actually better, I should present that as the main solution and the other one as the alternative. |
| Dec 31, 2018 at 16:25 | history | edited | Circumscribe | CC BY-SA 4.0 | Fixed typo |
| Dec 31, 2018 at 16:16 | history | edited | Circumscribe | CC BY-SA 4.0 | First solution made compatible with amsmath magic dots, new solution added |
| Dec 31, 2018 at 15:11 | comment | added | user4686 | ok, the amsmath has not only \sum@ but \coprod@, ..., \prod@,....\bigsqcup@ | |
| Dec 31, 2018 at 15:10 | comment | added | Circumscribe | @jfbu: I actually used \edef\sum{\sum\limits} before (also works with amsmath, not without), but decided to post a solution that can easily be adapted to work for other symbols. | |
| Dec 31, 2018 at 15:09 | comment | added | user4686 | another +1 for correct handling of \everydisplay many answers simply overwrite it... | |
| Dec 31, 2018 at 15:07 | comment | added | user4686 | I think you could use (with amsmath) \def\sum{\DOTSB\sum@\limits} sparing you definition of \sum@beforelimitmodification (untested, just looking at amsmath.dtx) (now tested, seems ok) | |
| Dec 31, 2018 at 15:05 | history | edited | Circumscribe | CC BY-SA 4.0 | Forgot \makeatother |
| Dec 30, 2018 at 16:31 | history | edited | Circumscribe | CC BY-SA 4.0 | Formatting improved |
| Dec 27, 2018 at 8:42 | history | edited | Circumscribe | CC BY-SA 4.0 | Back to the original solution |
| Dec 27, 2018 at 0:26 | history | edited | Circumscribe | CC BY-SA 4.0 | This method is more likely to work for other characters |
| Dec 27, 2018 at 0:20 | history | edited | Circumscribe | CC BY-SA 4.0 | deleted 31 characters in body |
| Dec 27, 2018 at 0:12 | history | edited | Circumscribe | CC BY-SA 4.0 | Now using \if@display |
| Dec 26, 2018 at 23:51 | history | edited | Circumscribe | CC BY-SA 4.0 | Removed unnecessary \expandafter |
| Dec 26, 2018 at 23:35 | history | answered | Circumscribe | CC BY-SA 4.0 |