[issue:154] pdf inclusion warning in dvipdfmx 20180217
Hironobu Yamashita
h.y.acetaminophen @ gmail.com
2018年 3月 2日 (金) 00:54:38 JST
皆様,
dvipdfmx version 20180217 で,出力 PDF と画像 PDF のバージョンが違うと
出てくる警告が意図通りでないような気がします。
\documentclass{article}
\usepackage[dvipdfmx]{graphicx}
\begin{document}
% texmf-dist/tex/latex/mwe/example-image-a.pdf: PDF version 1.5
\includegraphics[width=3cm]{example-image-a.pdf}
\end{document}
このソースをコンパイルすると,dvipdfmx のデフォルトでは
output pdf version: 1.5 なので警告が出ません。
一方で,コマンドラインオプション -V 6 或いは
\AtBeginDvi{\special{dvipdfmx:config V 6}}
を付けると
dvipdfmx:warning: Trying to include PDF file which has newer version number than output PDF: 1.6.
が出ます。出力 PDF 1.6 に対して画像 PDF が 1.5 なので,警告は不要ではないでしょうか。
----
別件になりますが,逆にコマンドラインオプション -V 4 或いは
\AtBeginDvi{\special{dvipdfmx:config V 4}}
を追加すると
dvipdfmx:warning: Version of PDF file (1.5) is newer than version limit specification.
dvipdfmx:warning: Trying to include PDF file with version (1.5), which is newer than current output PDF setting (1.4).
が出ます。このうち2行めは意図が伝わりやすいと思うのですが,
1行めは何を表す警告なのでしょうか?
--
山下 弘展 (Hironobu Yamashita)
issue メーリングリストの案内