summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/kerntest/t1-ptm-bx-n-example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/kerntest/t1-ptm-bx-n-example.tex')
-rw-r--r--macros/latex/contrib/kerntest/t1-ptm-bx-n-example.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/macros/latex/contrib/kerntest/t1-ptm-bx-n-example.tex b/macros/latex/contrib/kerntest/t1-ptm-bx-n-example.tex
new file mode 100644
index 0000000000..6fda854b86
--- /dev/null
+++ b/macros/latex/contrib/kerntest/t1-ptm-bx-n-example.tex
@@ -0,0 +1,31 @@
+\listfiles
+\documentclass[family=ptm]{kerntest}
+\kernsetup{encoding=T1,series=bx,shape=n,example=M}
+\kernsetup{size=17.28pt,baselineskip=17pt,papersize=a4paper}
+\kernsetup{extraname=example,color=true,footer=false}
+
+\newglyphclass{right}{A}{A,Aring,Adieresis,Abreve[500]}
+\newglyphclass{left}{A}{A,Aring,Adieresis,Abreve[500]}
+\newglyphclass{right}{fullstop}{period,comma}
+\newglyphclass{left}{fullstop}{period,comma}
+
+\begin{document}
+
+\begin{kerntable}
+ \testkern{016}{-30}{046}{-30}{017} decimal \\
+ \testkern{"10}{-}{"2C}{-}{"11} hexadecimal \\
+ \testkern{'020}{-}{'101}{-80}{'021} octal \\
+ \testkern{quotedblleft}{-}{Aring}{-80}{quotedblright} by name\\
+ \testkern{quotedblleft}{-100}{AE}{-}{quotedblright} \\
+ \testkern{quotedblleft}{-}{B}{-60}{quotedblright} \\
+ \testkern{quotedblleft}{-}{C}{-}{quotedblright} \\
+ \testkern{T}{-}{f}{+90}{T} \\
+ \testkern{quotedblbase}{-60}{T}{-}{quotedblleft} \\
+ \testkern{quotedblbase}{-}{Adieresis}{-}{quotedblleft} \\
+ \testkern{quotedblbase}{-}{A}{-200}{quotedblleft} \\
+ \testkern{quotedblbase}{-}{Aring}{-}{quotedblleft} \\
+ \testkern{quotedblbase}{-}{Abreve}{-}{quotedblleft} \\
+ \testkern{guillemotright}{-55}{V}{-55}{guillemotleft} \\
+\end{kerntable}
+
+\end{document}