I have installed TexMaker 3.1 on Windows 7. I can compile in pdf without problem. I would try to compile in HTML, what can I do? If I try to gave directly latex2html %.tex I get Error : could not start the command.
Any idea?
I have installed TexMaker 3.1 on Windows 7. I can compile in pdf without problem. I would try to compile in HTML, what can I do? If I try to gave directly latex2html %.tex I get Error : could not start the command.
Any idea?
%sign in the file name, or is that a typo? – Peter Grill May 13 '12 at 02:39latex2htmlis no longer om active development. Perhaps you should consider tex4ht. – Peter Grill May 13 '12 at 02:52xhlatex %.texand process seems so long, it's normal? – BAD_SEED May 13 '12 at 09:38xhlatexon a simpler file. If that works, then you know there is some problem with your own.texfile (fromtex4ht's pespective, at least). I find, for instance, that it is better to usetex4htwithouthyperrefloaded. What you will need to do is create a MWE, and then edit your original question to include this example file for others to examine. As it is, your question is too vague for anyone to answer unless you get lucky. – jon May 14 '12 at 04:15