Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 1544
1
\documentclass{article}
2
\usepackage{lipsum}
3
4
\usepackage{graphicx}
5
\usepackage{transparent}
6
\usepackage{eso-pic}
7
\AddToShipoutPicture*{
8
\put(0,0){
9
\parbox[b][\paperheight]{\paperwidth}{%
10
\vfill
11
\centering
12
{\transparent{1}\includegraphics[width=1\textwidth]{theta2.pdf}}%
13
\vfill
14
}
15
}
16
}
17
18
\begin{document}
19
\lipsum
20
\end{document}
21