I'm trying to change the command \sum, using the following code:
Code: Select all
\renewcommand{\sum}{\displaystyle\sum}
Code: Select all
TeX capacity exceeded, sorry [main memory size=3000000] ...)
Code: Select all
\renewcommand{\sum}{\displaystyle\sum}
Code: Select all
TeX capacity exceeded, sorry [main memory size=3000000] ...)
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\let\oldsum\sum
\renewcommand{\sum}{\displaystyle\oldsum}
NEW: TikZ book now 40% off at Amazon.com for a short time.