summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-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'.