fake slant
[librarian.git] / librarian / formats / pdf / res / wl.cls
index fb2796a..ac423be 100755 (executable)
@@ -84,7 +84,6 @@
 
 \ifenablewlfont
 \setmainfont [
-ExternalLocation,
 UprightFont = Dosis-Regular,
 ItalicFont = Dosis-SemiBold,
 BoldFont = Dosis-Bold,
@@ -95,6 +94,7 @@ SmallCapsFont = Dosis-Regular,
 %BoldFont = Junicode-Bold,
 %BoldItalicFont = Junicode-BoldItalic,
 %SmallCapsFont = JunicodeWL-Regular,
+AutoFakeSlant=0.2,
 SmallCapsFeatures = {Letters={SmallCaps,UppercaseSmallCaps}},
 Numbers=OldStyle,
 Scale=1.04,
@@ -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[width=#3]{#1}}%
+\end{minipage}%
+}
\ No newline at end of file