为什么 TikZ 会裁剪我的其中一个 pdf?

为什么 TikZ 会裁剪我的其中一个 pdf?

我将一些(已裁剪的)pdf 包含到 tikzfile 中。当我包含其中一个时,它会被进一步裁剪。

\documentclass[a4paper]{article}

\usepackage{graphics}
\usepackage{tikz}
\usetikzlibrary{calc,decorations.pathreplacing,decorations.text,intersections,through,backgrounds}

\begin{document}


\begin{tikzpicture}

\node at (0,0) {\includegraphics{breve-crop.pdf}};%%%%%%%%%right side of breve-crop.pdf cut out
\node at (0,1) {\includegraphics{longa-crop.pdf}};

\end{tikzpicture}


\end{document}

原始 PDF

纳入后

相关内容