我在 iMac 上通过 tlmgr-app 安装了 tex4ht 和 make4ht。但编译不起作用(参见错误消息)
% make4ht mwe-image.tex
[STATUS] make4ht: Conversion started
[STATUS] make4ht: Input file: mwe-image.tex
[ERROR] htlatex: Compilation errors in the htlatex run
[ERROR] htlatex: Filename Line Message
[ERROR] htlatex: ? ? LaTeX Error: File `tex4ht.sty' not found.
[ERROR] htlatex: ? 2 Emergency stop.
[FATAL] make4ht-lib: Fatal error. Command htlatex returned exit code 1
我无法找出原因。TeXLive2022 已更新,Mac OS 13.1 已更新。我遇到的问题是:我不知道程序安装在哪里:查看ls /usr/local/texlive/2022/texmf-dist/tex/latex/tex4*
那里只有tex4ebook-epub3.4ht
,tex4ebook.4ht
而ex4ebook.sty
里面/usr/local/texlive/2022/texmf-dist/tex4ht
似乎没有tex4ht.sty
(或者我忽略了它)。