X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/194e9ab5d8bd330f514b4116ebc8ae01d7af077c..d2997b73a50a2885a993408d277d511f98320ed3:/librarian/formats/pdf/res/wl.cls diff --git a/librarian/formats/pdf/res/wl.cls b/librarian/formats/pdf/res/wl.cls index fb2796a..f515688 100755 --- a/librarian/formats/pdf/res/wl.cls +++ b/librarian/formats/pdf/res/wl.cls @@ -167,7 +167,7 @@ Letters={SmallCaps,UppercaseSmallCaps} \fancyhf{} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} -\lfoot{{\footnotesize \@author{} \emph{\@title}}} +\lfoot{{\footnotesize \@organization}} %\@author{} \emph{\@title}}} \cfoot{} \rfoot{{\footnotesize \thepage}} @@ -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