Graphics, Figures & Tables ⇒ LaTeX to HTML graph (formula) question
LaTeX to HTML graph (formula) question
it does not display the codes in the property of the picture when opening from the webpage
this is from wiki page
it shows the original codes
How do I get my page like that?
currently i am using htlatex.exe to compile
and it is the only working command for me to convert tex to html
Thanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.

LaTeX to HTML graph (formula) question
WikiMedia uses Texvc, not htlatex, to generate its converted equations. I imagine this is just a difference between them.
What you describe as "property of the picture" is not a property of the picture (i.e., it's not included in the image file somehow), but is the alternate text that gets displayed either if the image file is missing, or someone is using a text-only browser. Almost no one uses text-only browsers any more, so I'm not sure why you care very much about this. You could always manually change the alt="..." attribute of the HTML img tag yourself if it were very important for some reason.
Or you could try to switch to texvc from htlatex. I don't have much experience with either, personally. Maybe someone else would.
What you describe as "property of the picture" is not a property of the picture (i.e., it's not included in the image file somehow), but is the alternate text that gets displayed either if the image file is missing, or someone is using a text-only browser. Almost no one uses text-only browsers any more, so I'm not sure why you care very much about this. You could always manually change the alt="..." attribute of the HTML img tag yourself if it were very important for some reason.
Or you could try to switch to texvc from htlatex. I don't have much experience with either, personally. Maybe someone else would.
LaTeX to HTML graph (formula) question
The only reason at the moment is that I think it's 'nice' and maybe if I wanted to use the formula, I can just simply copy and paste it.frabjous wrote:WikiMedia uses Texvc, not htlatex, to generate its converted equations. I imagine this is just a difference between them.
What you describe as "property of the picture" is not a property of the picture (i.e., it's not included in the image file somehow), but is the alternate text that gets displayed either if the image file is missing, or someone is using a text-only browser. Almost no one uses text-only browsers any more, so I'm not sure why you care very much about this. You could always manually change the alt="..." attribute of the HTML img tag yourself if it were very important for some reason.
Or you could try to switch to texvc from htlatex. I don't have much experience with either, personally. Maybe someone else would.
And I am trying to figure out whether this is something to do with 'wiki', maybe it's their own special server like some other maths or physics forums that supports tex input.
Thanks!
Re: LaTeX to HTML graph (formula) question
sorry to bother again
but where is download link for texvc?
but where is download link for texvc?
LaTeX to HTML graph (formula) question
I think that page does not explain in great detail,do not have Visual C++ and MASM, make the bytecode version texvc.bc (by typing for example mingw32-make texvc.bc in the math directory) and rename it to texvc.exe.
i have installed
and ran
Code: Select all
mingw32-make texvc.bc
But dont worry, i will wait for someone familar to sort this out.
Thanks!