summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bookhands/uncial.sty
blob: d440c8e334768834c865ca382b32c20199ec7bf2 (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 `uncial.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% uncial.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{uncial}[1999/05/15 v1.1 package for uncial fonts]
\providecommand{\Tienc}{T1}
\ifx\Tienc\encodingdefault
  \newcommand{\unclfamily}{\usefont{T1}{uncl}{m}{n}}
\else
  \newcommand{\unclfamily}{\usefont{OT1}{uncl}{m}{n}}
\fi
\DeclareTextFontCommand{\textuncl}{\unclfamily}
\endinput
%%
%% End of file `uncial.sty'.