summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/eiad
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:54:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:54:40 +0000
commit9c5ddbc4f12b0e7bf3322395d9d4bebb781376c5 (patch)
tree2d0c3fa34e7f6b379cb29a3f98212ea920143cf3 /Master/texmf-dist/tex/latex/eiad
parent0fc19eaf5590e7ca9076bcc0aa6d4f82bc9d4aef (diff)
eiad
git-svn-id: svn://tug.org/texlive/trunk@852 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/eiad')
-rw-r--r--Master/texmf-dist/tex/latex/eiad/eiad.sty99
-rw-r--r--Master/texmf-dist/tex/latex/eiad/ot1eiad.fd72
-rw-r--r--Master/texmf-dist/tex/latex/eiad/ot1eiadcc.fd26
-rw-r--r--Master/texmf-dist/tex/latex/eiad/ot1eiadss.fd49
-rw-r--r--Master/texmf-dist/tex/latex/eiad/ot1eiadtt.fd39
5 files changed, 285 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/eiad/eiad.sty b/Master/texmf-dist/tex/latex/eiad/eiad.sty
new file mode 100644
index 00000000000..30bd5952d72
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/eiad/eiad.sty
@@ -0,0 +1,99 @@
+%%
+%% This is file `eiad.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% eiad.dtx (with options: `package')
+%%
+%%
+%% This is a generated file.
+%%
+%% Copyright 1996 by Uwe Muench
+%%
+%% For further copyright information, and conditions for modification
+%% and distribution, see the file legal.txt of the LaTeX2e distribution,
+%% and any other copyright notices in this file.
+%%
+%% This system 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.
+%%
+%% For error reports concerning UNCHANGED versions of this file, please
+%% contact me (email: muench@ph-cip.uni-koeln.de)
+%%
+%% Please do not request updates from me directly. Primary
+%% distribution is through the CTAN archives.
+%%
+%%
+%% Permission is granted to copy this file to another file with a
+%% clearly different name and to customize the declarations in that
+%% copy to serve the needs of your installation, provided that you
+%% comply with the conditions in the file legal.txt of the LaTeX2e
+%% distribution.
+%%
+%% However, NO PERMISSION is granted to generate or to distribute a
+%% modified version of this file under its original name.
+%%
+%% You are NOT ALLOWED to change this file.
+%%
+%%
+%% MODIFICATION ADVICE:
+%%
+%% If you want to customize this file, it is best to make a copy of
+%% the source file(s) from which it was produced. Use a different
+%% name for your copy(ies) and modify the copy(ies); this will ensure
+%% that your modifications do not get overwritten when you install a
+%% new release of the standard system. You should also ensure that
+%% your modified source file does not generate any modified file with
+%% the same name as a standard file.
+%%
+%% You can then easily distribute your modifications by distributing
+%% the modified and renamed copy of the source file, taking care to
+%% observe the conditions in legal.txt (LaTeX2e distribution); this will
+%% ensure that other users can safely use your modifications.
+%%
+%% You will also need to produce your own, suitably named, .ins file to
+%% control the generation of files from your source file; this file
+%% should contain your own preambles for the files it generates, not
+%% those in the standard .ins files.
+%%
+%%
+\def\filename{eiad.dtx}
+\def\fileversion{1.0}
+\def\filedate{1996/11/13}
+\let\docversion=\fileversion
+\let\docdate=\filedate
+%%% File: eiad.dtx
+%% Copyright (C) 1996 Uwe Muench
+%% all rights reserved.
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{eiad}[1996/11/13 v1.0 LaTeX package eiad]
+%% \CharacterTable
+%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%% Digits \0\1\2\3\4\5\6\7\8\9
+%% Exclamation \! Double quote \" Hash (number) \#
+%% Dollar \$ Percent \% Ampersand \&
+%% Acute accent \' Left paren \( Right paren \)
+%% Asterisk \* Plus \+ Comma \,
+%% Minus \- Point \. Solidus \/
+%% Colon \: Semicolon \; Less than \<
+%% Equals \= Greater than \> Question mark \?
+%% Commercial at \@ Left bracket \[ Backslash \\
+%% Right bracket \] Circumflex \^ Underscore \_
+%% Grave accent \` Left brace \{ Vertical bar \|
+%% Right brace \} Tilde \~}
+\DeclareFontFamily{OT1}{eiad}{}
+\DeclareFontShape{OT1}{eiad}{m}{n}{<->s* eiad10}{}
+\DeclareFontShape{OT1}{eiad}{m}{bx}{<->s* eiadbf10}{}
+\DeclareRobustCommand\eiadfamily{%
+ \fontfamily{eiad}%
+ \fontencoding{OT1}%
+ \selectfont}
+\DeclareTextFontCommand\texteiad{\eiadfamily}
+\DeclareOldFontCommand{\eiad}{\eiadfamily}{%
+ \relax}% Switch for math mode
+\endinput
+%%
+%% End of file `eiad.sty'.
diff --git a/Master/texmf-dist/tex/latex/eiad/ot1eiad.fd b/Master/texmf-dist/tex/latex/eiad/ot1eiad.fd
new file mode 100644
index 00000000000..66504550503
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/eiad/ot1eiad.fd
@@ -0,0 +1,72 @@
+%% This is file `ot1eiad.fd',
+%% derived from `ot1cmr.fd'.
+%%
+\ProvidesFile{ot1eiad.fd}
+ [1998/03/27 v2.5g Standard LaTeX font definitions]
+\DeclareFontFamily{OT1}{eiad}{\hyphenchar\font45 }
+\DeclareFontShape{OT1}{eiad}{m}{n}%
+ {<5><6><7><8><9><10><12>gen*eiadr%
+ <10.95>eiadr10%
+ <14.4>eiadr12%
+ <17.28><20.74><24.88>eiadr17}{}
+\DeclareFontShape{OT1}{eiad}{m}{sl}%
+ {%
+ <5><6><7>eiadsl8%
+ <8><9>gen*eiadsl%
+ <10><10.95>eiadsl10%
+ <12><14.4><17.28><20.74><24.88>eiadsl12%
+ }{}
+\DeclareFontShape{OT1}{eiad}{m}{it}%
+ {%
+ <5><6><7>eiadi7%
+ <8>eiadi8%
+ <9>eiadi9%
+ <10><10.95>eiadi10%
+ <12><14.4><17.28><20.74><24.88>eiadi12%
+ }{}
+\DeclareFontShape{OT1}{eiad}{m}{sc}%
+ {%
+ <5><6><7><8><9><10><10.95><12>%
+ <14.4><17.28><20.74><24.88>eiadcsc10%
+ }{}
+% Warning: please note that the upright shape below is
+% used for the \pounds symbol of LaTeX. So this
+% font definition shouldn't be removed.
+%
+\DeclareFontShape{OT1}{eiad}{m}{ui}
+ {
+ <5><6><7><8><9><10><10.95><12>%
+ <14.4><17.28><20.74><24.88>eiadu10%
+ }{}
+%%%%%%% bold series
+\DeclareFontShape{OT1}{eiad}{b}{n}
+ {%
+ <5><6><7><8><9><10><10.95><12>%
+ <14.4><17.28><20.74><24.88>eiadb10%
+ }{}
+%%%%%%%% bold extended series
+\DeclareFontShape{OT1}{eiad}{bx}{n}
+ {%
+ <5><6><7><8><9>gen*eiadbx%
+ <10><10.95>eiadbx10%
+ <12><14.4><17.28><20.74><24.88>eiadbx12%
+ }{}
+\DeclareFontShape{OT1}{eiad}{bx}{sl}
+ {%
+ <5><6><7><8><9>%
+ <10><10.95><12><14.4><17.28><20.74><24.88>eiadbxsl10%
+ }{}
+\DeclareFontShape{OT1}{eiad}{bx}{it}
+ {%
+ <5><6><7><8><9>%
+ <10><10.95><12><14.4><17.28><20.74><24.88>eiadbxi10%
+ }{}
+% Again this is necessary for a correct \pounds symbol in
+% the eiadr fonts Hopefully the dc/ec font layout will take
+% over soon.
+%
+\DeclareFontShape{OT1}{eiad}{bx}{ui}
+ {<->ssub*eiadr/m/ui}{}
+\endinput
+%%
+%% End of file `ot1eiad.fd'.
diff --git a/Master/texmf-dist/tex/latex/eiad/ot1eiadcc.fd b/Master/texmf-dist/tex/latex/eiad/ot1eiadcc.fd
new file mode 100644
index 00000000000..dbc3af44d56
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/eiad/ot1eiadcc.fd
@@ -0,0 +1,26 @@
+%% This is file `ot1eiadcc.fd',
+%% a derivation of `ot1ccr.fd'.
+%%
+\ProvidesFile{ot1eiadcc.fd}
+ [1997/01/14 v2.5a Standard LaTeX font definitions]
+\DeclareFontFamily{OT1}{eiadcc}{\hyphenchar\font45 }
+\DeclareFontShape{OT1}{eiadcc}{m}{n}{%
+ <5> <6> <7> <8> <9> <10> gen * eiadcr
+ <10.95> <12> <14.4> <17.28> <20.74> <24.88>eiadcr10}{}
+\DeclareFontShape{OT1}{eiadcc}{m}{it}{
+ <10> <10.95> <12>eiadci10}{}
+\DeclareFontShape{OT1}{eiadcc}{m}{sc}{
+ <10> <10.95> <12> eiadccsc10 }{}
+\DeclareFontShape{OT1}{eiadcc}{m}{sl}{
+ <9>eiadcsl9
+ <10> <10.95> <12>eiadcsl10}{}
+\DeclareFontShape{OT1}{eiadcc}{c}{sl}{<9>eiadcslc9}{}
+\DeclareFontShape{OT1}{eiadcc}{bx}{n}
+ {<->sub * cmr/bx/n }{}
+\DeclareFontShape{OT1}{eiadcc}{bx}{sl}
+ {<->sub * cmr/bx/sl }{}
+\DeclareFontShape{OT1}{eiadcc}{bx}{it}
+ {<->sub * cmr/bx/it }{}
+\endinput
+%%
+%% End of file `ot1eiadcc.fd'.
diff --git a/Master/texmf-dist/tex/latex/eiad/ot1eiadss.fd b/Master/texmf-dist/tex/latex/eiad/ot1eiadss.fd
new file mode 100644
index 00000000000..c7c742234d3
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/eiad/ot1eiadss.fd
@@ -0,0 +1,49 @@
+%% This is file `OT1eiadss.fd',
+%% derived from `OT1cmss.fd'.
+%%
+\ProvidesFile{ot1eiadss.fd}
+ [1998/03/27 v2.5g Standard LaTeX font definitions]
+\DeclareFontFamily{OT1}{eiadss}{\hyphenchar\font45 }
+\DeclareFontShape{OT1}{eiadss}{m}{n}
+ {%
+ <5><6><7><8>eiadss8%
+ <9>eiadss9%
+ <10><10.95>eiadss10%
+ <12><14.4>eiadss12%
+ <17.28><20.74><24.88>eiadss17%
+ }{}
+% Font undefined, therefore substituted
+\DeclareFontShape{OT1}{eiadss}{m}{it}
+ {<->sub*eiadss/m/sl}{}
+\DeclareFontShape{OT1}{eiadss}{m}{sl}
+ {%
+ <5><6><7><8>eiadssi8<9>eiadssi9%
+ <10><10.95>eiadssi10%
+ <12><14.4>eiadssi12%
+ <17.28><20.74><24.88>eiadssi17%
+ }{}
+%%%%%%% Font/shape undefined, therefore substituted
+\DeclareFontShape{OT1}{eiadss}{m}{sc}
+ {<->sub*eiadr/m/sc}{}
+%%%%%%% Font/shape undefined, therefore substituted
+\DeclareFontShape{OT1}{eiadss}{m}{ui}
+ {<->sub*eiadr/m/ui}{}
+%%%%%%%% semibold condensed series
+\DeclareFontShape{OT1}{eiadss}{sbc}{n}
+ {%
+ <5><6><7><8><9>eiadssdc10%
+ <10><10.95><12><14.4><17.28><20.74><24.88>eiadssdc10%
+ }{}
+
+%%%%%%%%% bold extended series
+\DeclareFontShape{OT1}{eiadss}{bx}{n}
+ {%
+ <5><6><7><8><9>eiadssbx10%
+ <10><10.95><12><14.4><17.28><20.74><24.88>eiadssbx10%
+ }{}
+%%%%%%% Font/shape undefined, therefore substituted
+\DeclareFontShape{OT1}{eiadss}{bx}{ui}
+ {<->sub*eiadr/bx/ui}{}
+\endinput
+%%
+%% End of file `ot1eiadss.fd'.
diff --git a/Master/texmf-dist/tex/latex/eiad/ot1eiadtt.fd b/Master/texmf-dist/tex/latex/eiad/ot1eiadtt.fd
new file mode 100644
index 00000000000..0ab1b7a91b5
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/eiad/ot1eiadtt.fd
@@ -0,0 +1,39 @@
+%% This is file `OT1eiadtt.fd',
+%% derived from `OT1cmtt.fd'.
+%%
+\ProvidesFile{ot1eiadtt.fd}
+ [1998/03/27 v2.5g Standard LaTeX font definitions]
+\DeclareFontFamily{OT1}{eiadtt}{\hyphenchar \font\m@ne}
+\DeclareFontShape{OT1}{eiadtt}{m}{n}
+ {%
+ <5><6><7><8>eiadtt8<9>eiadtt9%
+ <10><10.95>eiadtt10%
+ <12><14.4><17.28><20.74><24.88>eiadtt12%
+ }{}
+%%%%%% make sure subst shapes are available
+\DeclareFontShape{OT1}{eiadtt}{m}{it}
+ {%
+ <5><6><7><8><9>%
+ <10><10.95><12><14.4><17.28><20.74><24.88>eiaditt10%
+ }{}
+\DeclareFontShape{OT1}{eiadtt}{m}{sl}
+ {%
+ <5><6><7><8><9>%
+ <10><10.95><12><14.4><17.28><20.74><24.88>eiadsltt10%
+ }{}
+\DeclareFontShape{OT1}{eiadtt}{m}{sc}
+ {%
+ <5><6><7><8><9>%
+ <10><10.95><12><14.4><17.28><20.74><24.88>eiadtcsc10%
+ }{}
+\DeclareFontShape{OT1}{eiadtt}{m}{ui}
+ {<->ssub*eiadtt/m/it}{}
+\DeclareFontShape{OT1}{eiadtt}{bx}{n}
+ {<->ssub*eiadtt/m/n}{}
+\DeclareFontShape{OT1}{eiadtt}{bx}{it}
+ {<->ssub*eiadtt/m/it}{}
+\DeclareFontShape{OT1}{eiadtt}{bx}{ui}
+ {<->ssub*eiadtt/m/it}{}
+\endinput
+%%
+%% End of file `ot1eiadtt.fd'.