Questions tagged [latex2html]
a program to convert LaTeX documents to HTML.
92 questions
0 votes
0 answers
60 views
Problems in LaTeX to HTML
I use MiKTeX 24.1 for Windows installed with the default installation. I use it with WinEdt 11.2, with the default installation. I try to compile from WinEdt and the command is as follows: htlatex.exe ...
1 vote
1 answer
62 views
using simple custom macro with plastex
I'm trying to understand how to customize plastex to understand simple user-defined macros. Here are the contents of the file hello.tex that I'd like to render in html using plastex: : \documentclass{...
2 votes
1 answer
266 views
Converting LaTeX to HTML without losing formatting from titlesec & titling
I've tried several existing TeX->HTML solutions, including tex4ht, pandoc, and lwarp, but all suffer from a similar issue where they completely lose all formatting done by titlesec, geometry, ...
0 votes
0 answers
64 views
Which software can be used for diagrams incorporated in latex and html
I need to draw one or a few flow-diagram like graph which must be included in a PDF produced with Latex and a HTML file shown in a browser. What is the best option for the software? I would prefer a ...
0 votes
0 answers
44 views
How to render LaTeX code in an HTML webpage [duplicate]
In website development, I need to read LaTeX code and render it into an HTML webpage, becoming a separate webpage. I'm not sure if there's any way to render LaTeX code into an HTML webpage
0 votes
0 answers
148 views
Why does lwarpmk limages command does generate empty svg image files?
Using lwarp commands, I'm trying to generate an html page from a .tex file containing a tikzpicture section. Compiling and generating pdf version succeeds ! Generating html file with the lwarpmk html ...
1 vote
0 answers
122 views
Bad alignment of \begin{array}...\end{array} with LaTeX2HTML
I recently used latex2html (released January 1, 2021) to convert a mathematical LaTeX paper with 100 plus equations of varying complexity with very good results, except for one flaw. Which I have ...
0 votes
0 answers
44 views
Adding a search bar to webpages generated with Latex2HTML
I was wondering whether there is an easy way to add a search bar to (offline) webpages created with LaTeX2HTML, similar to Doxygen (see e.g. the OpenCV documentation, where you have a search bar in ...
0 votes
0 answers
138 views
I need to use \input to supply titles to \section, \subsection, and \subsubsection, but it only works for \section
Here is a MWE. Actually I am using latex2html for a web page. LaTeX works using \protect, but not latex2html. \documentclass{article} \begin{document} \section{\protect\input{titles/title-sample}} \...
0 votes
0 answers
263 views
Commenting/ Excluding commands for Latex 2 HTML with Pandoc
The Following Latex Item ends with the Runaway Argument, as apparently the begin/end soln need to be on separate lines. What I am trying to test is if there is a way to steer out certain commands for ...
0 votes
0 answers
290 views
Internal document references Latex \label \ref via pandoc to HTML screw up for Epub generation
Basically Pandoc to HTML works really well pandoc -s ABC.tex -o ABC.html --citeproc --standalone --number-sections The generated (and with Jutoh post processed) Epub works fine on Kindle or Adobe ...
1 vote
1 answer
625 views
Crop PDF Graphics [closed]
I have a number of HTML snippets which I want to programmatically insert a rendering of into different cells of a tabular environment. I've tried a number of tools to convert these into latex such as ...
2 votes
1 answer
822 views
! Paragraph ended before \doTocEntry was complete
I'm writing my thesis and stuck here. Below is my preamble and some code. I'm knew to latex and Don't know what is the problem with the code. \documentclass[twosided,12pt]{book} \usepackage[authoryear,...
3 votes
1 answer
231 views
How is LaTeX's online documentation produced?
I like the style of the LaTeX html online documentation on latex-project.org. I assume it is written in LaTeX and then somehow transformed into HTML. I would like to produce a documentation in a ...
1 vote
0 answers
202 views
Can I use my own documentclass (custom.cls) with latex2html?
I posted a question similar to this on [email protected], but lack of response makes me wonder whether the list still has active members. For production of stand-alone documents in PDF format, I ...