fix pdf rendering on production
authorJan Szejko <janek37@gmail.com>
Mon, 26 Mar 2018 13:13:17 +0000 (15:13 +0200)
committerJan Szejko <janek37@gmail.com>
Mon, 26 Mar 2018 13:13:17 +0000 (15:13 +0200)
librarian/formats/pdf/res/wl.cls

index f515688..c2f8ffb 100755 (executable)
@@ -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