summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cm-super
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:53:11 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:53:11 +0000
commit9365f95aa4fda656d9d504c9e62a6849dc904b3b (patch)
tree985a09623d234e0e8a068feae20b6e230b75cfff /Master/texmf-dist/tex/latex/cm-super
parentfbe51d2003978397ab3cd48b73b87413f2873aa4 (diff)
cm-super
git-svn-id: svn://tug.org/texlive/trunk@766 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cm-super')
-rw-r--r--Master/texmf-dist/tex/latex/cm-super/type1ec.sty49
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cm-super/type1ec.sty b/Master/texmf-dist/tex/latex/cm-super/type1ec.sty
new file mode 100644
index 00000000000..27629bf339b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/cm-super/type1ec.sty
@@ -0,0 +1,49 @@
+% Copyright 2002 Vladimir Volovich
+%
+% Put \usepackage{type1ec} before \usepackage[...]{fontenc}
+% in order to use CM-Super EC/TC/LH fonts at arbitrary sizes.
+% To reduce the output PS or PDF file size, use \usepackage[10pt]{type1ec}
+% (that will use only 10 pt fonts scaled to any desired size).
+
+\ProvidesPackage{type1ec}[2002/09/07 v1.1 Type1 EC font definitions (for CM-Super fonts)]
+\DeclareOption{10pt}{%
+ \providecommand{\EC@family}[5]{\DeclareFontShape{#1}{#2}{#3}{#4}{<->#51000}{}}%
+ \providecommand{\EC@ttfamily}[5]{\DeclareFontShape{#1}{#2}{#3}{#4}{<->#51000}{}}%
+}
+\ProcessOptions
+\providecommand{\EC@family}[5]{%
+ \DeclareFontShape{#1}{#2}{#3}{#4}{%
+ <-6>#50500%
+ <6-7>#50600%
+ <7-8>#50700%
+ <8-9>#50800%
+ <9-10>#50900%
+ <10-10.95>#51000%
+ <10.95-12>#51095%
+ <12-14.4>#51200%
+ <14.4-17.28>#51440%
+ <17.28-20.74>#51728%
+ <20.74-24.88>#52074%
+ <24.88-29.86>#52488%
+ <29.86-35.83>#52986%
+ <35.83->#53583%
+}{}}
+\providecommand{\EC@ttfamily}[5]{%
+ \DeclareFontShape{#1}{#2}{#3}{#4}{%
+ <-9>#50800%
+ <9-10>#50900%
+ <10-10.95>#51000%
+ <10.95-12>#51095%
+ <12-14.4>#51200%
+ <14.4-17.28>#51440%
+ <17.28-20.74>#51728%
+ <20.74-24.88>#52074%
+ <24.88-29.86>#52488%
+ <29.86-35.83>#52986%
+ <35.83->#53583%
+}{}}
+\begingroup
+\nfss@catcodes
+\input{t1cmr.fd}
+\endgroup
+\endinput