Package: pgf
Version: 1.00-1
Severity: important

The pgf package seems to misplace \pgfnodebox{...} boxes (or arrows)
when defining nodes and connecting them. The problem is easy to
reproduce, here is an example:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,12pt]{article}

\usepackage[T1]{fontenc}
\usepackage{pgf}

\begin{document}


\begin{pgfpicture}
 \pgfsetxvec{\pgfpoint{8cm}{0cm}}
 \pgfsetyvec{\pgfpoint{0cm}{8cm}}
  
  \pgfnodebox{ltype}[virtual]{\pgforigin}{$\lambda_{\rightarrow}$}{1pt}{1pt}
  
\pgfnodebox{lpi}[virtual]{\pgfrelative{\pgfxy(1,0)}{\pgfnodecenter{ltype}}}{$\lambda
 \Pi $}{1pt}{1pt}
  
\pgfnodebox{lombarre}[virtual]{\pgfrelative{\pgfxy(0.3,0.3)}{\pgfnodecenter{ltype}}}{$\lambda{\underline{\omega}}$}{1pt}{1pt}
  
\pgfnodebox{lpiombarre}[virtual]{\pgfrelative{\pgfxy(1.3,0.3)}{\pgfnodecenter{ltype}}}{$\lambda\Pi{\underline{\omega}}$}{1pt}{1pt}
  
\pgfnodebox{sysF}[virtual]{\pgfrelative{\pgfxy(0,1)}{\pgfnodecenter{ltype}}}{$F$}{1pt}{1pt}
  
\pgfnodebox{lpi2}[virtual]{\pgfrelative{\pgfxy(1,1)}{\pgfnodecenter{ltype}}}{$\lambda
 \Pi 2$}{1pt}{1pt}
  
\pgfnodebox{Fom}[virtual]{\pgfrelative{\pgfxy(0.3,1.3)}{\pgfnodecenter{ltype}}}{$F_{\omega}$}{1pt}{1pt}
  
\pgfnodebox{CC}[virtual]{\pgfrelative{\pgfxy(1.3,1.3)}{\pgfnodecenter{ltype}}}{$\lambda
 C$}{1pt}{1pt}
  

  \pgfsetendarrow{\pgfarrowto}

  \pgfnodeconnline{ltype}{lombarre}
  \pgfnodeconnline{ltype}{lpi}
  \pgfnodeconnline{ltype}{sysF}
  \pgfnodeconnline{lpi}{lpiombarre}
  \pgfnodeconnline{lpi}{lpi2}
  \pgfnodeconnline{lombarre}{lpiombarre}
  \pgfnodeconnline{lombarre}{Fom}
  \pgfnodeconnline{lpiombarre}{CC}
  \pgfnodeconnline{sysF}{Fom}
  \pgfnodeconnline{sysF}{lpi2}
  \pgfnodeconnline{lpi2}{CC}
  \pgfnodeconnline{Fom}{CC}
  
\end{pgfpicture}

\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

The Changelog of pgf-1.01 on sourceforge mentions a bugfix for
misplaced boxes in compatibility mode. I will try to see if this bug
is indeed the culprit, but I guess it is a good idea to put the pgf
package in sync with the latest upstream version.
Thanks in advance.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages pgf depends on:
ii  latex-xcolor                  2.00-2     Easy driver-independent TeX class 
ii  tetex-base                    3.0-15     Basic library files of teTeX

pgf recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to