Graphics, Figures & TablesError: Not enough room in an internal buffer

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
PinguinofG
Posts: 3
Joined: Tue Jan 24, 2017 7:00 pm

Error: Not enough room in an internal buffer

Post by PinguinofG »

Hello Community!

I'm trying to create a poster for an Exhibition. Everything worked just fine, until I tried to compile and create the .PDF file. I get the error message "pdflatex.exe: Not enough room in an internal buffer.". I did some research and it looks like the error occurs if the path is too long. I think this is not the case... Would be great if someont could help me out with this one.
If you need something else (error files, etc.) please just let me know.

Thank you all!

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Error: Not enough room in an internal buffer

Post by Stefan Kottwitz »

Welcome to the forum!

Please provide your code that results in that error. I guess there may be a special character in the file name.

Stefan
LaTeX.org admin
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Error: Not enough room in an internal buffer

Post by Johannes_B »

Welcome,

place the word Wombat directly behind \begin{document} and add \end{document}.

Compile again. Does it work now? If not, the problem is in your preamble and we need to see it. If it compiles just fine, move the \end{document} down, step by step with compile runs inbetween. At some point, it will stop working and you have found the block that causes the problem. Copy past that block into a new document, add your preamble at the begining, do another compile run. Error persists? Show us that file and the log file.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
PinguinofG
Posts: 3
Joined: Tue Jan 24, 2017 7:00 pm

Error: Not enough room in an internal buffer

Post by PinguinofG »

Hello and Thank you for the warm welcome!
I did what you said, but it doesn't compile with the "Wombat" test either ;)

So here is my code (lots of ipsum lorem, as I'm not done yet):

Code: Select all

Code, edit and compile here:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Dreuw & Deselaer's Poster
% LaTeX Template
% Version 1.0 (11/04/13)
%
% Created by:
% Philippe Dreuw and Thomas Deselaers
% http://www-i6.informatik.rwth-aachen.de/~dreuw/latexbeamerposter.php
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[final,hyperref={pdfpagelabels=false}]{beamer}
\usepackage[orientation=portrait,size=a0,scale=1.4]{beamerposter} % Use the beamerposter package for laying out the poster with a portrait orientation and an a0 paper size
\usetheme{UwbHci} % Use the I6pd2 theme supplied with this template
\usepackage[english]{babel} % English language/hyphenation
%\pdfpageattr {/Group << /S /Transparency /I true /CS /DeviceRGB>>}
\immediate\pdfobj stream attr{/N 3} file{sRGB-Profile.icc}
\pdfcatalog{%
/OutputIntents [ <<
/Type /OutputIntent
/S/GTS_PDFA1
/DestOutputProfile \the\pdflastobj\space 0 R
/OutputConditionIdentifier (sRGB IEC61966-2.1)
/Info(sRGB IEC61966-2.1)
>> ]
}
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Last edited by Stefan Kottwitz on Tue Jan 24, 2017 9:40 pm, edited 2 times in total.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Error: Not enough room in an internal buffer

Post by Stefan Kottwitz »

There's a lot of errors, possibly because you posted a big code but not all details.
  • included images not found (not posted, could be attached)
  • theme UwbHc is unknown (you may have it, but not we, and it's not attached)
  • error in the bibliography (Use of \@item doesn't match its definition)
  • \justifying is undefined (it exists in the beamer class)
  • adjustwidth is undefined (it exists in the changepage package)
  • a pdf error (pdfTeX error (ext5): cannot open file for embedding.
    l.32 ...j stream attr{/N 3} file{sRGB-Profile.icc})
But I don't see the error message you posted. Can you post a Infominimal working example that actually produces this error?

Stefan
LaTeX.org admin
PinguinofG
Posts: 3
Joined: Tue Jan 24, 2017 7:00 pm

Error: Not enough room in an internal buffer

Post by PinguinofG »

Hi Stefan!

I found the error. The problem was, that I downloaded the template via GitHub and that the folder it was in was named very strange and was a subfolder of the same folder with the same name. I renamed the folders and it worked just fine!
Thank you all for your help and patience with a novice user ;)

Have a nice evening,
Phil
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Error: Not enough room in an internal buffer

Post by Stefan Kottwitz »

Hi Phil,

nice to hear that you found the cause and it works now! I mark the topic as solved.
By the way, where on github did you find this template?

Stefan
LaTeX.org admin
Post Reply