diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:52:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:52:23 +0000 |
commit | 4dba39261e79016273de3205cf595d844a48f105 (patch) | |
tree | f1aa50b5bddc36909ca50a11239dbeae67a75582 /Master/texmf-dist/tex/latex/bookhands/huncial.sty | |
parent | 9d1126f12ee0e24f6898fe94293f2bd91207b263 (diff) |
bookhands
git-svn-id: svn://tug.org/texlive/trunk@719 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bookhands/huncial.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/bookhands/huncial.sty | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bookhands/huncial.sty b/Master/texmf-dist/tex/latex/bookhands/huncial.sty new file mode 100644 index 00000000000..220e5de9de1 --- /dev/null +++ b/Master/texmf-dist/tex/latex/bookhands/huncial.sty @@ -0,0 +1,29 @@ +%% +%% This is file `huncial.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% huncial.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{huncial}[1999/05/22 v1.0 package for Half Uncial fonts] +\providecommand{\Tienc}{T1} +\ifx\Tienc\encodingdefault + \newcommand{\hunclfamily}{\usefont{T1}{huncl}{m}{n}} +\else + \newcommand{\hunclfamily}{\usefont{OT1}{huncl}{m}{n}} +\fi +\DeclareTextFontCommand{\texthuncl}{\hunclfamily} +\endinput +%% +%% End of file `huncial.sty'. |