summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mathcomp/mathcomp.sty
blob: 96babc42a9a61be2bd5c66f8b7fb9b72abc4c33b (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
%%
%% This is file `mathcomp.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% mathcomp.dtx 
%% 
%% File `mathcomp.dtx'.
%% Copyright (C) 1996-2001 Tilmann B{\"o}{\ss}.
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%% Please mail suggestions, enhancements ... to the author.

\def\fileversion{v0.1f}
\def\filedate{2001/01/07}

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{mathcomp}[\filedate\space\fileversion\space(TBo)]
\RequirePackage{textcomp}
\DeclareSymbolFont{TC}{TS1}{cmr}{m}{n}
\ifx\mv@bold\@undefined\else
  \SetSymbolFont{TC}{bold}{TS1}{cmr}{bx}{n}
\fi
\DeclareOption{rmdefault}{
\DeclareSymbolFont{TC}{TS1}{\rmdefault}{m}{n}
\ifx\mv@bold\@undefined\else
  \SetSymbolFont{TC}{bold}{TS1}{\rmdefault}{bx}{n}
\fi
}
\DeclareOption*{
\DeclareSymbolFont{TC}{TS1}{\CurrentOption}{m}{n}
\ifx\mv@bold\@undefined\else
  \SetSymbolFont{TC}{bold}{TS1}{\CurrentOption}{bx}{n}
\fi
}
\DeclareSymbolFontAlphabet{\tcdigitoldstyle}{TC}
\DeclareMathSymbol{\tcohm}{\mathord}{TC}{'127}
\DeclareMathSymbol{\tcperthousand}{\mathord}{TC}{'207}
\DeclareMathSymbol{\tccelsius}{\mathord}{TC}{'211}
\let\tccentigrade=\tccelsius
\DeclareMathSymbol{\tcdegree}{\mathord}{TC}{176}
\DeclareMathSymbol{\tcpertenthousand}{\mathord}{TC}{'230}
\DeclareMathSymbol{\tcmu}{\mathord}{TC}{'265}
\DeclareMathSymbol{\dagger}{\mathbin}{TC}{132}
\DeclareMathSymbol{\ddagger}{\mathbin}{TC}{133}

\ProcessOptions
\endinput
%%
%% End of file `mathcomp.sty'.