blob: 9f2b602d9d91ce623644d5cf04c8e1e8cc912ce1 (
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 `tgothic.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% tgothic.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{tgothic}[2002/12/30 v1.0 package for Gothic Textura fonts]
\providecommand{\Tienc}{T1}
\ifx\Tienc\encodingdefault
\newcommand{\tgothfamily}{\usefont{T1}{tgoth}{m}{n}}
\else
\newcommand{\tgothfamily}{\usefont{OT1}{tgoth}{m}{n}}
\fi
\DeclareTextFontCommand{\texttgoth}{\tgothfamily}
\endinput
%%
%% End of file `tgothic.sty'.
|