<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Comic Sans MS'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Comic Sans MS'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div></div></span></span>
</div>
<br><div><div>On Oct 6, 2011, at 3:43 AM, Martin Heller wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Iraj Kalantari wrote, on 04-10-2011 17:29:<br><blockquote type="cite">I must say as a more involved project I imagine and hope for producing a multi-page pdf file that has a logo on each page of the very same page.<br></blockquote><br>Try something like the below compiled with shell escape/write18 enabled.<br><br>% test.tex<br>\documentclass{article}<br>\usepackage{fancyhdr}<br>\usepackage{graphicx}<br>\usepackage{calc}<br>\usepackage{pgffor}<br>\usepackage{lipsum}<br>\headheight=3cm<br><br>\def\realjobname{test}% <- change to match filename<br>\newcounter{logopage}<br>\rhead{\rule{0.1\paperwidth}{0.1\paperheight}}%<br>\ifx\logolevel\undefined<br>\gdef\logolevel{0}%<br>\foreach \runno in {0,1,...,5} {%<br>  \immediate\write18{%<br>    pdfLaTeX --jobname="\jobname\runno"<br>    \gdef"\string\logolevel{\runno}\string\input\space\jobname"<br>  }%<br>}%<br>\fi<br>\ifnum\logolevel>0<br><span class="Apple-tab-span" style="white-space:pre">    </span>\setcounter{logopage}{\logolevel}%<br><span class="Apple-tab-span" style="white-space:pre">        </span>\addtocounter{logopage}{-1}%<br><span class="Apple-tab-span" style="white-space:pre">      </span>\rhead{%<br><span class="Apple-tab-span" style="white-space:pre">  </span><span class="Apple-tab-span" style="white-space:pre">    </span>\setlength{\fboxsep}{0pt}%<br><span class="Apple-tab-span" style="white-space:pre">        </span> \fbox{\includegraphics[scale=0.1,page=\thepage]{\realjobname\thelogopage.pdf}}}%<br>\fi<br>\pagestyle{fancy}<br><br>\begin{document}<br><br>\lipsum<br><br>\end{document}<br><br></div></blockquote><div><br></div><div><br></div><div><div style="font-size: 16px; ">I am afraid it does not work for me.</div><div style="font-size: 16px; "><br></div><div style="font-size: 16px; ">I get:</div><div style="font-size: 16px; "><br></div><div style="font-size: 16px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 14px/normal Monaco; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 14px/normal Monaco; ">! Undefined control sequence.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 14px/normal Monaco; ">l.583 \pgfkeys</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 14px/normal Monaco; ">              {/pgf/foreach/.cd,</div></div><div><br></div><div><br></div><div>Question: How does one "enable escape/write18"?</div><div><br></div><div>(Mac user; OS 10.6.8; TeXlive-2009; TeXShop)</div><div><br></div><br></div><div style="font-size: 16px; "><br></div></div><div><br></div><div><br></div><div><br></div><br><blockquote type="cite"><div>_______________________________________________<br>TeX FAQ: <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>Mailing list archives: <a href="http://tug.org/pipermail/texhax/">http://tug.org/pipermail/texhax/</a><br>More links: <a href="http://tug.org/begin.html">http://tug.org/begin.html</a><br><br>Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax">http://tug.org/mailman/listinfo/texhax</a><br>Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br></div></blockquote></div><br></body></html>