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/alluncl.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/alluncl.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/bookhands/alluncl.sty | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bookhands/alluncl.sty b/Master/texmf-dist/tex/latex/bookhands/alluncl.sty new file mode 100644 index 00000000000..6a4d1d1ad40 --- /dev/null +++ b/Master/texmf-dist/tex/latex/bookhands/alluncl.sty @@ -0,0 +1,64 @@ +%% +%% This is file `alluncl.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% uncial.dtx (with options: `uscall') +%% +%% 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{alluncl}[1999/05/15 v1.1 package for all Uncial fonts] +\RequirePackage{uncial} +\providecommand{\Tienc}{T1} +\renewcommand{\rmdefault}{uncl} +\renewcommand{\sfdefault}{uncl} +\renewcommand{\ttdefault}{uncl} +\newcommand{\uncial@baselineskip@table}{% + <\@vpt>9.5% + <\@vipt>11.4% + <\@viipt>13.3% + <\@viiipt>15.2% + <\@xpt>19% + <\@xipt>20.9% + <\@xiipt>22.8% + <\@xivpt>27.36% + <\@xviipt>23.3% + <\@xxpt>38% + <\@xxvpt>47.5} +\newcommand{\uncial@new@setfontsize}[3]{% + \edef\@tempa{\def\noexpand\@tempb####1<#2}% + \@tempa>##2<##3\@nil{\def\uncial@baselineskip@value{##2}}% + \edef\@tempa{\noexpand\@tempb\uncial@baselineskip@table<#2}% + \@tempa><\@nil + \ifx\uncial@baselineskip@value\@empty + \def\uncial@baselineskip@value{#3}% + \fi + \uncial@old@setfontsize{#1}{#2}\uncial@baselineskip@value} +\ifx\Tienc\encodingdefault + \providecommand{\cmrfamily}{\usefont{T1}{cmr}{m}{n}} + \providecommand{\cmssfamily}{\usefont{T1}{cmss}{m}{n}} + \providecommand{\cmttfamily}{\usefont{T1}{cmtt}{m}{n}} +\else + \providecommand{\cmrfamily}{\usefont{OT1}{cmr}{m}{n}} + \providecommand{\cmssfamily}{\usefont{OT1}{cmss}{m}{n}} + \providecommand{\cmttfamily}{\usefont{OT1}{cmtt}{m}{n}} +\fi +\DeclareTextFontCommand{\textcmr}{\cmrfamily} +\DeclareTextFontCommand{\textcmss}{\cmssfamily} +\DeclareTextFontCommand{\textcmtt}{\cmttfamily} +\AtBeginDocument{% + \let\uncial@old@setfontsize=\@setfontsize + \let\@setfontsize=\uncial@new@setfontsize} +\AtBeginDocument{\normalsize} +\endinput +%% +%% End of file `alluncl.sty'. |