Hi ML,
i am trying to figure out, why I can compile a piece of tex-code with MikTex
but fail to compile it with texlive.
This is an example:
------------------
ss{article}
\usepackage{tikz}
\usepackage{pgfplots}
\usepgfplotslibrary{groupplots}
\usetikzlibrary{calc,trees,positioning,arrows,chains,shapes.geometric,%
decorations.pathreplacing,decorations.pathmorphing,shapes,%
matrix,shapes.symbols,plotmarks,decorations.markings}
\begin{document}
\begin{tikzpicture}
\begin{groupplot}[group style={group size=1 by 2}]
\nextgroupplot
\addplot coordinates {(0,1) (1,1)};
\nextgroupplot
\addplot coordinates {(0,1) (1,1)};
% Nameing the Node with (tmp) makes this fail with texlive
\node at (rel axis cs:0.1,0.5) (tmp) {Bla};
\end{groupplot}
\end{tikzpicture}
\end{document}
------------------
The problem is, if i name the extra node (i.e. tmp) texlive compiler stucks
after:
> [Loading MPS to PDF converter (version 2006.09.02).]
> )
> ! Package pgfplots Warning: Axis range for axis y is approximately empty;
> enlar
> geing it.
> ! Package pgfplots Warning: Axis range for axis y is approximately empty;
> enlar
> geing it.
[... Long time nothing.... until CTRL-C ...]
> ! Interruption.
> \pgfpl...@old@n...@impl ....@named@ch...@node@list
>
>
>
> ,{#1}}\pgfpl...@old@n...@i...
> l.19 \end{groupplot}
>
> ?
> ! Emergency stop.
Anyway, MikTex has no problems with it.
I am using:
- pdfTeX 3.1415926-1.40.10-2.2 (TeX Live 2009/Arch Linux)
- Package: pgf 2008/01/15 v2.00-cvs (rcs-revision 1.12)
Any solutions?
regards
-- Fabian Schuh
--------------------------------
Key fingerprint: DA03 EB3C 2A49 AD7D 6128 9168 F253 8A4B 282D 6238
signature.asc
Description: Digital signature
------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________ Pgfplots-features mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pgfplots-features
