+\begin_preamble
+\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}}
+\end_preamble