在首頁和末頁新增背景圖片

在首頁和末頁新增背景圖片

您好,我只是想知道如何將背景圖片添加到最後一頁和第一頁?

我想要一頁除了圖片和最後一頁之外什麼都沒有的。

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

這只是將圖片添加到所有頁面。我怎樣才能將其限制為僅在兩個空白頁上執行?

提前致謝。

相關內容