0
votes
1answer
132 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 ...
4
votes
0answers
182 views

How to convert a scientific manuscript to MS Word for a coauthor review [duplicate]

Possible Duplicate: Workflow for converting LaTeX into Open Office / MS Word Format I am a scientist and an (almost) average Windows 7 user. I like to use LaTeX (MikTeX with Texmaker) to ...
11
votes
3answers
5k 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 ...
5
votes
1answer
463 views

Different graphic formats in a document

I have a large LaTeX document with figures in .eps, .pdf, .png, .tif(f), .jpg formats as well as pstricks code and psfrag fragment. One approach to compile this document is to use an external program ...
4
votes
2answers
4k views

Package hyperref Error: Wrong driver option `pdftex' when using mk4ht

I am trying to convert TeX, made using moderncv, to .doc format. I am trying to use the following 2 commands pdflatex filename.tex mk4ht oolatex filename.tex But I'm getting the following error ! ...
11
votes
3answers
21k views

How to convert PDF to (La)TeX?

I know that probably no information is passed to the PDF when a .tex file is compiled, but is there a tool that can convert a PDF document to (La)TeX?
16
votes
4answers
1k 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 ...