summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mathcomp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:58:44 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:58:44 +0000
commit2b050732472528a292714302eaddd5796f936d16 (patch)
treefc9992a1c6528bfbf9e3182163ef1b5525367bdb /Master/texmf-dist/tex/latex/mathcomp
parent48253e3d9e0b096cfefd4f2a24f370a444421bfa (diff)
mathcomp
git-svn-id: svn://tug.org/texlive/trunk@1073 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mathcomp')
-rw-r--r--Master/texmf-dist/tex/latex/mathcomp/mathcomp.sty53
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mathcomp/mathcomp.sty b/Master/texmf-dist/tex/latex/mathcomp/mathcomp.sty
new file mode 100644
index 00000000000..96babc42a9a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/mathcomp/mathcomp.sty
@@ -0,0 +1,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'.