宏生成不需要的空白页

宏生成不需要的空白页

该代码在图像前生成了不需要的空白页。我不明白为什么以及如何。有人能解释一下如何去除该空白页吗?

\newcommandx{\spic}[3][1=0,2]{
    \clearpage
    \begin{minipage}[t][\textheight][c]{\textwidth}
    \center{\includegraphics[angle=#1, width=\textwidth]{#3}}
    %\caption*{#2}
    \end{minipage}
    \clearpage
}

\spic{_SDC7912}

相关内容