Skip to content

Commit bb4d89c

Browse files
committed
Adding new packages
1 parent 7c75cdf commit bb4d89c

File tree

323 files changed

+89837
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+89837
-0
lines changed

tex/latex/bbold/INSTALL

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
THE BBOLD SYMBOL FONT
2+
3+
6 APRIL 1994
4+
5+
This distribution contains the bbold symbol font:
6+
7+
INSTALL bbgreeku.mf bbold.dtx bbold17.mf bbold8.mf
8+
README bbligs.mf bbold.mf bbold5.mf bbold9.mf
9+
bbbase.mf bblower.mf bbold10.mf bbold6.mf bbparams.mf
10+
bbgreekl.mf bbnum.mf bbold12.mf bbold7.mf bbpunc.mf
11+
bbupper.mf
12+
13+
To install the fonts, you should:
14+
15+
* run METAFONT on the fonts, for example under Unix you say:
16+
17+
mf "\mode=localfont; input bbold5;"
18+
mf "\mode=localfont; input bbold6;"
19+
mf "\mode=localfont; input bbold7;"
20+
mf "\mode=localfont; input bbold8;"
21+
mf "\mode=localfont; input bbold9;"
22+
mf "\mode=localfont; input bbold12;"
23+
mf "\mode=localfont; input bbold17;"
24+
25+
* move bbold*.tfm into a TeX font metrics directory
26+
27+
* move bbold*.*pk into a TeX bitmaps directory
28+
29+
If you want to use the bbold font in LaTeX2e, you should:
30+
31+
* run LaTeX2e on bbold.dtx
32+
33+
* move bbold.sty and Ubbold.fd into a TeX inputs directory
34+
35+
* read the documentation in bbold.dvi
36+
37+
This file should only be distributed as part of the bbold
38+
distribution.
39+
40+
Copyright 1994 Alan Jeffrey

tex/latex/bbold/README

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
THE BBOLD SYMBOL FONT
2+
3+
6 APRIL 1994
4+
5+
This directory contains the bbold symbol font. This is a geometric
6+
sans serif blackboard bold font, for use in mathematics.
7+
8+
Read the INSTALL file for details of how to install the bbold
9+
package.
10+
11+
Alan Jeffrey (alanje@cogs.susx.ac.uk)
12+

tex/latex/bbold/Ubbold.fd

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
%%
2+
%% This is file `Ubbold.fd',
3+
%% generated with the docstrip utility.
4+
%%
5+
%% The original source files were:
6+
%%
7+
%% bbold.dtx (with options: `fontdef')
8+
%%
9+
%% IMPORTANT NOTICE:
10+
%%
11+
%% For the copyright see the source file.
12+
%%
13+
%% Any modified versions of this file must be renamed
14+
%% with new filenames distinct from Ubbold.fd.
15+
%%
16+
%% For distribution of the original source see the terms
17+
%% for copying and modification in the file bbold.dtx.
18+
%%
19+
%% This generated file may be distributed as long as the
20+
%% original source files, as listed above, are part of the
21+
%% same distribution. (The sources need not necessarily be
22+
%% in the same archive or directory.)
23+
%% \CharacterTable
24+
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
25+
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
26+
%% Digits \0\1\2\3\4\5\6\7\8\9
27+
%% Exclamation \! Double quote \" Hash (number) \#
28+
%% Dollar \$ Percent \% Ampersand \&
29+
%% Acute accent \' Left paren \( Right paren \)
30+
%% Asterisk \* Plus \+ Comma \,
31+
%% Minus \- Point \. Solidus \/
32+
%% Colon \: Semicolon \; Less than \<
33+
%% Equals \= Greater than \> Question mark \?
34+
%% Commercial at \@ Left bracket \[ Backslash \\
35+
%% Right bracket \] Circumflex \^ Underscore \_
36+
%% Grave accent \` Left brace \{ Vertical bar \|
37+
%% Right brace \} Tilde \~}
38+
\DeclareFontFamily{U}{bbold}{}
39+
\DeclareFontShape{U}{bbold}{m}{n}
40+
{ <5> <6> <7> <8> <9> gen * bbold
41+
<10> <10.95> bbold10
42+
<12> <14.4> bbold12
43+
<17.28> <20.74> <24.88> bbold17
44+
}{}
45+
\endinput
46+
%%
47+
%% End of file `Ubbold.fd'.

0 commit comments

Comments
 (0)