안녕하세요. 마지막 페이지와 첫 페이지에 배경 그림을 추가하는 방법이 궁금합니다.
사진 외에는 아무것도 없는 한 페이지와 마지막 페이지를 원합니다.
\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}
그러면 모든 페이지에 그림이 추가됩니다. 두 개의 빈 페이지에만 수행하도록 제한하려면 어떻게 해야 합니까?
미리 감사드립니다.