Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行 doxygen 时,我不断收到以下错误:
Problems running epstopdf. Check your TeX installation!
我需要在某处安装 Latex 吗?
epstopdf是一个 Perl 脚本,它使用 GhostScript 将 EPS 转换为“封装的”PDF。从技术上讲,您不需要 LaTeX,尽管默认情况下它是每个 TeX 发行版的一部分。
epstopdf
因此,要么直接下载它,要么安装任何一种主要的 TeX 发行版(比如MiKTeX或TeX Live)。
我在玩植物时遇到了这个问题(@startuml,@enduml)。在默认配置中,GENERATE_LATEX 设置为 YES,而我只关心 html。当我将 GENERATE_LATEX 设置为 NO 时,doxygen 不再需要 epstopdf。