HTML is a markup language mainly used for creating web pages.

learn more… | top users | synonyms

10
votes
1answer
757 views

Can you have hyperlinks to locations in different PDFs?

It's possible to hyperlink to another PDF file using Adobe Acrobat using the following LaTeX code: \href{run:target.pdf}{Click me!} If this is placed in source.pdf, then you can click on the ...
1
vote
3answers
466 views

Latex in Blogger

I am trying to embed formulas in Blogger. My system is OpenSuse, and I create a latex file for my formulas, say filename. In order to convert the latex code into an html code I run: pdflatex filename ...
2
votes
1answer
151 views

Is it possible to use non-ASCII characters in hyperref labels with htlatex?

As I lay out here when using hypperef it appears to be problematic if anyone is using non-ASCII characters for hypertarget/hyperlink label names and then uses htlatex (with MikTeX on Windows) to ...
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 ...
21
votes
4answers
8k views

How do I convert HTML to LaTeX?

I would like a way to convert a document from HTML to LaTeX on a Windows platform. What is my best option?
14
votes
3answers
4k views

Tool for manipulating LaTeX tables (HTML to LaTeX)

I am wondering if there is any tool that can help me work with tables in LaTeX. Specifically I'd like to be able to import HTML tables (or small Excel tables) into LateX Are there tools that can help ...
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 ...

1 2 3