最初のページと最後のページに背景画像を追加する

最初のページと最後のページに背景画像を追加する

こんにちは。最後のページと最初のページに背景画像を追加するにはどうしたらよいか知りたいのですが。

写真以外の何もないページと最後のページが欲しいです。

\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}

これはすべてのページに画像を追加するだけです。 2 つの空白ページのみで実行するように制限するにはどうすればよいですか?

前もって感謝します。

関連情報