Skip to main content

Questions tagged [htlatex]

htlatex is the command that loads a script to invoke the different steps of the conversion process from LaTeX to HTML.

1 vote
1 answer
82 views

The make4ht command is used to generate HTML from LaTeX source files. However, when there is \usepackage{fontspec} in the LaTeX source file, the xelatex compilation method is required. So my code is ...
Jimmy Wang's user avatar
3 votes
1 answer
77 views

Goal : add a picture and title on top of the table of contents, in the left frame, using make4ht. Problem : I used htlatex a while ago and at this time, I have found a preamble which was able to do ...
Tezhom's user avatar
  • 45
0 votes
1 answer
42 views

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 ...
Ravi's user avatar
  • 27
1 vote
1 answer
77 views

I tried running make4ht article.tex "2,next,nominitoc,fulltoc,collapsetoc" on \documentclass{article} \usepackage{forloop} \usepackage{fmtcount} \usepackage{lipsum} \newcounter{level1} \...
Ravi's user avatar
  • 27
1 vote
1 answer
56 views

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{ ...
Ravi's user avatar
  • 27
1 vote
1 answer
99 views

I frequently use Make4ht to translate .tex files to html. When I don't get a satisfactory translation of some environment, I open the pdf in Inkskape and generate an .svg figure. My question is if it ...
wmora2's user avatar
  • 379
1 vote
1 answer
112 views

Have tried with: \documentclass{article} \usepackage{amsmath} \begin{document} $\beta\quad\boldsymbol{\beta}$ \end{document} I created the HTML with MathML option using htlatex, then HTML was ...
MadyYuvi's user avatar
  • 16.8k
1 vote
1 answer
84 views

Here an mwe off this site. If i process it with pdflatex i get the hyperrefs. But if i process it with htlatex the index does not have working hyperrefs. What am i missing? \documentclass{article} \...
FireBird Press LLC's user avatar
1 vote
1 answer
88 views

I am trying to convert a moderncv latex file to html using htlatex and am running into an issue. Here is a minimal failing example (fails in htlatex but works fine with pdflatex): \documentclass[11pt,...
Christopher Kodama's user avatar
1 vote
1 answer
153 views

I am trying to generate some HTML (using htlatex) from a very simple .tex-file containing some listings. If I do not set my own style, it proceeds as expected and generates the HTML, but when I choose ...
Rewbert's user avatar
  • 111
0 votes
0 answers
98 views

I try to compile the following file test.tex \documentclass{article} \usepackage[tex4ht]{hyperref} \begin{document} Some text. \end{document} with htlatex test but in the resulting log file I read ...
user2609605's user avatar
  • 1,087
2 votes
1 answer
171 views

I am having troubles making make4ht working with Tikz pictures. My computer is a Mac M1 Sonoma 14.2.1, I have TeX Live 2024 and Ghostscript 10.03.0 on my computer: lualatex --version This is LuaHBTeX, ...
mistral's user avatar
  • 125
0 votes
0 answers
48 views

I have this tex file: test.tex \documentclass{report} \usepackage{tikz} \begin{document} \begin{center} \begin{tikzpicture} \draw(0,0)--(1,0)--(0.5,2)--(0,0); \draw(0,0)circle(1.2); \end{tikzpicture} \...
Lev's user avatar
  • 191
2 votes
1 answer
144 views

I have a manuscript that is written in LaTeX. After a couple of rejections and modifications, the new journal seems to only accept .docx files. I plan to convert my manuscript to a .odt as the editor ...
Miloop's user avatar
  • 1,367
2 votes
1 answer
66 views

It's not clear if the issue here is with tex or with Amazon; however I think it should be at least asked here in case anyone else finds it by Googling. I am writing an ebook using tex4ebook. I have ...
Joe's user avatar
  • 509

15 30 50 per page
1
2 3 4 5
21