📜  如何在乳胶中将整张图片放在页面上 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:23.143000             🧑  作者: Mango

代码示例1
\newlength{\textundbildtextheight}
 
\newcommand{\textundbild}[2]{
\settototalheight\textundbildtextheight{\vbox{#1}}
#1
\vfill
\begin{center}
\includegraphics[width=\textwidth,keepaspectratio=true,height=\textheight-\the\textundbildtextheight]{#2}
\end{center}
\vfill
}