23 lines
639 B
TeX
23 lines
639 B
TeX
\ProvidesPackage{di/page}
|
|
|
|
\RequirePackage[all]{background}
|
|
|
|
\RequirePackage{tikz}
|
|
\usetikzlibrary{calc}
|
|
|
|
\RequirePackage{changepage}
|
|
\strictpagecheck
|
|
|
|
\newcommand{\DIPageConfidentialText}{
|
|
\begin{tikzpicture}[remember picture,overlay]
|
|
\checkoddpage
|
|
\ifoddpage
|
|
\node[right,rotate=90,opacity=.5] at (9cm,10cm) {\LARGE\bf{Confidential - \textcolor{di_color_titlepage_orange}{Property of Dual Inventive}}};
|
|
\else
|
|
\node[right,rotate=90,opacity=.5] at (9cm,10cm) {\LARGE\bf{Confidential - \textcolor{di_color_titlepage_orange}{Property of Dual Inventive}}};
|
|
\fi
|
|
\end{tikzpicture}
|
|
}
|
|
|
|
\SetBgContents{\DIPageConfidentialText}% Set tikz picture
|