summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/bbold-type1/test.tex
blob: 6dd0ff6fc6acd3a226a89fe72b4ee1b67b1af64e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}