OSDN Git Service

lltjp-fontspec: adapt fontspec 2.7e, and removed codes for <2.7c
[luatex-ja/luatexja.git] / test / test30-microtype.tex
1 \documentclass{article}
2 \usepackage{luatexja}
3 \usepackage[factor=2000]{microtype}
4 \usepackage{etoolbox}
5 \makeatletter
6 \SetProtrusion{ encoding=TU, font = */*/*/*/normalsize}{
7   %\char"DF={0,0},
8   \'A={800,200}, \ss={1000,100}
9 }
10 \textwidth10mm
11 %\tracingnone
12 \begin{document}
13 \parindent0pt
14
15 \leavevmode
16 \smash{\vrule  depth 1000pt width .125mm}
17 \hfill
18 \smash{\vrule  depth 1000pt width .125mm}
19
20 A
21
22 \'A\hfill \'A
23
24 Á\hfill Á
25
26 \ss\hfill \ss
27
28 ß\hfill ß
29
30 \LaTeX
31
32 \end{document}