GeneralLatex Memory error

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
shamoon85
Posts: 2
Joined: Wed Aug 19, 2009 3:35 am

Latex Memory error

Post by shamoon85 »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Latex Memory error

Post by josephwright »

Probably you have an infinite loop somewhere. Please post your source.
Joseph Wright
shamoon85
Posts: 2
Joined: Wed Aug 19, 2009 3:35 am

Re: Latex Memory error

Post by shamoon85 »

What do you mean by source? You mean the latex script. Well I tried to remove \boldsymbol by \mathbf and it solved the problem.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Latex Memory error

Post by josephwright »

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
Post Reply