[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
running tex4ht with dvi output
From: |
Karl Berry |
Subject: |
running tex4ht with dvi output |
Date: |
Tue, 9 Feb 2010 18:37:27 GMT |
Hi Wybo,
When I run texi2dvi 1.156 on test.tex:
\documentclass{article}
\begin{document}
test
\end{document}
It creates files test.html, test.lg and test.idv
This is because it runs tex4ht for some reason,
As far as I can see, this has been lurking ever since Akim first
committed the run_tex4ht function in 1.150
(http://cvs.savannah.gnu.org/viewvc/texinfo/util/texi2dvi?root=texinfo&view=diff&r1=1.149&r2=1.150)
The case statement matches both dvi and html output, when as far as I
can see, all we want to match is html.
If I'm missing something obscure, no doubt Akim will inform us ...
Meanwhile, I committed this change.
Thanks,
Karl
--- texi2dvi.~1.156.~ 2010-02-06 16:18:44.000000000 -0800
+++ texi2dvi 2010-02-09 10:31:52.000000000 -0800
@@ -1155,3 +1155,3 @@ run_tex4ht ()
case $in_lang:$latex2html:`out_lang_tex` in
- latex:*:dvi|latex:tex4ht:html)
+ latex:tex4ht:html)
: ${TEX4HT=tex4ht} ${T4HT=t4ht}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- running tex4ht with dvi output,
Karl Berry <=