Hi Alice,

thank you for sending the log file! It's good to hear it worked out :)
The solution with the makefile is certainly a good idea.

And here is what I've been looking for: your plotten.log contains the lines

(/usr/share/texmf-texlive/tex/latex/pgfplots/pgfplots.sty
Package: pgfplots 2009/02/14 Version 1.2.2

which indicate that a) the file from your system's installation has been 
used and b) the version is older than 1.3 . Generally, an inspection of 
log files is very useful to check if a package installation succeeded.

Best regards

Christian

Am 08.09.2010 14:10, schrieb Alice Lieberwirth:
> Hi Christian,
> here is the log-file of pdflatex of the examples, yesterday I tried to reset 
> the variable TEXINPUTS too, than the process worked finally! So I will put 
> the command in my Makefile, even if this causes, that the variable is that 
> over and over again (I don't need it this time for anything else, so what? :))
>
> Thanks anyway!
> Alice
>
>
> -------- Original-Nachricht --------
>> Datum: Tue, 07 Sep 2010 16:38:16 +0200
>> Von: Christian Feuersaenger<chr.feuersaen...@arcor.de>
>> An: Alice Lieberwirth<al...@streber24.de>
>> Betreff: Re: [Pgfplots-features] pgfplotsset-error with a given example
>
>> Dear Alice,
>>
>> I fear the version numbers of the APT packages are not necessarily the
>> correct ones here... especially the output for pgfplots is missing.
>>
>> However, the .log file generated after running with the \listfiles
>> command might be a real help.
>>
>> Best regards
>>
>> Christian
>>
>> Am 07.09.2010 10:31, schrieb Alice Lieberwirth:
>>> Hi Christian,
>>> thanks for answer, but I don't think, that this is the problem. I let
>> aptitude show me the versions with
>>>
>>> aptitude show texlive-base tex-common tex pgf
>>>
>>> answer is attached, when using the "listfiles"-command before the
>> document, pdflatex-ing show's me this as first line:
>>>
>>> This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
>>>    \write18 enabled.
>>> entering extended mode
>>>
>>> and so on. So: Is there maybe any information about that
>> TEXINPUTS-variable? I never worked with it before, maybe the fault is really 
>> in that step
>> :)
>>>
>>> Greets
>>> Alice
>>>
>>>
>>>
>>> -------- Original-Nachricht --------
>>>> Datum: Wed, 01 Sep 2010 19:59:53 +0200
>>>> Von: Christian Feuersaenger<chr.feuersaen...@arcor.de>
>>>> An: pgfplots-features@lists.sourceforge.net
>>>> Betreff: Re: [Pgfplots-features] pgfplotsset-error with a given example
>>>
>>>> Dear Alice Lieberwirth,
>>>>
>>>> I have the impression that latex still does not find the installed
>>>> package... it sounds as if it is using an old version. The
>>>> /pgfplots/compat key was introduced in version 1.3, so your latex is
>>>> probably using version 1.2.2 .
>>>>
>>>> You can verify your installation by inspecting the .log file -- it
>>>> should, at some point, contain version information about the pgfplots
>>>> package (provide the '\listfiles' macro as first command before
>>>> \begin{document} to trigger further information about package
>> versions).
>>>>
>>>> In case it turns out that the package is, indeed, not yet found:
>>>> make sure you are running pdflatex from the very same shell where you
>>>> assigned the TEXINPUTS variable. Perhaps the TEXINPUTS variable was not
>>>> in considered?
>>>>
>>>> In the hope of being helpful,
>>>>
>>>> Christian
>>>>
>>>>
>>>> Am 01.09.2010 11:39, schrieb Alice Lieberwirth:
>>>>> Hi!
>>>>> A friend told me this morning of the pgfplot-package, I downloaded and
>>>> "installed" it on my Ubuntu like discribed (putting the source-files in
>> a
>>>> folders of my choice and telling in a shell 'export
>>>> TEXINPUTS=/choosen/folder//:', same way for TEXDOCS). 2D-Examples are
>> working fine. Now I tried a
>>>> 3D-Plot from the webpage http://pgfplots.sourceforge.net/, namely
>> example
>>>> 113, code from the pgfplot-pdf:
>>>>>
>>>>> % Preamble: \pgfplotsset{width=7cm,compat=1.3}
>>>>> \begin{tikzpicture}
>>>>> \begin{axis}[view={60}{30}]
>>>>>            \addplot3[surf,shader=flat,
>>>>>                    samples=20,
>>>>>            domain=-1:0,y domain=0:2*pi,
>>>>>            z buffer=sort]
>>>>>            ({sqrt(1-x^2) * cos(deg(y))},
>>>>>                    {sqrt( 1-x^2 ) * sin(deg(y))},
>>>>>                    x);
>>>>> \end{axis}
>>>>> \end{tikzpicture}
>>>>>
>>>>> To avoid typing errors I even downloaded the tex-source of the example
>>>> and pdflatex-ed it, but whatever method I choose, the same error
>> appears
>>>> when pdflatex-ing:
>>>>>
>>>>> ! Package pgfkeys Error: I do not know the key '/pgfplots/compat' and
>> I
>>>> am goin
>>>>> g to ignore it. Perhaps you misspelled it.
>>>>>
>>>>> Because I couldn't find a solution or even the same error via google,
>> I
>>>> subscribed here. Does anyone know, what I did wrong or what I can do
>>>> against this error?
>>>>>
>>>>> Thanks Folks!
>>>>
>>>>
>>>>
>> ------------------------------------------------------------------------------
>>>> This SF.net Dev2Dev email is sponsored by:
>>>>
>>>> Show off your parallel programming skills.
>>>> Enter the Intel(R) Threading Challenge 2010.
>>>> http://p.sf.net/sfu/intel-thread-sfd
>>>> _______________________________________________
>>>> Pgfplots-features mailing list
>>>> Pgfplots-features@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/pgfplots-features
>>>
>>
>


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to