Graphics, Figures & Tablespicinpar/picins - No room for a new \count?

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
ronank
Posts: 9
Joined: Sat Jul 24, 2010 8:00 pm

picinpar/picins - No room for a new \count?

Post by ronank »

I'm trying to use either the picinpar or picins packages, but when I include them in my document, I get an error "No room for a new \count". I guess this means that these packages are defining more counters than TeX can handle, but I'm not sure what to do about it. (I know these packages are obsolete, but I can't find any other way to display graphics inline.)

I'm using TexShop 2.36 on a Mac. Can anyone help?

Thanks,

Rónán
Last edited by ronank on Sun Jul 25, 2010 9:02 pm, edited 1 time in total.

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: 10335
Joined: Mon Mar 10, 2008 9:44 pm

picinpar/picins - No room for a new \count?

Post by Stefan Kottwitz »

Hi Rónán,

welcome to the board!
You could try eTeX:

Code: Select all

\usepackage{etex}
Stefan
LaTeX.org admin
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: picinpar/picins - No room for a new \count?

Post by josephwright »

Just to add that you need to load etex before the package that uses up the counts, so before picins in this case.
Joseph Wright
ronank
Posts: 9
Joined: Sat Jul 24, 2010 8:00 pm

Re: picinpar/picins - No room for a new \count?

Post by ronank »

etex does the job - thanks! :)

Rónán
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

picinpar/picins - No room for a new \count?

Post by localghost »

Now that the problem is solved, please mark the topic accordingly as described in Section 3 of the Board Rules.


Best regards
Thorsten
ronank
Posts: 9
Joined: Sat Jul 24, 2010 8:00 pm

picinpar/picins - No room for a new \count?

Post by ronank »

localghost wrote:Now that the problem is solved, please mark the topic accordingly as described in Section 3 of the Board Rules.
Done! :mrgreen:
Post Reply