From 2b050732472528a292714302eaddd5796f936d16 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:58:44 +0000 Subject: mathcomp git-svn-id: svn://tug.org/texlive/trunk@1073 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/mathcomp/mathcomp.sty | 53 +++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/mathcomp/mathcomp.sty (limited to 'Master/texmf-dist/tex/latex') 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'. -- cgit v1.2.3