[Tugindia] BOOKMARK

Harish Kumar Holla harishkumarholla at pec.edu
Thu Feb 28 23:49:24 CET 2013


To put a background watermark:

\documentclass{article}
\usepackage{graphicx}
\usepackage{background}
\usepackage{lipsum}

\SetBgContents{\includegraphics[width=5cm]{example-image-a}}
\SetBgAngle{0}
\SetBgScale{1}
\SetBgOpacity{.2}
\SetBgPosition{current page.center}
%\SetBgHshift{2cm}

\begin{document}

\lipsum[1-120]

\end{document}

For manual/documentation, run -- *texdoc background *from command prompt


More information about the tugindia mailing list