Graphics, Figures & Tables ⇒ pgfplots | Package Installation
pgfplots | Package Installation
I have just removed the wrong file, which I took from my document directory. Is this the document I need?
http://www.tex.ac.uk/ctan/graphics/pgf/ ... fplots.sty
Thanks a lot,
Marie
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
Re: pgfplots | Package Installation
Stefan
pgfplots | Package Installation
Unfortunately I cannot compile the document. That is the answer I got:
Code: Select all
ERROR: No room for a new \dimen .
--- TeX said ---
\ch@ck ...\else \errmessage {No room for a new #3}
\fi
l.62 \newdimen\pgfplots@zmax@reg
--- HELP ---
From the .log file...
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.
Best regards,
Marie
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
pgfplots | Package Installation
Why do you ask all questions again?
I guess you understand if I now don't answer repeated questions any more.
Stefan
Re: pgfplots | Package Installation
Thanks for your clarification.
I know I had already asked that question. The problem is the following:
I can compile my document if I write "%\usepackage{pgfplots}". If I write "\usepackage{pgfplots}", my document cannot be compiled. The thing is that I need that package for my graphics. I thought that the problem had been solved, but apparently I am having problems again.
Best regards,
Marie
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
pgfplots | Package Installation
Code: Select all
\usepackage{etex}
pgfplots | Package Installation
That is the package I added the first time you told me.
My code is the following:
Code: Select all
\documentclass[12pt%
%,draft%
,twoside%
,BCOR10mm%
,bibtotocnumbered
]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[spanish,ngerman,catalan,english]{babel}
\usepackage{color}
\usepackage[round]{natbib}
%\usepackage{fixme}
\usepackage{booktabs}
\usepackage{url}
\usepackage{paralist}
\usepackage{mystyle}
\usepackage{acronym}
\usepackage{graphicx}
\usepackage{appendix}
\usepackage{longtable}
\usepackage{color}
\usepackage{rotating}
\usepackage{tabularx}
\usepackage{enumitem}
\usepackage{caption}
\usepackage{pgfplots}
\usepackage{tabu}
\usepackage{lscape}
\usepackage{textcomp}
\usepackage{pdflscape}
\usepackage{geometry}
\usepackage{etex}
\addto\captionsspanish{%
\renewcommand{\listfigurename}{Índice de Figuras}
\renewcommand{\listtablename}{Índice de Tablas}
\renewcommand{\figurename}{Figura}
\renewcommand{\tablename}{Tabla}
\renewcommand{\appendixname}{Apéndices}
\renewcommand{\appendixtocname}{Apéndices}
\renewcommand{\appendixpagename}{Apéndices}}
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
%\listofgraficos
\DeclareCaptionType{grafico}[Gr\'afico][\'Indice de Gr\'aficos]
\begin{document}
\end{document}
%%% emacs stuff %%%
%%% Local Variables:
%%% TeX-PDF-mode: t
%%% mode: auto-fill
%%% ispell-local-dictionary: "castellano8"
%%% eval: (set-input-method "spanish-prefix")
%%% TeX-master: t
%%% End:
Marie
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
pgfplots | Package Installation
\usepackage{mystyle}
). There's just no text yet.Stefan
pgfplots | Package Installation
I still get an error by compiling the document:
Code: Select all
RROR: No room for a new \dimen .
--- TeX said ---
\ch@ck ...\else \errmessage {No room for a new #3}
\fi
l.62 \newdimen\pgfplots@zmax@reg
--- HELP ---
From the .log file...
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.
Thanks in advance,
Marie
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
pgfplots | Package Installation
\listfiles
and compile again. If an error occurs, press enter for continuing. Finally post the .log file here as attachment.Stefan