Good morning. I'm using background package. I think that I follow the package istructions, but I have two questions:
- The second image don't appear. Where I'm wrong?
- It's possible to move number-page image up on text? Thank you.
Here the code:
\documentclass[a4paper,10pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[italian]{babel}
\usepackage{graphicx}
\usepackage{background}
\usepackage{multicol}
\usepackage{lipsum}
\usepackage[margin=10mm]{geometry}
\pagestyle{empty}
\setlength\columnsep{10mm}
\renewcommand{\rmdefault}{phv}
\setlength{\parindent}{0pt}
\begin{document}
\begin{figure}[t!]
\includegraphics[width=\linewidth,height=20mm]{image.pdf}
\end{figure}
\backgroundsetup{opacity=1,hshift=60,vshift=-5,angle=0,contents={\includegraphics[width=50mm]{image.pdf}}}
%page-number from istructions
\backgroundsetup{placement=top,angle=0,color=black!40,scale=4,hshift=60,vshift=-5,contents={-\thepage-}}
\begin{multicols}{2}
\includegraphics[width=\linewidth,height=10mm]{image.pdf}
\lipsum[1-2]
\includegraphics[width=\linewidth,height=10mm]{image.pdf}
\lipsum[1-2]
\includegraphics[width=\linewidth,height=10mm]{image.pdf}
\lipsum[1-2]
\includegraphics[width=\linewidth,height=10mm]{image.pdf}
\lipsum[1-2]
\end{multicols}
\end{document}
\backgroundsetuptwice for the same page. This settings are not additive, the second command replaces the first. – Ulrike Fischer Oct 15 '15 at 07:41image.pdf? – Faheem Mitha Nov 29 '15 at 18:25