summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/concmath/concmath.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:53:27 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:53:27 +0000
commit043a1d553e43f750aa4fc25a595fd09da96ca5a1 (patch)
tree235d2e75ef039d3d490a4fbfbb14186f01e6832f /Master/texmf-dist/tex/latex/concmath/concmath.sty
parent4f617355bd5e865e45f1dd5c88172a1d38d41e81 (diff)
concmath
git-svn-id: svn://tug.org/texlive/trunk@782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/concmath/concmath.sty')
-rw-r--r--Master/texmf-dist/tex/latex/concmath/concmath.sty70
1 files changed, 70 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/concmath/concmath.sty b/Master/texmf-dist/tex/latex/concmath/concmath.sty
new file mode 100644
index 00000000000..40e8c1f230c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/concmath/concmath.sty
@@ -0,0 +1,70 @@
+%%
+%% This is file `concmath.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% concmath.dtx (with options: `package')
+%%
+%% Copyright (C) 1995--1999 Ulrik Vieth
+%%
+%% This file is part of the `concmath' package.
+%%
+%% This program is free software; you can redistribute it and/or
+%% modify it under the terms of the LaTeX Project Public License
+%% as described in lppl.txt in the base LaTeX distribution; either
+%% version 1 of the License, or (at your option) any later version.
+%%
+%% This program is distributed in the hope that it will be useful,
+%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+%%
+\NeedsTeXFormat{LaTeX2e}[1996/12/01]
+\ProvidesPackage{concmath}
+[1999/03/10 v2.0b LaTeX package for Concrete math fonts]
+\newif\ifcc@exscale \cc@exscalefalse
+\DeclareOption{exscale}{%
+ \cc@exscaletrue % something to do after \ProcessOptions
+ \AtBeginDocument{\RequirePackage{exscale}
+ \DeclareSymbolFont{largesymbols}{OMX}{ccex}{m}{n}}}
+\DeclareOption{amsfonts}{%
+ \AtBeginDocument{\RequirePackage{amsfonts}
+ \DeclareSymbolFont{AMSa}{U}{cca}{m}{n}
+ \DeclareSymbolFont{AMSb}{U}{ccb}{m}{n}
+ \DeclareSymbolFontAlphabet{\mathbb}{AMSb}}}
+\DeclareOption{amssymb}{%
+ \AtBeginDocument{\RequirePackage{amssymb}
+ \DeclareSymbolFont{AMSa}{U}{cca}{m}{n}
+ \DeclareSymbolFont{AMSb}{U}{ccb}{m}{n}
+ \DeclareSymbolFontAlphabet{\mathbb}{AMSb}}}
+\DeclareOption{boldsans}{%
+ \renewcommand{\bfdefault}{sbc}}
+\renewcommand{\rmdefault}{ccr}
+\DeclareSymbolFont{operators} {OT1}{ccr} {m}{n}
+\DeclareSymbolFont{letters} {OML}{ccm} {m}{it}
+\DeclareSymbolFont{symbols} {OMS}{ccsy}{m}{n}
+\DeclareSymbolFont{largesymbols}{OMX}{ccex}{m}{n}
+\SetSymbolFont{operators} {bold}{OT1}{ccr} {bx}{n}
+\SetSymbolFont{letters} {bold}{OML}{ccm} {b}{it}
+\SetSymbolFont{symbols} {bold}{OMS}{ccsy}{b}{n}
+\DeclareSymbolFontAlphabet{\mathrm} {operators}
+\DeclareSymbolFontAlphabet{\mathnormal}{letters}
+\DeclareSymbolFontAlphabet{\mathcal} {symbols}
+\DeclareMathAlphabet {\mathbf}{OT1}{ccr}{bx}{n}
+\DeclareMathAlphabet {\mathit}{OT1}{ccr}{m}{it}
+\def\oldstylenums#1{%
+ \begingroup
+ \spaceskip\fontdimen\tw@\font
+ \usefont{OML}{ccm}{\f@series}{it}%
+ \mathgroup\symletters #1%
+ \endgroup}
+\ProcessOptions
+\ifcc@exscale
+ \DeclareFontFamily{OMX}{ccex}{}
+ \DeclareFontShape{OMX}{ccex}{m}{n}{
+ <-8> sfixed * xccex7 <8> xccex8 <9> xccex9
+ <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> xccex10}{}
+\fi
+\endinput
+%%
+%% End of file `concmath.sty'.