Document Classesbeamer | No Room for a new Dimension Register

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
User avatar
Bozack
Posts: 117
Joined: Wed Feb 06, 2008 4:21 pm

beamer | No Room for a new Dimension Register

Post by Bozack »

Hi,

I'm making a Beamer presentation - but when I compile, 9 errors saying No room for a new \dimen shows up.

I've tried searching both the forums and generally on Google, but I didn't really found an answer.

I use the package multicol, and when I remove the package and the single multicols environment I have, only one of the errors show up (but this is not an option, I need that environment...).

I've attached my .tex file and a .log file to show the errors (with the multicol package).

I hope someone can see what's happening :) My own guess is that Beamer loads some weird package that I don't even need, which makes the error...

Btw I'm using MikTeX 2.7 and TeXnicCenter 7.01
Attachments
beamer.log
My .log file showing the errors
(44.73 KiB) Downloaded 576 times
beamer.tex
My .tex file that makes the error (note that there is two .eps files that is not attached here - just ignore those two errors)
(15.07 KiB) Downloaded 744 times
Last edited by Bozack on Fri Jun 19, 2009 1:47 pm, edited 1 time in total.
OS, LaTeX-system, editor: Arch Linux 64bit, TeXlive, Kile | Windows 10 Professional 64bit, MikTeX 4.9, TeXnicCenter 2.02 64bit

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

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: beamer | No Room for a new Dimension Register

Post by phi »

Hi,

load the etex package right at the beginning of the preamble (directly after the document class).
User avatar
Bozack
Posts: 117
Joined: Wed Feb 06, 2008 4:21 pm

Re: beamer | No Room for a new Dimension Register

Post by Bozack »

Oh, thanks! I had actually already tried loading the etex package (found some kind of fix on google with that) - but it didn't help - I didn't know it had to be loaded directly after the document class :)
OS, LaTeX-system, editor: Arch Linux 64bit, TeXlive, Kile | Windows 10 Professional 64bit, MikTeX 4.9, TeXnicCenter 2.02 64bit
mahdi-me
Posts: 4
Joined: Mon Feb 27, 2012 3:28 pm

beamer | No Room for a new Dimension Register

Post by mahdi-me »

phi wrote:Hi,

load the etex package right at the beginning of the preamble (directly after the document class).
Thank you man, this trick worked for me.
Post Reply