GeneralError using multicol package

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mateovasco
Posts: 10
Joined: Wed Mar 19, 2008 11:04 pm

Error using multicol package

Post by mateovasco »

Hi!...

When I declare the multicol package using in the preamble (without using the multicols enviroment into the document doby), LaTeX sohws me an error.


! No room for a new \dimen .
\ch@ck ...\else \errmessage {No room for a new #3}
\fi
l.1253 \newdimen\MPscratchDim
% will be assigned global
This error message was generated by an \errmessage
command, so I can't give any explicit help.
Pretend that you're Hercule Poirot: Examine all clues,
and deduce the truth by order and method.

\MPscratchDim=\dimen234
\MPnumerator=\count141
\everyMPtoPDFconversion=\toks31
) [1


Have you an idea of wht's happening???


If it helps, this is my preamble:

\documentclass[10pt]{book}

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[spanish]{babel}
\DeclareFixedFont{\fiverm}{OT1}{cmr}{m}{n}{5pt}
\input{prepictex}
\input{pictex}
\input{postpictex}
\usepackage{enumerate}%para viñenas y numeraciones
\usepackage{amsmath}%para ecuaciones alineadas y demás simbolos
\usepackage{numprint}%para separadores de miles
\usepackage{color}%para cajas de colores
\usepackage{multicol}%para las columnas
\definecolor{gris-claro}{cmyk}{0,0,0,0.30}
\newcommand{\solucion}{\colorbox{gris-claro}{Solución:}}

\npthousandsep{.}\npthousandthpartsep{}\npdecimalsign{,}
\usepackage{eco}%% old style numbers




\title{\textbf{Ejercicios Resueltos de Matemáticas Financieras\\Universidad EAFIT}}
\author{Mateo Vasco Correa\thanks{Monitor del Departamento de Finanzas de la Universidad EAFIT}}
\date{}

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 using multicol package

Post by Stefan Kottwitz »

Hi,

I wouldn't use pictex, it requires too much resources, that's why the error No room for a new \dimen could occur easily.

Stefan
LaTeX.org admin
Post Reply