
在 main.tex 中,我有\subimport{relative_path_to_main}{sol.tex}
,在 directory/sol.tex 中,我有\includegraphics[]{graph.pdf}
.但是,我收到此錯誤訊息
!pdfTeX 錯誤: /Library/TeX/texbin/pdflatex (relative_path_to_main//graph.pdf): 讀取影像檔案失敗 ==> 發生致命錯誤,沒有產生輸出 PDF 檔案!
有人可以幫忙嗎?謝謝!
編輯:
主文件
不同的資料夾
|-- sol.tex
|-- 圖.pdf
如果我註解掉 sol.tex 中包含的 pdf,則我的 pdf 已成功編譯。如果包含pdf,我的pdf將無法編譯。
答案1
我已經找到原因了。事實證明,這些檔案僅在 Dropbox 中在線,因此 LaTex 編譯器在讀取它們時出現問題。