summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/concmath
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
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')
-rw-r--r--Master/texmf-dist/tex/latex/concmath/concmath.sty70
-rw-r--r--Master/texmf-dist/tex/latex/concmath/omlccm.fd32
-rw-r--r--Master/texmf-dist/tex/latex/concmath/omlccr.fd30
-rw-r--r--Master/texmf-dist/tex/latex/concmath/omsccr.fd30
-rw-r--r--Master/texmf-dist/tex/latex/concmath/omsccsy.fd31
-rw-r--r--Master/texmf-dist/tex/latex/concmath/omxccex.fd28
-rw-r--r--Master/texmf-dist/tex/latex/concmath/ot1ccr.fd46
-rw-r--r--Master/texmf-dist/tex/latex/concmath/ucca.fd30
-rw-r--r--Master/texmf-dist/tex/latex/concmath/uccb.fd30
9 files changed, 327 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'.
diff --git a/Master/texmf-dist/tex/latex/concmath/omlccm.fd b/Master/texmf-dist/tex/latex/concmath/omlccm.fd
new file mode 100644
index 00000000000..eeaf69318c1
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/concmath/omlccm.fd
@@ -0,0 +1,32 @@
+%%
+%% This is file `omlccm.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% concmath.dtx (with options: `OMLccm')
+%%
+%% 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.
+%%
+\ProvidesFile{omlccm.fd}
+[1999/03/10 v2.0b LaTeX font defs for Concrete math fonts]
+\DeclareFontFamily{OML}{ccm}{\skewchar\font127 }
+\DeclareFontShape{OML}{ccm}{m}{it}{
+ <5> <6> <7> <8> <9> gen * xccmi
+ <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> xccmi10}{}
+\DeclareFontShape{OML}{ccm}{b}{it}{<-> ssub * cmm/b/it}{}
+\DeclareFontShape{OML}{ccm}{c}{it}{<9> ccmic9}{}
+\endinput
+%%
+%% End of file `omlccm.fd'.
diff --git a/Master/texmf-dist/tex/latex/concmath/omlccr.fd b/Master/texmf-dist/tex/latex/concmath/omlccr.fd
new file mode 100644
index 00000000000..3d345a77287
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/concmath/omlccr.fd
@@ -0,0 +1,30 @@
+%%
+%% This is file `omlccr.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% concmath.dtx (with options: `OMLccr')
+%%
+%% 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.
+%%
+\ProvidesFile{omlccr.fd}
+[1999/03/10 v2.0b LaTeX font defs for Concrete math fonts]
+\DeclareFontFamily{OML}{ccr}{\skewchar\font127 }
+\DeclareFontShape{OML}{ccr}{m}{it} {<->ssub * ccm/m/it}{}
+\DeclareFontShape{OML}{ccr}{bx}{it} {<->ssub * ccm/b/it}{}
+\DeclareFontShape{OML}{ccr}{sbc}{it}{<->ssub * ccm/m/it}{}
+\endinput
+%%
+%% End of file `omlccr.fd'.
diff --git a/Master/texmf-dist/tex/latex/concmath/omsccr.fd b/Master/texmf-dist/tex/latex/concmath/omsccr.fd
new file mode 100644
index 00000000000..733ddb7dab9
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/concmath/omsccr.fd
@@ -0,0 +1,30 @@
+%%
+%% This is file `omsccr.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% concmath.dtx (with options: `OMSccr')
+%%
+%% 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.
+%%
+\ProvidesFile{omsccr.fd}
+[1999/03/10 v2.0b LaTeX font defs for Concrete math fonts]
+\DeclareFontFamily{OMS}{ccr}{\skewchar\font48 }
+\DeclareFontShape{OMS}{ccr}{m}{n} {<->ssub * ccsy/m/n}{}
+\DeclareFontShape{OMS}{ccr}{bx}{n} {<->ssub * ccsy/b/n}{}
+\DeclareFontShape{OMS}{ccr}{sbc}{n}{<->ssub * ccsy/m/n}{}
+\endinput
+%%
+%% End of file `omsccr.fd'.
diff --git a/Master/texmf-dist/tex/latex/concmath/omsccsy.fd b/Master/texmf-dist/tex/latex/concmath/omsccsy.fd
new file mode 100644
index 00000000000..70432232e37
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/concmath/omsccsy.fd
@@ -0,0 +1,31 @@
+%%
+%% This is file `omsccsy.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% concmath.dtx (with options: `OMSccsy')
+%%
+%% 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.
+%%
+\ProvidesFile{omsccsy.fd}
+[1999/03/10 v2.0b LaTeX font defs for Concrete math fonts]
+\DeclareFontFamily{OMS}{ccsy}{\skewchar\font48 }
+\DeclareFontShape{OMS}{ccsy}{m}{n}{
+ <5> <6> <7> <8> <9> gen * xccsy
+ <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> xccsy10}{}
+\DeclareFontShape{OMS}{ccsy}{b}{n}{<-> ssub * cmsy/b/n}{}
+\endinput
+%%
+%% End of file `omsccsy.fd'.
diff --git a/Master/texmf-dist/tex/latex/concmath/omxccex.fd b/Master/texmf-dist/tex/latex/concmath/omxccex.fd
new file mode 100644
index 00000000000..db4ca64fd86
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/concmath/omxccex.fd
@@ -0,0 +1,28 @@
+%%
+%% This is file `omxccex.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% concmath.dtx (with options: `OMXccex')
+%%
+%% 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.
+%%
+\ProvidesFile{omxccex.fd}
+[1999/03/10 v2.0b LaTeX font defs for Concrete math fonts]
+\DeclareFontFamily{OMX}{ccex}{}
+\DeclareFontShape{OMX}{ccex}{m}{n}{<-> sfixed * xccex10}{}
+\endinput
+%%
+%% End of file `omxccex.fd'.
diff --git a/Master/texmf-dist/tex/latex/concmath/ot1ccr.fd b/Master/texmf-dist/tex/latex/concmath/ot1ccr.fd
new file mode 100644
index 00000000000..13029d67e81
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/concmath/ot1ccr.fd
@@ -0,0 +1,46 @@
+%%
+%% This is file `ot1ccr.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% concmath.dtx (with options: `OT1ccr')
+%%
+%% 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.
+%%
+\ProvidesFile{ot1ccr.fd}
+[1999/03/10 v2.0b LaTeX font defs for Concrete math fonts]
+\DeclareFontFamily{OT1}{ccr}{\hyphenchar\font45 }
+\DeclareFontShape{OT1}{ccr}{m}{n}{
+ <5> <6> <7> <8> <9> gen * ccr
+ <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> ccr10}{}
+\DeclareFontShape{OT1}{ccr}{m}{sl}{
+ <5> <6> <7> <8> <9> ccsl9
+ <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> ccsl10}{}
+\DeclareFontShape{OT1}{ccr}{m}{it}{
+ <5> <6> <7> <8> <9>
+ <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> ccti10}{}
+\DeclareFontShape{OT1}{ccr}{m}{sc}{
+ <5> <6> <7> <8> <9>
+ <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> cccsc10}{}
+\DeclareFontShape{OT1}{ccr}{bx}{n} {<-> ssub * cmr/bx/n}{}
+\DeclareFontShape{OT1}{ccr}{bx}{sl}{<-> ssub * cmr/bx/sl}{}
+\DeclareFontShape{OT1}{ccr}{bx}{it}{<-> ssub * cmr/bx/it}{}
+\DeclareFontShape{OT1}{ccr}{sbc}{n} {<-> ssub * cmss/sbc/n}{}
+\DeclareFontShape{OT1}{ccr}{sbc}{sl}{<-> ssub * cmss/sbc/n}{}
+\DeclareFontShape{OT1}{ccr}{sbc}{it}{<-> ssub * cmss/sbc/n}{}
+\DeclareFontShape{OT1}{ccr}{c}{sl}{<9> ccslc9}{}
+\endinput
+%%
+%% End of file `ot1ccr.fd'.
diff --git a/Master/texmf-dist/tex/latex/concmath/ucca.fd b/Master/texmf-dist/tex/latex/concmath/ucca.fd
new file mode 100644
index 00000000000..aad50a8cb65
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/concmath/ucca.fd
@@ -0,0 +1,30 @@
+%%
+%% This is file `ucca.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% concmath.dtx (with options: `Ucca')
+%%
+%% 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.
+%%
+\ProvidesFile{ucca.fd}
+[1999/03/10 v2.0b LaTeX font defs for Concrete math fonts]
+\DeclareFontFamily{U}{cca}{}
+\DeclareFontShape{U}{cca}{m}{n}{
+ <5> <6> <7> <8> <9> gen * xccam
+ <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> xccam10}{}
+\endinput
+%%
+%% End of file `ucca.fd'.
diff --git a/Master/texmf-dist/tex/latex/concmath/uccb.fd b/Master/texmf-dist/tex/latex/concmath/uccb.fd
new file mode 100644
index 00000000000..884a8879b63
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/concmath/uccb.fd
@@ -0,0 +1,30 @@
+%%
+%% This is file `uccb.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% concmath.dtx (with options: `Uccb')
+%%
+%% 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.
+%%
+\ProvidesFile{uccb.fd}
+[1999/03/10 v2.0b LaTeX font defs for Concrete math fonts]
+\DeclareFontFamily{U}{ccb}{}
+\DeclareFontShape{U}{ccb}{m}{n}{
+ <5> <6> <7> <8> <9> gen * xccbm
+ <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> xccbm10}{}
+\endinput
+%%
+%% End of file `uccb.fd'.