你好,我只是想知道如何在最后一页和第一页添加背景图片?
我想要一页除了图片之外什么都没有的页面和最后一页。
\documentclass[12pt]{extarticle}
\documentclass[parskip]{scrbook}
\usepackage{tikz}
\usetikzlibrary{calc,shadows}
\usepackage{lipsum}
\usepackage{lmodern}
\newtheorem{theorem}{Theorem}
\newtheorem{corollary}{Corollary}
\newtheorem*{definition}{Definition}
\newtheorem*{example}{Example}
\newtheorem*{note}{Note}
\newtheorem{exercise}{Exercise}
\newcommand{\bproof}{\bigskip {\bf Proof. }}
\newcommand{\eproof}{\hfill\qedsymbol}
\newcommand{\Disp}{\displaystyle}
\newcommand{\qe}{\hfill\(\bigtriangledown\)}
\setlength{\columnseprule}{1 pt}
\backgroundsetup{
scale=1,
angle=0,
opacity=1,
contents={\includegraphics[width=\paperwidth,height=\paperheight]
{test.png}}
\begin{document}
\newpage
\section{Temporary}
\subsection{Fractional integrals}
\begin{exercise} Solve
\begin{equation} \int^\infty_0\frac{dx}{x\left(1+x^2\right)}
\label{eq:Pn}\end{equation}
\end{exercise}
\end{document}
这只是将图片添加到所有页面。我如何将其限制为仅在两个空白页上执行此操作?
提前致谢。