found 357255 0.65-1
thanks

The same issue seems to affect sarge: actually it seems that
\pgfnodebox does not behave as documented in the user guide
(see page 23 of /usr/share/doc/pgf/pgfuserguide.pdf.gz).

Steps to reproduce the bug (at least in sarge):

$ ls
test.tex
$ cat test.tex 
\documentclass[a4paper,12pt]{article}

\usepackage{pgf,pgfnodes}

\begin{document}

\pgfnodebox{Node1}[stroke]{\pgfxy(1,0.5)}{hello}{2pt}{2pt}

\end{document}
$ pdflatex test     
This is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5)
entering extended mode
(./test.tex{/usr/share/texmf/pdftex/config/pdftex.cfg}
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, greek, italian, la
tin, russian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size12.clo))
(/usr/share/texmf/tex/latex/pgf/pgf.sty
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/graphics/pdftex.def)))
(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
(/usr/share/texmf/tex/latex/config/color.cfg)))
(/usr/share/texmf/tex/latex/pgf/pgfnodes.sty)
No file test.aux.
(/usr/share/texmf/tex/context/base/supp-pdf.tex
(/usr/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Missing
)
loading : Context Support Macros / PDF
) [1{/var/lib/texmf/dvips/config/pdftex.map
Warning: pdflatex (file /var/lib/texmf/dvips/config/pdftex.map): entry for `cme
x7' already exists, duplicates ignored

Warning: pdflatex (file /var/lib/texmf/dvips/config/pdftex.map): entry for `cme
x8' already exists, duplicates ignored

Warning: pdflatex (file /var/lib/texmf/dvips/config/pdftex.map): entry for `cme
x9' already exists, duplicates ignored
}] (./test.aux) )</usr/share/texmf/fonts/type1/bluesky/cm/cmr12.pfb>
Output written on test.pdf (1 page, 3994 bytes).
Transcript written on test.log.
$ xpdf test.pdf &
$ gv test.pdf &


Both viewers show a page containing
 * a rectangular box,
 * a "hello" text /below/ it.
What I expected was
 * a rectangular box,
 * a "hello" text /inside/ it.

The generated PDF file is attached, in case it could be useful to see
what I get...



-- 
    :-(   This Universe is buggy! Where's the Creator's BTS?   ;-)
......................................................................
  Francesco Poli                             GnuPG Key ID = DD6DFCF4
 Key fingerprint = C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4

Attachment: test.pdf.gz
Description: Binary data

Attachment: pgpwO3Z0h3h4L.pgp
Description: PGP signature

Reply via email to