blob: 67f9fea67094c23121e2e7fbbb50e9babb416d41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
\documentclass[ngerman]{scrartcl}
\XeTeXtracingfonts=1
\usepackage{babel}
\usepackage{libertine}
%\usepackage{fontspec}
%\setmainfont[RawFeature=+ccmp;+locl;+mark;+mkmk;+kern;+liga;+clig;+trep;+tlig]{LinLibertine}
\usepackage[left=1cm,right=1cm,top=1cm,bottom=1cm,a4paper]{geometry}
\setlength{\parindent}{0pt}
\usepackage{eso-pic,calc,xcolor}
\makeatletter
\AddToShipoutPicture{%
\begingroup
\color{lightgray}
\thinlines%
\ESO@div{\paperwidth}{\ESO@gridDelta}%
\multiput(0,\LenToUnit{\ESO@yoffsetII})(5,0){120}%
{\ESO@Vline{\LenToUnit{\paperheight}}}%
\endgroup
}
\makeatother
\begin{document}
\section{Kerning-Test: Linux Libertine: fxl-b-it}
{\fontfamily{fxl}\fontseries{b}\fontshape{it}\fontsize{3cm}{3.2cm}\selectfont
\input{testkerning.inc}
}
\end{document}
|