Tagged Questions
0
votes
1answer
133 views
How to convert HTML markup into LaTeX markup?
I have one input file which will be used for LaTeX and HTML (Java program). Input file has HTML markups like
<b></b> for bold.
<li></li> for list.
How can I convert above ...
18
votes
1answer
297 views
What features are supported in a HTML page, but not through PDFLaTeX
As a math educator with limited knowledge of TeX and even more limited knowledge of HTML, I want to know if I can use a PDF page (generated through PDFLaTeX) as a web page. I am hoping not to have to ...
2
votes
1answer
237 views
Disable ligatures when using mk4ht to create html
How can I easily disable all ligatures, when converting my LaTex-file to html?
For the html-generation I am using the command-line
mk4ht htlatex file.tex 'xhtml,charset=utf-8' ' -cunihtf -utf8 ...
12
votes
3answers
6k views
Convert LaTeX to HTML
Is there a converter that will convert LaTeX to HTML? I have tried several services but the LaTeX diagrams and some of the maths came out weird.
I actually converted the Latex to PDF without a ...
2
votes
1answer
955 views
htlatex leaves undefined reference (“??” link) but pdflatex produces correct output
We have a large document that runs through pdflatex and through htlatex.
The pdflatex output is fully ok.
The htlatex output is also ok (it contains all images etc.) except that for
some ...
16
votes
4answers
2k views
How to create PDF and HTML output from the same source
I'm working on a document that has been published only as a PDF file until now. To utilize some of PDF's features, it uses the packages pdfpages and pdftex and commands like includepdf{}.
But soon ...