From 2c3ff563f5db80c36871f58c670d3df197df29f6 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Wed, 14 Nov 2018 12:03:34 +0100 Subject: [PATCH] change logo --- librarian/pdf.py | 4 ++-- librarian/pdf/wl.cls | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/librarian/pdf.py b/librarian/pdf.py index 33886e8..9af6b50 100644 --- a/librarian/pdf.py +++ b/librarian/pdf.py @@ -285,10 +285,10 @@ def transform(wldoc, verbose=False, save_tex=None, morefloats=None, # LaTeX -> PDF shutil.copy(get_resource('pdf/wl.cls'), temp) shutil.copy(get_resource('res/wl-logo.png'), temp) - shutil.copy(get_resource('res/prawokultury-logo.png'), temp) + # shutil.copy(get_resource('res/prawokultury-logo.png'), temp) # shutil.copy(get_resource('res/trust-logo.eps'), temp) shutil.copy(get_resource('res/fnp-logo.eps'), temp) - # shutil.copy(get_resource('res/koed-logo.eps'), temp) + shutil.copy(get_resource('res/koed-logo.eps'), temp) if latex_dir: return temp diff --git a/librarian/pdf/wl.cls b/librarian/pdf/wl.cls index f9656e3..258f985 100644 --- a/librarian/pdf/wl.cls +++ b/librarian/pdf/wl.cls @@ -218,8 +218,8 @@ Letters={SmallCaps,UppercaseSmallCaps} \color{theme} \noindent \begin{minipage}[t]{.65\textwidth}\vspace{0pt} - \href{http://prawokultury.pl}{\xbox{\includegraphics[width=1.5in]{prawokultury-logo.png}}} - %\href{http://koed.org.pl}{\xbox{\includegraphics[height=.55in]{koed-logo.eps}}} + %\href{http://prawokultury.pl}{\xbox{\includegraphics[width=1.5in]{prawokultury-logo.png}}} + \href{http://koed.org.pl}{\xbox{\includegraphics[height=.55in]{koed-logo.eps}}} \end{minipage} \noindent \begin{minipage}[t]{.35\textwidth}\vspace{0pt} \raggedright -- 2.20.1