Tagged Questions
0
votes
0answers
67 views
htlatex does not give good results
I have a very nicely formatted file that I created using LaTeX. Now, I'm trying to embed the results into a website, and instead of embedding the resulting pdf document (which I found not to be as ...
2
votes
0answers
207 views
on Tex4ht conversion to HTML, can this conversion be improved?
I have been trying tex4ht and comparing its output to Latex2html (l2h).
I still find l2h to produce better math in the HTML than tex4ht. But it could be I am not doing something right and I thought ...
2
votes
1answer
132 views
what is the correct way to check for latex, pdflatex and html in the same latex document?
What is the correct way to check for if one is running in pdflatex vs latex vs. an html processor such as tex4ht?
Suppose I have some latex code that I only want to show up in html, and not show up ...
3
votes
1answer
384 views
When generating html, how do you specify image size?
I am using htlatex (or as many people call it tex4ht) to generate html and I have included some graphics. Htlatex seems to ignore all the size arguments I give the image size. I've tried specifying:
...
5
votes
2answers
1k views
LaTeX to HTML: PolyTeXnic and PlasTeX
I was stunned by the elegant appearance of the Tau manifesto page, for which the source is in LaTeX. The author used a home-made tool that he calls PolyTeXnic, but which he is not willing to release.
...
35
votes
5answers
2k views
Why haven't any TeX->HTML converters been updated to use current web standards/style?
I think that updating these converters would help TeX stay relevant as a document processing language. In these last few years, web development has really skyrocketed. CSS3 has brought along a lot of ...
3
votes
2answers
701 views
Htlatex and Tikz creates sometimes incorrect svgs
I have a document with a large number of Tikz pictures and I need to generate a html page from it. I have declared a driver to have TikZ pictures as SVGs (after this question) and run htlatex ...