summaryrefslogtreecommitdiff
path: root/fonts/bbold-type1/test.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/bbold-type1/test.tex
Initial commit
Diffstat (limited to 'fonts/bbold-type1/test.tex')
-rw-r--r--fonts/bbold-type1/test.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/fonts/bbold-type1/test.tex b/fonts/bbold-type1/test.tex
new file mode 100644
index 0000000000..d353bdae51
--- /dev/null
+++ b/fonts/bbold-type1/test.tex
@@ -0,0 +1,18 @@
+\documentclass{article}
+\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}