blob: ccedddc5a4687e9a71fc0ec1f301401d1514bfcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<html>
<!--
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
| Copyright(C) 1997-2010 by F. Bosisio |
| |
| This program can be redistributed and/or modified under |
| the terms of the LaTeX Project Public License, either |
| version 1.3 of this license or (at your option) any later |
| version. The latest version of this license is in |
| http://www.latex-project.org/lppl.txt |
| and version 1.3 or later is part of all LaTeX distributions |
| version 2005/12/01 or later. |
| |
| This work has the LPPL maintenance status `maintained'. |
| The Current Maintainer of this work is F. Bosisio. |
| |
| This work consists of files dblfont.dtx and dblfont.html |
| and of the derived files dblfont.sty and dblfont.pdf. |
| |
| E-mail: fbosisio@bigfoot.com |
| CTAN location: macros/latex/contrib/bosisio/ |
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
-->
<head>
<title>Package dblfont</title>
</head>
<body>
<h1 align="center">
Package <tt>dblfont</tt><br />
<small>
This is version 2.2, last revised 1997/12/13; documentation date 2005/04/09.
</small>
</h1>
<p align="center">
<strong>
Author: <i>F. Bosisio</i><br />
<small>
E-mail: <a href="mailto:fbosisio@bigfoot.com">
<tt>fbosisio@bigfoot.com</tt>
</a><br />
CTAN location: <a href="http://mirror.ctan.org/macros/latex/contrib/bosisio">
<tt>macros/latex/contrib/bosisio</tt>
</a>
</small>
</strong>
</p>
<!------------------------------------------------------------------------>
<h3>Abstract:</h3>
<div>
Documentation for the package <tt>dblfont</tt>.
</div>
<br /><hr />
<!------------------------------------------------------------------------>
<h2>Table of contents</h2>
<ul>
<li><a href="#SECTION01">Introduction</a></li>
<li><a href="#SECTION02">The options</a></li>
</ul>
<br /><hr />
<!------------------------------------------------------------------------>
<h2><a name="SECTION01">Introduction</a></h2>
<p>
This package provides the font ``<tt>\DblFont</tt>'' (font
<tt>msbm10</tt>), which corresponds to the so called blackdoard-bold
symbols.
</p>
<h2><a name="SECTION02">The options</a></h2>
<p>
For each uppercase letter ``<tt>X</tt>'' a corresponding ``<tt>X</tt>''
and ``<tt>XX</tt>'' options exist: they declare the commands
``<tt>\X</tt>'' and ``<tt>\XX</tt>'' respectively, which both generate
the letter <tt>X</tt> in <tt>DblFont</tt>.
<br />
If a command named ``<tt>\X</tt>'' or ``<tt>\XX</tt>'' already exists in
LaTeX, its definition is first saved in ``<tt>\BackDoubleX</tt>'' or
``<tt>\BackDoubleXX</tt>'' respectively.
</p>
<p>
Also a ``<tt>RT</tt>'' option exists: it declares the ``<tt>\RT</tt>''
command, which generates the two letters <tt>RT</tt> in <tt>DblFont</tt>
(useful for the <em>Raviart-Thomas</em> spaces).
</p>
<hr /><br />
<!------------------------------------------------------------------------>
<address>
<i>F. Bosisio</i><br />
E-mail: <a href="mailto:fbosisio@bigfoot.com"><tt>fbosisio@bigfoot.com</tt></a>
</address>
<!------------------------------------------------------------------------>
</body>
</html>
|