summaryrefslogtreecommitdiff
path: root/fonts/lsabon/lsbsample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/lsabon/lsbsample.tex')
-rw-r--r--fonts/lsabon/lsbsample.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/fonts/lsabon/lsbsample.tex b/fonts/lsabon/lsbsample.tex
new file mode 100644
index 0000000000..b0b450021f
--- /dev/null
+++ b/fonts/lsabon/lsbsample.tex
@@ -0,0 +1,42 @@
+\documentclass{article}
+\usepackage{ifpdf}
+\ifpdf
+ \pdfmapfile{+lsb.map}
+ \usepackage{microtype}
+\fi
+\usepackage{lsabon,textcomp}
+\usepackage{kantlipsum}
+\begin{document}
+
+\sabonfamily
+
+Sabon Regular: 0123456789. fi, ffi. \kant[1]
+
+{\itshape Sabon Italic: 0123456789. fi, ffi. \kant[2]}
+
+
+
+{\bfseries
+Sabon Bold: 0123456789. fi, ffi. \kant[5]
+
+\itshape Sabon Bold Italic: 0123456789. fi, ffi. \kant[6]}
+
+{\scshape
+Sabon Small Caps: 0123456789. fi, ffi. \kant[57]}
+
+{\scshape\bfseries
+Sabon Small Caps Bold: 0123456789. fi, ffi. \kant[58]}
+
+{\itscshape
+Sabon Italic Small Caps: 0123456789. fi, ffi. \kant[59]}
+
+{\itscshape\bfseries
+Sabon Italic Small Caps Bold: 0123456789. fi, ffi. \kant[60]}
+
+
+Package ``textcomp'' allows us to typeset currencies: \texteuro25.00,
+\pounds4.5, \textdollar6, \textyen4.
+
+
+
+\end{document}