General ⇒ Latex Memory error
Latex Memory error
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Latex Memory error
Re: Latex Memory error
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Latex Memory error
Code: Select all
\documentclass{article}
\begin{document}
Some text $y=mx+c$
\end{document}