At http://www.educat.hu-berlin.de/~voss/LaTeX/titlepage/logo.phtml I found this example (A Logo With Text), but I can't seem to make it work:
\usepackage{graphicx} \newcommand{\myLogo}[2]{% \setlength{\unitlength}{1cm} \begin{picture}(0,0) \put(-8,+8.5){#1}% the logo for the left side %\put(8,+8.5){#1}% the logo for the right side \put(-7,9){\parbox[b]{5cm}{\Large \centering #2}} %\put(3,9){\parbox[b]{5cm}{\Large \centering #2}}% text for the rightside \end{picture}} I invoke it by using an ERT and writing \mylogo{/home/tarvydas/logo.jpg}{Paul Tarvydas}. The text gets printed, but not the logo. Am I invoking the \mylogo command correctly? [If not, can you please give me the correct syntax for naming the .jpg file within the command call?]. thanks pt