Добавление фонового изображения на первую и последнюю страницу

Добавление фонового изображения на первую и последнюю страницу

Привет, я просто хотел узнать, как добавить фоновое изображение на последнюю и первую страницы?

Мне нужна одна страница, на которой не будет ничего, кроме картинки, и последняя страница.

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

Это просто добавляет картинку на все страницы. Как мне ограничить это только двумя пустыми страницами?

Заранее спасибо.

Связанный контент