我尝试将 tex4ebook 与 MikTex 和 TeXnicCenter 一起使用,但总是导致致命错误。
我的简单MWE:
\documentclass{article}
\begin{document}
Text
\end{document}
我尝试了很多不同的命令传递给编译器,例如
-c config.cfg -f epub3 "%wm"
但它不起作用。输出/错误如下:
tex4ebook> [WARNING] tocid: char-def module not found
tex4ebook> [WARNING] tocid: cannot fix section id's
tex4ebook> This is pdfTeX, Version 3.141592653-2.6-1.40.23 (MiKTeX 21.10)
tex4ebook> entering extended mode
tex4ebook> [FATAL] make4ht-lib: Fatal error. Command tex4ht returned exit code 1
哪些命令必须传递给 TeXnicCenter 中的编译器才能使 tex4ebook 运行?