summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bookhands/egothic.sty
blob: b2a539aac18b090b37e0a26a5de3c2b10616f8fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
%%
%% This is file `egothic.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% egothic.dtx  (with options: `usc')
%% 
%%  Copyright 1999 Peter R. Wilson
%% 
%%  This program is provided under the terms of the
%%  LaTeX Project Public License distributed from CTAN
%%  archives in directory macros/latex/base/lppl.txt.
%% 
%% Author: Peter Wilson (CUA)
%%         now at: peter.r.wilson@boeing.com
%% 
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{egothic}[2002/12/30 v1.0 package for Early Gothic fonts]
\providecommand{\Tienc}{T1}
\ifx\Tienc\encodingdefault
  \newcommand{\egothfamily}{\usefont{T1}{egoth}{m}{n}}
\else
  \newcommand{\egothfamily}{\usefont{OT1}{egoth}{m}{n}}
\fi
\DeclareTextFontCommand{\textegoth}{\egothfamily}
\endinput
%%
%% End of file `egothic.sty'.