blob: c1bee2a08d2f7abe0bf1c2dae9957c5c8c1c5c03 (
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-m-ic}
{\fontfamily{fxl}\fontseries{m}\fontshape{ic}\fontsize{3cm}{3.2cm}\selectfont
\input{testkerning.inc}
}
\end{document}
|