MiKTeX and proTeXt ⇒ Compiling error
Compiling error
The error is:
pdflatex.exe: Not enough room in an internal buffer
Does anyone know what is going on and how to fix it?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Compiling error
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Compiling error
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Compiling error
For anyone searching for information on this error, in my case it was due to long path names used by \graphicspath{../../folder1/folder2/etc} or \input{../../folder1/folder2/etc} with MiKTeX 2.9 in Windows XP.
Shortening the path names, the name of a folder in the path in particular, eliminated the problem.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Compiling error
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Compiling error
I'm having problem with my beamer presentation related to this post but with different symptoms...when i use this frame i get same error as previously posted...
(pdflatex.EXE: Not enough room in an internal buffer.
texify: pdflatex failed for some reason (see log file).)
Code: Select all
\begin{frame}\frametitle{Rezultati testiranja algoritma}\framesubtitle{Testovi vremenskog izvrsavanja}\begin{tikzpicture}[scale=1.2]\begin{loglogaxis}[xlabel=\tiny $|A|$,ylabel=\tiny Vrijeme izvrsavanja (u sekundama),legend style={cells={anchor=east},legend pos=outer north east,}]\addplot table[x=l,y=GG] {l GG KK KKI \\4 0.0003 0.0011 0.0011 \\8 0.0007 0.0026 0.0027 \\16 0.002 0.0062 0.0063 \\32 0.006 0.0153 0.0154 \\64 0.013 0.03 0.0288 \\128 0.031 0.066 0.059 \\256 0.066 0.135 0.115 \\512 0.142 0.2865 0.229 \\1024 0.310 0.5959 0.462 \\2048 0.664 1.2566 0.930 \\4096 1.351 2.5604 1.8544 \\8192 2.603 5.0661 3.6727 \\16384 4.787 9.6138 7.2512 \\32768 9.228 19.038 14.703 \\65536 19.211 39.830 30.1845 \\};\addlegendentry{\tiny Greedy algoritam}\addplot table[x=l,y=KK] {l GG KK KKI \\4 0.0003 0.0011 0.0011 \\8 0.0007 0.0026 0.0027 \\16 0.002 0.0062 0.0063 \\32 0.006 0.0153 0.0154 \\64 0.013 0.03 0.0288 \\128 0.031 0.066 0.059 \\256 0.066 0.135 0.115 \\512 0.142 0.2865 0.229 \\
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Compiling error
welcome to the board!
It would be good, if you would post a complete

Stefan