我是一个相当熟练的 LaTeX 用户,是解决问题的本地参考。然而,这让我很困惑,我需要一些帮助。我已经对这两个安装进行了大量检查,并MikTeX
在 Windows 11 中重新安装。
我有一个文件可以在 Windows 10 计算机上运行,但在 Windows 11 计算机上无法运行...这是它的最小版本(它是一个大文件,包含许多数字,但这个 MWE 也不起作用)。
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\centering
\includegraphics[width=0.7\linewidth]{C:/GitHub/TopicosBuscaMineracaoTexto/Imagens/SemanticaLatente2}
\caption{}
\label{fig:semanticalatente2}
\end{figure}
\end{document}
错误是:
! error: (file C:/GitHub/TopicosBuscaMineracaoTexto/Imagens/SemanticaLatente2.pdf)
(pdf inclusion): reading image failed
! ==> Fatal error ocurred, no output PDF produced!
我使用的是LuaHTeX
、版本 1.15.0 (MikTeX 22.3)、MikTeX
。两者都配置为自动下载软件包。此外,它们似乎可以包含使用inkscape
(由“LuaLaTeX and includesvg) but not exported by
yed”自动创建(仅在 Windows 11 中))创建的图形。
更新:
我使用 Inkscape 打开并保存未读取的 PDF 文件,然后 LuaLaTeX 成功编译了文档。PDF 1.4 和 1.5 均运行良好。
我还没找到原因。为什么它在一个系统上能工作,而在另一个系统上却不行?也许是其他安装干扰了 LuaLaTeX。