答案1
无论如何,请摆脱\stranka
“包装器”并改用以下代码:
\begin{figure}[p!]
\centering
\includegraphics[width=\linewidth, height=\textheight,
keepaspectratio]{./pictures/zadani.jpg}
\end{figure}
将图形封装在figure
环境中并使用p
放置说明符可确保图形单独放置在页面上。(顺便说一句,如果没有进一步的信息,我看不出运行 有什么好的理由\thispagestyle{empty}
。)
答案2
要将大于文本宽度的图像居中,请写入
\centerline{\includegraphics...{...}}