[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texi2dvi: thumbpdf missing pdf-file in tidy-mode
From: |
Christoph Spiel |
Subject: |
texi2dvi: thumbpdf missing pdf-file in tidy-mode |
Date: |
Wed, 13 Aug 2008 08:27:16 +0200 |
User-agent: |
Mutt/1.2.5i |
Hello there!
When running texi2dvi (GNU Texinfo 4.12)
1.131 in "tidy"-mode, thumbpdf did not find the
PDF-file, because it got a filename without a
path. This patch adds the path and thumbpdf is
happy.
--- texi2dvi.orig 2008-08-09 13:34:16.000000000 +0200
+++ texi2dvi 2008-08-11 10:03:17.000000000 +0200
@@ -1033,8 +1033,8 @@
&& grep 'thumbpdf\.sty' "$in_noext.log" >&6 2>&1; \
then
thumbpdf=${THUMBPDF:-thumbpdf}
- verbose "Running $thumbpdf $in_noext ..."
- if $thumbpdf "$in_noext" >&5; then
+ verbose "Running $thumbpdf $in_dir/$in_noext ..."
+ if $thumbpdf "$in_dir/$in_noext" >&5; then
run_tex
else
report "$thumbpdf exited with bad status." \
HTH.
/Chris
--
Dr. Christoph L. Spiel <address@hidden>
Phone: +49-8022-662908
I've seen a zillion bits and i've rocked them all.
- texi2dvi: thumbpdf missing pdf-file in tidy-mode,
Christoph Spiel <=