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.

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

Stefan Kottwitz
Site Admin
Posts: 10324
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

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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)
>> ]
}

\usepackage{amsmath,amsthm,amssymb,latexsym} % For including math equations, theorems, symbols, etc

%\usepackage{times}\usefonttheme{professionalfonts}  % Uncomment to use Times as the main font
%\usefonttheme[onlymath]{serif} % Uncomment to use a Serif font within math environments

%\boldmath % Use bold for everything within the math environment

\usepackage{booktabs} % Top and bottom rules for tables

\graphicspath{{figures/}} % Location of the graphics files

\usecaptiontemplate{\small\structure{\insertcaptionname~\insertcaptionnumber: }\insertcaption} % A fix for figure numbering

%----------------------------------------------------------------------------------------
%	TITLE SECTION 
%----------------------------------------------------------------------------------------

\title{MCS Projekt "Nutzungspattern und Sweet Metaphors\\[.5ex] \large{Explorieren, Menüselektion, Wegpunkte und Center setzen und Zuordnen von Informationen in 3D Home Plannern}} % Poster title

% \title{FaceBo\\[1ex] \large{Real-Time Face and Body Tracking for Faithful Avatar Synthesis}}

\author{Beate Hartwig, Julian Müller, Philipp Roth} % Author(s)

%----------------------------------------------------------------------------------------
%	FOOTER TEXT
%----------------------------------------------------------------------------------------

%\newcommand{\leftfoot}{http://www.LaTeXTemplates.com} % Left footer text

\newcommand{\rightfoot}{\href{mailto:philipp.roth@stud-mail.uni-wuerzburg.de}{philipp.roth@stud-mail.uni-wuerzburg.de}} % Right footer text

%----------------------------------------------------------------------------------------

\begin{document}

%Left and right margins inside blocks
\addtobeamertemplate{block begin}
  {}
  {\begin{adjustwidth}{2cm}{2cm}}
  
\addtobeamertemplate{block end}
  {\end{adjustwidth}}% White space under blocks
  {\vspace*{2ex}}

\begin{frame}[t] % The whole poster is enclosed in one beamer frame

\begin{columns}[t] % The whole poster consists of two major columns, each of which can be subdivided further with another \begin{columns} block - the [t] argument aligns each column's content to the top

\begin{column}{.02\paperwidth}\end{column} % Empty spacer column

\begin{column}{.46\paperwidth} % The first column

%----------------------------------------------------------------------------------------
%	OBJECTIVES
%----------------------------------------------------------------------------------------

\begin{block}{Objectives}

\begin{enumerate}
\justifying %Justification (Blocksatz) for itemize, enumerate, and description has to be set manually
\item Evaluate different 3D-Home Planning Software in order to find out which Image Schemes are already used when looking at different usage patterns.
\item The results of the evauation as well as a literature research lead to a first iteration of a prototype that tries to use as many Image Schemes as possible to ease the use.
\item The prototype got evaulated twice by a group of students taking part in the same module and the results led to two further prototypes.
\end{enumerate}

\end{block}

%----------------------------------------------------------------------------------------
%	INTRODUCTION
%----------------------------------------------------------------------------------------
            
\begin{block}{Introduction}

Goal of the  MCS-Project Psychology "Image Schemes and usage pattern in 3D software" was, to evaluate existing 3D-software in order to find out, if  Image Schemes are already to provide intuitive use. We specialized on 3D-Home planning software, because many novices work with those programmes. Because of that, it is very important, that no long working time is required. This can be guaranteed by the use of Image Schemas.
\end{block}

%----------------------------------------------------------------------------------------
%	MATERIALS
%----------------------------------------------------------------------------------------

\begin{block}{3D Home-Planning Software tested}

\begin{columns} % Subdivide the first main column
\begin{column}{.4\textwidth} % The first subdivided column within the first main column
\begin{itemize}
\item Six different Home-Planners were tested and evaluated:
\begin{itemize}
\item Sweet Home 3D
\item Live Interior 3D
\item 5D-Planner
\item Ikea Home Planner
\item p.Con Planner
\item La-Z-Boy
\end{itemize}
\end{itemize}
\end{column}

\begin{column}{.4\textwidth} % The second subdivided column within the first main column
\centering
\begin{figure}
\includegraphics[width=0.8\linewidth]{SweetHome3DView.jpg}
\caption{Example of Sweet Home 3D}
\end{figure}
\end{column}
\end{columns} % End of the subdivision

%\begin{itemize}
%\item Curabitur sapien ligula, faucibus in feugiat quis, vestibulum a turpis.
%\begin{itemize}
%\item Phasellus quis nunc neque. Suspendisse mauris diam, suscipit non gravida in, placerat id enim. Ut nec ipsum in lectus ultrices sagittis.
%\item Ut nec ipsum in lectus ultrices sagittis.
%\item Phasellus quis nunc neque.
%\end{itemize}
%\end{itemize}

\end{block}

%----------------------------------------------------------------------------------------
%	METHODS
%----------------------------------------------------------------------------------------

\begin{block}{Methods}

\begin{itemize}
\item Prototypes
\begin{itemize}
\item Suspendisse potenti. Fusce a est eget turpis rhoncus varius sed sed dui. Cras justo nibh, bibendum a cursus eget, consequat et dui. Maecenas vel nisl elit, sed dignissim dolor. 
\item In hac habitasse platea dictumst.
\end{itemize}

%\item Viewpoint Matching Constraints
%\begin{itemize}
%\item Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. 
%\item Proin in nisi diam.
%\item Nam ultricies pellentesque nunc, ultrices volutpat nisl ultrices a.
%\end{itemize}
%
%\item Volutpat 
%\begin{itemize}
%\item Duis semper lorem eget dui dignissim porttitor.
%\item Nulla facilisi. In ullamcorper lorem quis dolor.
%\end{itemize}
\end{itemize}

\end{block}

%----------------------------------------------------------------------------------------
%	MATHEMATICAL SECTION
%----------------------------------------------------------------------------------------

\begin{block}{Mathematical Section}

\begin{itemize}
\item Maecenas Ultricies Feugiat Velit Non Mattis.
\begin{itemize}
\item Duis ante erat, bibendum nec tempus nec, interdum quis est. Nulla at mollis tortor. Phasellus quis leo dolor, aliquam laoreet orci $X$ Donec dapibus sagittis neque eu nec, interdum quis est. $Y_n, n=1,\cdots,N$ ndum nec tempus nec, interd
\begin{align*}
X \rightarrow r(X) & = \arg \max_{c} \Big\{ \max_n \big\{ \sum_{x_i \in X} \delta(x_i,Y_{n,c})\big\} \Big\} 
\end{align*}
\item Cras faucibus scelerisque cursus. Proin ut vestibulum augue. $\delta(x_i,Y_{n,c})$
\end{itemize}
\item Fusce tempus arcu id ligula varius dictum. Donec ut nisl dui, ac consectetur elit. In nec enim porta augue venenatis sollicitudin. Phasellus quis nunc neque. Suspendisse mauris diam, suscipit non gravida in, placerat id enim. Ut nec ipsum in lectus ultrices sagittis.
\item Fusce tempus arcu id ligula varius dictum. Donec ut nisl dui, ac consectetur elit. In nec enim porta augue venenatis sollicitudin. Phasellus quis nunc neque. Suspendisse mauris diam, suscipit non gravida in, placerat id enim. Ut nec ipsum in lectus ultrices sagittis.
\end{itemize}

\end{block}

%----------------------------------------------------------------------------------------

\end{column} % End of the first column

\begin{column}{.03\paperwidth}\end{column} % Empty spacer column
 
\begin{column}{.46\paperwidth} % The second column

%----------------------------------------------------------------------------------------
%	RESULTS
%----------------------------------------------------------------------------------------

\begin{block}{Results: Table}

\begin{itemize}
\item Ased Aliquet Luctus Lectus
\end{itemize}

\begin{table}
\begin{tabular}{l l l}
\toprule
\textbf{Treatments} & \textbf{Response 1} & \textbf{Response 2}\\
\midrule
Treatment 1 & 0.0003262 & 0.562 \\
Treatment 2 & 0.0015681 & 0.910 \\
Treatment 3 & 0.0009271 & 0.296 \\
\bottomrule
\end{tabular}
\caption{Table caption}
\end{table}

\begin{itemize}
\item Sollicitudin Vel Orci
\item Maecenas Ultricies Feugiat Velit Non Mattis.
\end{itemize}

%\begin{table}
%\begin{tabular}{l l l}
%\toprule
%\textbf{Treatments} & \textbf{Response 1} & \textbf{Response 2}\\
%\midrule
%Treatment 1 & 0.0003262 & 0.562 \\
%Treatment 2 & 0.0015681 & 0.910 \\
%Treatment 3 & 0.0009271 & 0.296 \\
%\bottomrule
%\end{tabular}
%\caption{Table caption}
%\end{table}
     
\end{block}

%------------------------------------------------

\begin{block}{Results: Figure}



\vspace{1ex}
\begin{figure}[t]

\includegraphics[width=0.8\linewidth]{placeholder.jpg}
\caption{Figure caption}

\end{figure}

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam.

\end{block}

%----------------------------------------------------------------------------------------
%	CONCLUSION
%----------------------------------------------------------------------------------------

\begin{block}{Conclusion}

\begin{itemize}
\item Opet volutpat ligula. Duis semper lorem eget dui dignissim porttitor. Nulla facilisi. In ullamcorper lorem quis dolor iaculis nec egestas enim ultricies. Cras ut mauris elit, ut lacinia dui. Proin in ante et libero hendrerit iaculis.
\item Nulla eu erat a urna laoreet auctor id a turpis. Nam mollis tristique neque eu luctus. Suspendisse rutrum congue nisi sed convallis. 
%\item Aenean id neque dolor.
%\item Opet volutpat ligula. Duis semper lorem eget dui dignissim porttitor. Nulla facilisi. In ullamcorper lorem quis dolor iaculis nec egestas enim ultricies. Cras ut mauris elit, ut lacinia dui. Proin in ante et libero hendrerit iaculis.
\end{itemize}

\end{block}

%----------------------------------------------------------------------------------------
%	ACKNOWLEDGEMENTS
%----------------------------------------------------------------------------------------

\begin{block}{Acknowledgments}

\begin{itemize}
\item Nam mollis tristique neque eu luctus. Suspendisse rutrum congue nisi sed convallis. Aenean id neque dolor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.
\end{itemize}

\end{block}

%----------------------------------------------------------------------------------------
%	REFERENCES
%----------------------------------------------------------------------------------------

\begin{block}{References}
        
\nocite{*} % Insert publications even if they are not cited in the poster
\small{\bibliographystyle{unsrt}
\bibliography{sample}}

\end{block}



\end{column} % End of the second column

\begin{column}{.02\paperwidth}\end{column} % Empty spacer column

\end{columns} % End of all the columns in the poster

\end{frame} % End of the enclosing frame

\end{document}
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: 10324
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: 10324
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