Skip to main content

Questions tagged [tex4ht]

TeX4ht is a highly configurable TeX-based authoring system dedicated mainly to produce hypertext.

1 vote
2 answers
84 views

I tried with: \documentclass[english]{article} \usepackage{float} \floatstyle{ruled} \newfloat{algorithm}{tbp}{loa} \providecommand{\algorithmname}{Algorithm} \floatname{algorithm}{\protect\...
MadyYuvi's user avatar
  • 16.8k
4 votes
1 answer
155 views

I am trying to compile very old code (a bit convoluted), but it compiles OK with lualatex, but it gives a compile error with tex4ht. \documentclass[10pt]{article}% \begin{document} \begin{tabular}{|l|...
Nasser's user avatar
  • 21.9k
4 votes
2 answers
107 views

I'm facing a problem with compiling multilingual lua LaTex document to HTML/ODT format, while it compiles without any problem to PDF. The problem seems to be related to incorrect font selection. Here ...
oleksii.markovets's user avatar
5 votes
2 answers
150 views

I'm having the greatest difficulty understanding how to configure make4ht or tex4ht. Example Running, for example, make4ht --lua test.tex on \documentclass{article} \usepackage{unicode-math} \...
jlab's user avatar
  • 16.8k
3 votes
2 answers
157 views

I'm using tex4ht to generate html with cross references between files using the xr package. The output has changed from texlive 2024 to texlive 2025. mwe1.tex \documentclass{article} \begin{document} \...
cmhughes's user avatar
  • 104k
1 vote
1 answer
154 views

Something seems to have changed in tex4ht. I am using TL 2025, installed fresh one week ago on new Linux Found that Adding array package, causes tex4ht to clopper all content of table cell, ignoring ...
Nasser's user avatar
  • 21.9k
2 votes
2 answers
120 views

Currently, in the EPUB version of the book I’m writing using LaTeX + TeX4ebook, the table of contents looks odd – it just contains the number and then the title of the chapter; nothing before the ...
obskyr's user avatar
  • 315
1 vote
1 answer
84 views

Did something change in tex4ht? I am using TL 2025, installed fresh one week ago on new Linux. When doing \hyperref[1]{1} then later \subsection{Problem 1}\label{1} , I expected the link to point and ...
Nasser's user avatar
  • 21.9k
3 votes
0 answers
70 views

Consider the following MWE (compiled with tex4ebook -l -f epub3 test.tex p-indent,fn-in): test.tex \documentclass{scrbook} \setkomafont{footnote}{\normalsize} % Just to declutter the HTML a bit. \...
obskyr's user avatar
  • 315
2 votes
0 answers
43 views

I find myself using \Configure a lot, and in order to figure out what to configure and how, I’ve had to look at the TeX4ht source code a good bit. It contains non-standard macros ⁠/ variables in the ...
obskyr's user avatar
  • 315
0 votes
1 answer
65 views

Consider the following MWE (compiled using tex4ebook -l -f epub3 test.tex): \documentclass{book} \begin{document} \chapter{One} There is an empty page (an empty HTML file) before this. There shouldn’...
obskyr's user avatar
  • 315
3 votes
1 answer
72 views

I’m attempting to implement Amazon’s EPUB footnote guidelines with TeX4ebook in order to make my EPUBs as compatible as possible with e-readers (footnotes as pop-ups, etc.). I’ve gotten quite far by ...
obskyr's user avatar
  • 315
1 vote
1 answer
45 views

Try compiling the following MWE with tex4ebook -l -f epub test.tex fn-in: \documentclass{book} \usepackage{noindentafter} \NoIndentAfterEnv{figure} \begin{document} This will work fine. Paragraphs ...
obskyr's user avatar
  • 315
1 vote
1 answer
55 views

I found I need to use \texorpdfstring in sections titles in order to work around a compile error with lualatex. see tex-capacity-exceeded. But now I find the table of content in HTML generated by ...
Nasser's user avatar
  • 21.9k
1 vote
1 answer
72 views

I noticed after updating texlive about a week or so ago, I started seeing domfilter error which were not there before. After some debugging, it turns out they come when adding \begin{thebibliography}{...
Nasser's user avatar
  • 21.9k

15 30 50 per page
1
2 3 4 5
66