我使用 TexLive 并用 进行编译lualatex
。我包含了一些 eps 图像,它们会自动转换为 pdf 文件。(我假设 TexLive 会这样做,因为我没有使用 包epstopdf
)。
一切正常,除非生成的 pdf 是 1.7 版本,并且我收到此版本太高的警告。
我如何自动生成 1.4 pdf,以及为什么要生成 1.7 pdf?
编辑:如果我将包添加eps2pdf
到我的代码中,生成的pdf也是1.7版本。
我的程序的版本:
pdfTeX 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)
kpathsea version 6.2.1
Compiled with libpng 1.6.17; using libpng 1.6.17
Compiled with zlib 1.2.8; using zlib 1.2.8
Compiled with poppler version 0.41.0
LuaTeX, Version beta-0.80.0 (TeX Live 2015/Debian) (rev 5238)
编辑:我误读了错误的 Latex 错误消息,但它只是造成了差异。消息说最多允许 v1.5(而不是我最初发布的 v1.4)。
这是一个 MWE。
\documentclass{scrbook}
\usepackage{graphicx}
%\usepackage{epstopdf}
\begin{document}
\includegraphics{mwe3.eps}
\end{document}
eps 文件位于: http://www.filedropper.com/mwe3