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 <[EMAIL PROTECTED]>
Phone: +49-8022-662908
I've seen a zillion bits and i've rocked them all.