From e21a7a53e03d7a365aa60fc655cb1ad0c5ed7a54 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:52:46 +0000 Subject: ccfonts git-svn-id: svn://tug.org/texlive/trunk@742 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/ccfonts/ccfonts.sty | 97 +++++++++++++++++++++++++ Master/texmf-dist/tex/latex/ccfonts/t1ccr.fd | 54 ++++++++++++++ Master/texmf-dist/tex/latex/ccfonts/ts1ccr.fd | 51 +++++++++++++ 3 files changed, 202 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/ccfonts/ccfonts.sty create mode 100644 Master/texmf-dist/tex/latex/ccfonts/t1ccr.fd create mode 100644 Master/texmf-dist/tex/latex/ccfonts/ts1ccr.fd (limited to 'Master/texmf-dist/tex/latex/ccfonts') diff --git a/Master/texmf-dist/tex/latex/ccfonts/ccfonts.sty b/Master/texmf-dist/tex/latex/ccfonts/ccfonts.sty new file mode 100644 index 00000000000..91bc86eed15 --- /dev/null +++ b/Master/texmf-dist/tex/latex/ccfonts/ccfonts.sty @@ -0,0 +1,97 @@ +%% +%% This is file `ccfonts.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% ccfonts.dtx (with options: `package') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from ccfonts.sty. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file ccfonts.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +\NeedsTeXFormat{LaTeX2e}[1995/06/01] +\ProvidesPackage{ccfonts} + [2000/06/30 v1.1 (WaS)] +\renewcommand{\rmdefault}{ccr} +\def\cc@baselineskip@table + {<\@viiipt>10<\@ixpt>11.5<\@xpt>13<\@xipt>14.5<\@xiipt>16} +\def\cc@setfontsize#1#2#3% + {\edef\@tempa{\def\noexpand\@tempb####1<#2}% + \@tempa>##2<##3\@nil{\def\cc@baselineskip@value{##2}}% + \edef\@tempa{\noexpand\@tempb\cc@baselineskip@table<#2}% + \@tempa><\@nil + \ifx\cc@baselineskip@value\@empty + \def\cc@baselineskip@value{#3}% + \fi + \old@setfontsize{#1}{#2}\cc@baselineskip@value} +\let\old@setfontsize=\@setfontsize +\let\@setfontsize=\cc@setfontsize +\DeclareOption{standard-baselineskips}{% + \let\@setfontsize=\old@setfontsize} +\DeclareOption{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% +}{} +\newdimen\big@size +\addto@hook\every@math@size{\setbox\z@\vbox{\hbox{$($}\kern\z@}% + \global\big@size 1.2\ht\z@} +\def\bBigg@#1#2{% + {\hbox{$\left#2\vcenter to#1\big@size{}\right.\n@space$}}} +\def\big{\bBigg@\@ne} +\def\Big{\bBigg@{1.5}} +\def\bigg{\bBigg@\tw@} +\def\Bigg{\bBigg@{2.5}} +} +\let\upDelta\Delta +\let\upOmega\Omega +\DeclareOption{slantedGreek}{% + \DeclareMathSymbol{\Gamma}{\mathalpha}{letters}{0} + \DeclareMathSymbol{\Delta}{\mathalpha}{letters}{1} + \DeclareMathSymbol{\Theta}{\mathalpha}{letters}{2} + \DeclareMathSymbol{\Lambda}{\mathalpha}{letters}{3} + \DeclareMathSymbol{\Xi}{\mathalpha}{letters}{4} + \DeclareMathSymbol{\Pi}{\mathalpha}{letters}{5} + \DeclareMathSymbol{\Sigma}{\mathalpha}{letters}{6} + \DeclareMathSymbol{\Upsilon}{\mathalpha}{letters}{7} + \DeclareMathSymbol{\Phi}{\mathalpha}{letters}{8} + \DeclareMathSymbol{\Psi}{\mathalpha}{letters}{9} + \DeclareMathSymbol{\Omega}{\mathalpha}{letters}{10} +} +\DeclareOption{boldsans}{% + \renewcommand{\bfdefault}{sbc}} +\ProcessOptions\relax +\DeclareSymbolFont {operators} {OT1}{ccr} {m}{n} +\DeclareSymbolFont {letters} {OML}{ccm} {m}{it} +\DeclareSymbolFont {symbols} {OMS}{ccsy}{m}{n} +\DeclareSymbolFont {largesymbols}{OMX}{ccex}{m}{n} +\DeclareMathAlphabet{\mathbf} {OT1}{ccr}{bx}{n} +\DeclareMathAlphabet{\mathit} {OT1}{ccr} {m}{it} +\AtBeginDocument{ + \DeclareFontFamily{U}{msa}{} + \DeclareFontShape{U}{msa}{m}{n}{% + <5><6><7><8><9><10>gen*xccam% + <10.95><12><14.4><17.28><20.74><24.88>xccam10}{} + \DeclareFontFamily{U}{msb}{} + \DeclareFontShape{U}{msb}{m}{n}{% + <5><6><7><8><9><10>gen*xccbm% + <10.95><12><14.4><17.28><20.74><24.88>xccbm10}{} +} +\normalsize +\endinput +%% +%% End of file `ccfonts.sty'. diff --git a/Master/texmf-dist/tex/latex/ccfonts/t1ccr.fd b/Master/texmf-dist/tex/latex/ccfonts/t1ccr.fd new file mode 100644 index 00000000000..77b3de77f2b --- /dev/null +++ b/Master/texmf-dist/tex/latex/ccfonts/t1ccr.fd @@ -0,0 +1,54 @@ +%% +%% This is file `t1ccr.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% cc.fdd (with options: `T1ccr') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from t1ccr.fd. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file cc.fdd. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) + \ProvidesFile{t1ccr.fd} + [1999/11/22 v1.0a (WaS)] +\DeclareFontFamily{T1}{ccr}{} + +\DeclareFontShape{T1}{ccr}{m}{n}{% +<5><6><7><8><9><10>gen*eorm% +<10.95><12><14.4><17.28><20.74><24.88>eorm10}{} + +\DeclareFontShape{T1}{ccr}{m}{sl}{% +<5><6><7><8><9><10>gen*eosl% +<10.95><12><14.4><17.28><20.74><24.88>eosl10}{} + +\DeclareFontShape{T1}{ccr}{m}{it}{% +<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>eoti10}{} + +\DeclareFontShape{T1}{ccr}{m}{sc}{% +<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>eocc10}{} + +\DeclareFontShape{T1}{ccr}{bx}{n}{% +<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>ssub*cmr/bx/n}{} + +\DeclareFontShape{T1}{ccr}{bx}{sl}{% +<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>ssub*cmr/bx/sl}{} + +\DeclareFontShape{T1}{ccr}{bx}{it}{% +<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>ssub*cmr/bx/it}{} + +\DeclareFontShape{T1}{ccr}{sbc}{n}{% + <5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>ssubf*ecssdc10}{} +\endinput +%% +%% End of file `t1ccr.fd'. diff --git a/Master/texmf-dist/tex/latex/ccfonts/ts1ccr.fd b/Master/texmf-dist/tex/latex/ccfonts/ts1ccr.fd new file mode 100644 index 00000000000..3fda555607c --- /dev/null +++ b/Master/texmf-dist/tex/latex/ccfonts/ts1ccr.fd @@ -0,0 +1,51 @@ +%% +%% This is file `ts1ccr.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% cc.fdd (with options: `TS1ccr') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from ts1ccr.fd. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file cc.fdd. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) + \ProvidesFile{ts1ccr.fd} + [1999/11/22 v1.0a (WaS)] +\DeclareFontFamily{TS1}{ccr}{\hyphenchar\font\m@ne} +\DeclareFontShape{TS1}{ccr}{m}{n}{% +<5><6><7><8><9>gen*torm% +<10><10.95><12><14.4><17.28><20.74><24.88>torm10% +}{} +\DeclareFontShape{TS1}{ccr}{m}{sl}{% +<5><6><7><8><9><10>gen*tosl% +<10.95><12><14.4><17.28><20.74><24.88>tosl10% +}{} +\DeclareFontShape{TS1}{ccr}{m}{it}{% +<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>toti10% +}{} +\DeclareFontShape{TS1}{ccr}{bx}{n}{% +<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>ssub*cmr/bx/n% +}{} +\DeclareFontShape{TS1}{ccr}{bx}{it}{% +<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>ssub*cmr/bx/it% +}{} +\DeclareFontShape{TS1}{ccr}{bx}{sl}{% +<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>ssub*cmr/bx/sl% +}{} +\DeclareFontShape{TS1}{ccr}{sbc}{n}{% +<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>ssubf*tcssdc10% +}{} +\endinput +%% +%% End of file `ts1ccr.fd'. -- cgit v1.2.3