fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2997b7
)
fix pdf rendering on production
author
Jan Szejko
<janek37@gmail.com>
Mon, 26 Mar 2018 13:13:17 +0000
(15:13 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Mon, 26 Mar 2018 13:13:17 +0000
(15:13 +0200)
librarian/formats/pdf/res/wl.cls
patch
|
blob
|
history
diff --git
a/librarian/formats/pdf/res/wl.cls
b/librarian/formats/pdf/res/wl.cls
index
f515688
..
c2f8ffb
100755
(executable)
--- a/
librarian/formats/pdf/res/wl.cls
+++ b/
librarian/formats/pdf/res/wl.cls
@@
-84,7
+84,6
@@
\ifenablewlfont
\setmainfont [
-ExternalLocation,
UprightFont = Dosis-Regular,
ItalicFont = Dosis-SemiBold,
BoldFont = Dosis-Bold,
@@
-441,6
+440,6
@@
Letters={Uppercase}
\newcommand{\toplogo}[3]{%
\begin{minipage}[t]{.3\textwidth}%
\raggedleft%
-\vspace{0pt}{\includegraphics[
height=#2,
width=#3]{#1}}%
+\vspace{0pt}{\includegraphics[width=#3]{#1}}%
\end{minipage}%
}
\ No newline at end of file