blob: 3d453befefff4d502e538999e259f91f00732e1d (
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
|
____________________
The MATHALFA package
This package provides a standard means of setting math alphabets
associated with the macros \mathcal, \mathbb, \mathfrak and \mathscr
and, where available, their bold counterparts \mathbcal, \mathbbb,
\mathbfrak and \mathbscr.
It mostly bypasses the usual fd and sty files used to load these
alphabets in order to allow each to be scaled independently and
without silently quantizing the sizes.
This version (1.04) makes a small coding change that affects only
users of the full version of mtpro2 who also use an ams documentclass.
The change allows the user to specify, for example,
\usepackage{amsart}
\usepackage{mtpro2}
\usepackage[frak=mt]{mathalfa}
as a work-around for the non-functional
\usepackage{amsart}
\usepackage[mtpfrak]{mtpro2}
Copyright 2011 Michael Sharpe
msharpe at ucsd dot edu
License:
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3c of this license or (at your option) any
later version: <http://www.latex-project.org/lppl.txt>
____________________
|