Questions tagged [html]
{html} is for questions related to HTML, a markup language mainly used for creating web pages.
422 questions
0
votes
0
answers
56
views
latex2html cannot find tabularray.sty
I have Tex Live 2025 full, manual installation through the *.sh script on Debian 13, I also added it to the packet manager throgh the equivs file, so that I have texlive-local/now 2025.99999999-1 all [...
1
vote
0
answers
2k
views
htlatex hangs on a minimal document on Windows (MiKTeX 26.2)
I have a reproducible problem with htlatex on Windows with MiKTeX 26.2.
I tested it on a fresh single-user MiKTeX installation after a complete reinstall.
Minimal example:
\documentclass{article}
\...
9
votes
1
answer
313
views
Why does LaTeX put the PDF tags for floats at the end of the document?
Background
I am trying to produce a reasonably accessible document template at work. I have worked out basic tagging, reasonably structured tables, alt text for images and mathml output for inline and ...
0
votes
1
answer
241
views
Best way to render LaTeX to image with selectable html/css text on top?
Incentive: Format that would be readable unchanged both for humans (with great quality) and machines a long time into the future.
Recently I stumbled upon this page https://www.maxai.co/pdf-tools/pdf-...
0
votes
1
answer
132
views
How can I convert a LaTeX document to HTML with APA-style references included using Pandoc?
I'm using LaTeX to write school assignments and discussion posts, and I rely on Zotero for managing references. My workflow is LaTeX + Zotero in VS Code, which is more accessible with a screen reader ...
0
votes
1
answer
50
views
Get link to homepage inside make4ht configuration file
make4ht generates a <header> block at the top of the html <body> element which contains the \@title value as plain text inside an <h2> element. I want to make this header title a ...
1
vote
1
answer
61
views
Specify font-family in tex4ht generated css file
My latex document is using the newtx font packages which is causing tex4ht to generate the following css classes in the generated article.css file:
/* start css.sty */
.ntx-Regular-tlf-t1-x-x-120{ ...
1
vote
0
answers
145
views
Using Pandoc for HTML to PDF Conversion throws error: Forbidden control sequence found while scanning use of \LT@nofcols
EDITED to include tex output in a code block below
I have a specific task to convert quite a number of our historic village newsletters from HTML to PDFs, so far it has worked well but a new page ...
1
vote
0
answers
91
views
MathJax refuses to compile a specific class of commands [closed]
I recently opened a blog in blogger.com to mainly write about short math snippets. To do so, I had to edit HTML and add MathJax. After some googling, I figured out (maybe wrongly) that the way people ...
2
votes
1
answer
135
views
make4ht: Configure the spacing and alignment in HTML
I like to match the spacing and alignments of texts on HTML output with the PDF output. I am using make4ht version v0.3m (TeX Live 2023/Debian).
My major concern in HTML that I want to fix:
Extra ...
0
votes
1
answer
103
views
Why does LaTeXML generated output show directory content instead of HTML page
I am learning LaTeXML. For the first attempt, I have downloaded LaTeXML-master, in its doc/ makemanual file removed commands generating pods and schema, then generated the manual.
(I used ./makemanual,...
1
vote
1
answer
98
views
How to specify link names for sections make4ht/tex4ht LaTeX to HTML
When converting a LaTeX file to HTML, how can I specify the names assigned to the links to sections automatically generated by the tex4ht wrapper make4ht?
Consider the following minimal example of ...
1
vote
2
answers
179
views
make4ht LaTeX to HTML: how to scale some figures relative to page size and some in absolute size
I converted some LaTeX documents to HTML using TeX4ht with the make4ht wrapper.
I provide image sizes as follows in my LaTeX
\includegraphics[width=0.5\textwidth]{example-image.png}
and use the ...
1
vote
1
answer
95
views
Make4ht fatal error on otherwise compiling document
I am trying to turn the project https://github.com/susanszkyp/IntroToLogicTextbook into something that could then be hacked into an ebook platform built on Wordpress. I tried a few solutions for ...
1
vote
1
answer
202
views
make4ht: Obtaining adaptive dark and light mode in HTML version
I like to obtain a conversion from the following TEX file to HTML with a proper adaptive feature for viewing in dark and light modes.
Here is the configuration file mycfg.cfg that I am using:
% https:/...
