diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/kerntest/t1-ptm-bx-n-example.tex | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/kerntest/t1-ptm-bx-n-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/kerntest/t1-ptm-bx-n-example.tex | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/kerntest/t1-ptm-bx-n-example.tex b/Master/texmf-dist/doc/latex/kerntest/t1-ptm-bx-n-example.tex new file mode 100644 index 00000000000..6fda854b86a --- /dev/null +++ b/Master/texmf-dist/doc/latex/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} |