summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/bbold-type1/test.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-21 23:59:24 +0000
committerKarl Berry <karl@freefriends.org>2010-11-21 23:59:24 +0000
commit6e20e6f17af5d977a149cc992c632d1f1167d599 (patch)
tree98542415aa21cb47162e04421b4fe0e48b7cd6cf /Master/texmf-dist/doc/fonts/bbold-type1/test.tex
parentd39570760243435ff2cd4ac49aed5fb6fd43646a (diff)
new type1 fonts bbold-type1 (21nov10)
git-svn-id: svn://tug.org/texlive/trunk@20524 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/bbold-type1/test.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/bbold-type1/test.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/bbold-type1/test.tex b/Master/texmf-dist/doc/fonts/bbold-type1/test.tex
new file mode 100644
index 00000000000..6dd0ff6fc6a
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/bbold-type1/test.tex
@@ -0,0 +1,19 @@
+\documentclass{article}
+\pdfmapfile{+bbold.map}
+\usepackage{bbold}
+\begin{document}
+\def\test#1{%
+\noindent #1%
+\textbb{ABCDEFGHIJKLMNOPQRSTUVWXYZ\\abcdefghijklmnopqrstuvwxyz}\par%
+}
+\test{\Huge}
+\test{\huge}
+\test{\LARGE}
+\test{\Large}
+\test{\large}
+\test{\normalsize}
+\test{\small}
+\test{\footnotesize}
+\test{\scriptsize}
+\test{\tiny}
+\end{document}