[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#512254: marked as done ([texlive-pictures] Patch for texdraw package to allow using it with pdflatex)



Your message dated Tue, 10 Sep 2013 11:09:38 +0900
with message-id <20130910020938.GH30160@gamma.logic.tuwien.ac.at>
and subject line Closing old and upstream bugs
has caused the Debian Bug report #512254,
regarding [texlive-pictures] Patch for texdraw package to allow using it with pdflatex
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
512254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512254
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: texlive-pictures
Version: 2007.dfsg.1-5
Severity: wishlist

--- Please enter the report below this line. ---

I'm using texdraw package with latex and that works well.
However using pdflatex usually fails as it could not deal with eps figures produced by texdraw.
It is possible hide this using eps2pdf package and invoking pdflatex -shell-escape thanks to the attached patch
Could you please apply this patch?

Cheers,
Mazen

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.26-1-686

Debian Release: 5.0
  500 unstable        ftp.fr.debian.org 

--- Package information. ---
Depends               (Version) | Installed
===============================-+-=============
tex-common            (>= 1.11) | 1.11.3
texlive-base       (>= 2007-11) | 2007.dfsg.1-5
texlive-common        (>= 2007) | 2007.dfsg.1-5

--- Output from package bug script ---

--- /usr/share/texmf-texlive/tex/generic/texdraw/texdraw.sty	2006-01-13 00:46:03.000000000 +0100
+++ texdraw.sty	2007-06-17 22:12:49.000000000 +0200
@@ -28,7 +28,8 @@
 \ProcessOptions
 
 % Load the graphics package if not already loaded
-\RequirePackage{graphics}
+\RequirePackage{graphicx}
+\RequirePackage{epstopdf}
 
 % Define the error routine
 \def\t@xderror #1{%

--- /usr/share/texmf-texlive/tex/generic/texdraw/texdraw.tex	2006-01-13 00:46:03.000000000 +0100
+++ texdraw.tex	2007-06-17 22:31:24.000000000 +0200
@@ -50,7 +50,8 @@
 \pixtobp \xminpix \l@lxbp  \pixtobp \yminpix \l@lybp
 \pixtobp \xmaxpix \u@rxbp  \pixtobp \ymaxpix \u@rybp
 \hbox{\t@xdinclude 
-[{\l@lxbp},{\l@lybp}][{\u@rxbp},{\u@rybp}]{\p@sfile}}%
+%[{\l@lxbp},{\l@lybp}][{\u@rxbp},{\u@rybp}]{\p@sfile}}%
+{\p@sfile}}%
 \pixtodim \xminpix \t@xpos  \pixtodim \yminpix \t@ypos
 \kern \t@ypos
 \hbox {\kern -\t@xpos
@@ -511,11 +512,7 @@
 \def\w@rps #1{\immediate\write\drawfile {#1}}
 \def\t@xdpsfn #1{%
 \global\advance \t@xdnum by 1
-\ifnum \t@xdnum<10
-\xdef #1{\jobname.ps\the\t@xdnum}
-\else
-\xdef #1{\jobname.p\the\t@xdnum}
-\fi
+\xdef #1{\jobname-\the\t@xdnum.eps}
 }
 \def\t@dropen #1{%
 \immediate\openout\drawfile=#1%

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=


--- End Message ---
--- Begin Message ---
Dear bug submitter,

the bug you have submitted against one of the TeX packages concerns
not the Debian packaging of TeX Live, nor the upstream TeX Live 
distribution itself, but Up-upstream, the original author of
the respective package.

TeX Live only collects what authors provide.

Thus, neither we, the Debian TeX Team, nor the Upstream TeX Live team
can fix anything regarding this bug.

Furthermore, the bug you have reported is rather old.

We suggest you to do the following:
* verify that the bug is still present with current TeX Live (2013)
  installation on Debian
* if yes, please report the bug to the *original* author of the TeX
  package, and *not* to upstream TeX Live nor Debian

Other ways to deal with these bugs are requesting help from TeX experts,
your local TeX consultant, or local TeX User Groups. One good place to
ask questions is the newsgroup comp.text.tex, or the StackExchange
website http://tex.stackexchange.com


Thanks a lot for your understanding

Norbert

------------------------------------------------------------------------
PREINING, Norbert                               http://www.preining.info
JAIST, Japan                                 TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------

--- End Message ---

Reply to: