Graphics, Figures & Tables ⇒ pgfplots | Package Installation
Re: pgfplots | Package Installation
Many thanks for your answer. I am enclosing the warning I got. I might be doing something wrong.
Best regards,
Marie
- Attachments
-
- warning.png (89.39 KiB) Viewed 6080 times
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
pgfplots | Package Installation
tlmgr
in the menu, and choose a different installation source / repository.Stefan
Re: pgfplots | Package Installation
Many thanks for your reply.
How can I choose a different installation? I am enclosing a picture of what I got.
Best regards,
Marie
- Attachments
-
- package.png (71.11 KiB) Viewed 6069 times
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
Re: pgfplots | Package Installation
Stefan
pgfplots | Package Installation
I wrote the following:
sudo tlmgr --repository=ftp://ftp.fu-berlin.de/tex/CTAN/systems/texlive/tlnet/ install pgfplots
and the terminal answered with:
tlmgr: package repository ftp://ftp.fu-berlin.de/tex/CTAN/systems/texlive/tlnet/
Is everythin Ok now?
Thanks a lot,
Marie
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
pgfplots | Package Installation
Code: Select all
kpsewhich pgfplots.sty
Stefan
pgfplots | Package Installation
Thanks for your answer.
That is what I got when I put kpsewhich pgfplots.sty on the terminal:
Code: Select all
/usr/local/texlive/2011/texmf-dist/tex/latex/pgfplots/pgfplots.sty
Best regards,
Marie
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
Re: pgfplots | Package Installation
Stefan
pgfplots | Package Installation
This is the error I get when I compile my document:
Code: Select all
ERROR: File ended while scanning use of \@argdef.
--- TeX said ---
<inserted text>
\par
l.29 \usepackage
{tabu}
--- HELP ---
From the .log file...
I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
I'll try to recover; but if the error is serious,
you'd better type `E' or `X' now and fix your file.
Best regards,
Marie
- Attachments
-
- pgfplots.sty
- (11.05 KiB) Downloaded 506 times
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
pgfplots | Package Installation
As I said here, remove or rename that file. An incorrect file in your document directory has priority over the correct file in
/usr/local/texlive/2011/texmf-dist/tex/latex/pgfplots/
.Stefan