diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-21 23:59:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-21 23:59:24 +0000 |
commit | 6e20e6f17af5d977a149cc992c632d1f1167d599 (patch) | |
tree | 98542415aa21cb47162e04421b4fe0e48b7cd6cf /Master/texmf-dist/doc/fonts | |
parent | d39570760243435ff2cd4ac49aed5fb6fd43646a (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')
-rw-r--r-- | Master/texmf-dist/doc/fonts/bbold-type1/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/bbold-type1/test.pdf | bin | 0 -> 39446 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/bbold-type1/test.tex | 19 |
3 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/bbold-type1/README b/Master/texmf-dist/doc/fonts/bbold-type1/README new file mode 100644 index 00000000000..7ae859a74a6 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/bbold-type1/README @@ -0,0 +1,7 @@ +This repacking of Type1 version of BBOLD font from Y&Y. + +Only 10, 7 and 5pt sizes were provided by Y&Y, other sizes Ubbold.fd will be scaled from nearest size. + +The files are Copyright 2007 TeX Users Group, with license: + + "You may freely use, modify and/or distribute this file." diff --git a/Master/texmf-dist/doc/fonts/bbold-type1/test.pdf b/Master/texmf-dist/doc/fonts/bbold-type1/test.pdf Binary files differnew file mode 100644 index 00000000000..a140cf7a3c2 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/bbold-type1/test.pdf 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} |