changes in pdf: footer on first page, logo next to title, no duplicate title
[librarian.git] / librarian / formats / pdf / res / wl.cls
index fb2796a..d871e51 100755 (executable)
@@ -429,3 +429,18 @@ Letters={Uppercase}
 #1%
 \pagebreak%
 }
+
+\newcommand{\titlefield}[1]{%
+\noindent%
+\begin{minipage}[t]{.7\textwidth}%
+\vspace{0pt}%
+#1%
+\end{minipage}%
+}
+
+\newcommand{\toplogo}[3]{%
+\begin{minipage}[t]{.3\textwidth}%
+\raggedleft%
+\vspace{0pt}{\includegraphics[height=#2,width=#3]{#1}}%
+\end{minipage}%
+}
\ No newline at end of file