Package: pgf
Version: 2.00-1
Severity: important

Check that in the following example y coordinates of points with x=5,6,7 must 
be parsing equally,
but two minuses in expression "-10e-1" causes an error, and it is parsed as 
"10e-1": 

\begin{tikzpicture}
  \draw[red,very thick]   (0,0) -- (10,0);

  \draw[color=blue,mark=+,smooth]
plot coordinates {
  (1,  1.0000E+000 )
  (3,  1.0563E+000 )
  (4, -0.6)
  (5, - 1e-00) 
  (6, -1* 10e-1) 
  (7, -10e-1) 
 };

\end{tikzpicture}


-- System Information:
Debian Release: 5.0.3
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pgf depends on:
ii  latex-xcolor        2.11-1               Easy driver-independent TeX class 
ii  texlive-latex-recom 2007.dfsg.2-1~lenny2 TeX Live: LaTeX recommended packag

pgf recommends no packages.

pgf suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to