Hi
I have a problem in Latex that while I am wirting a number of equations in mathnode using $ sign after three equations Latex refuse to compile and say
! TeX capacity exceeded, sorry [main memory size=1500000].
Any idea how to remove this error?
Best Wishes
General ⇒ Latex Memory error
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Latex Memory error
Probably you have an infinite loop somewhere. Please post your source.
Joseph Wright
Re: Latex Memory error
What do you mean by source? You mean the latex script. Well I tried to remove \boldsymbol by \mathbf and it solved the problem.
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Latex Memory error
The source is your file, which hopefully looks something like
Code: Select all
\documentclass{article}
\begin{document}
Some text $y=mx+c$
\end{document}
Joseph Wright