Graphics, Figures & Tablespgfplots | Package Installation

Information and discussion about graphics, figures & tables in LaTeX documents.
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

pgfplots | Package Installation

Post by marie2011 »

Hi Stefan,

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

Re: pgfplots | Package Installation

Post by Stefan Kottwitz »

Yes, I think that's it, but you don't need to download it as you already installed it using tlmgr. Now as you deleted the wrong copy, compile again.

Stefan
LaTeX.org admin
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

pgfplots | Package Installation

Post by marie2011 »

Hi Stefan,

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.
Many thanks in advance.

Best regards,

Marie
User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

pgfplots | Package Installation

Post by Stefan Kottwitz »

Do you remember, that you already got and fixed that error message? Have a look at your solved topic: Error by compiling. Both the problem with the wrong pgfplots.sty and the error message "No room for a new \dimen" have already been solved.

Why do you ask all questions again?

I guess you understand if I now don't answer repeated questions any more.

Stefan
LaTeX.org admin
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

Re: pgfplots | Package Installation

Post by marie2011 »

Hi Stefan,

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
User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

pgfplots | Package Installation

Post by Stefan Kottwitz »

So add again

Code: Select all

\usepackage{etex}
Stefan
LaTeX.org admin
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

pgfplots | Package Installation

Post by marie2011 »

Hi Stefan,

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:

Many thanks in advance,

Marie
User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

pgfplots | Package Installation

Post by Stefan Kottwitz »

And what is the problem now? Does this produce the error message or any other? It runs for me (without \usepackage{mystyle}). There's just no text yet.

Stefan
LaTeX.org admin
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

pgfplots | Package Installation

Post by marie2011 »

Hi Stefan,

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.
I do not understand why you can compile it and I am not able to do it.

Thanks in advance,

Marie
User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

pgfplots | Package Installation

Post by Stefan Kottwitz »

Ok, I just don't got this error when I compiled your document. Could you please add the command \listfiles and compile again. If an error occurs, press enter for continuing. Finally post the .log file here as attachment.

Stefan
LaTeX.org admin
Post Reply