summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bookhands/allhuncl.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bookhands/allhuncl.sty')
-rw-r--r--Master/texmf-dist/tex/latex/bookhands/allhuncl.sty65
1 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bookhands/allhuncl.sty b/Master/texmf-dist/tex/latex/bookhands/allhuncl.sty
new file mode 100644
index 00000000000..89ab732e99e
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bookhands/allhuncl.sty
@@ -0,0 +1,65 @@
+%%
+%% This is file `allhuncl.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% huncial.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{allhuncl}[1999/05/22 v1.0 package for all Half Uncial fonts]
+\RequirePackage{huncial}
+\providecommand{\Tienc}{T1}
+\renewcommand{\rmdefault}{huncl}
+\renewcommand{\sfdefault}{huncl}
+\renewcommand{\ttdefault}{huncl}
+\newcommand{\huncial@baselineskip@table}{%
+ <\@vpt>5.7%
+ <\@vipt>6.9%
+ <\@viipt>8.0%
+ <\@viiipt>9.2%
+ <\@ixpt>10.3%
+ <\@xpt>11.5%
+ <\@xipt>12.7%
+ <\@xiipt>13.8%
+ <\@xivpt>16.1%
+ <\@xviipt>19.9%
+ <\@xxpt>23.4%
+ <\@xxvpt>29.3}
+\newcommand{\huncial@new@setfontsize}[3]{%
+ \edef\@tempa{\def\noexpand\@tempb####1<#2}%
+ \@tempa>##2<##3\@nil{\def\huncial@baselineskip@value{##2}}%
+ \edef\@tempa{\noexpand\@tempb\huncial@baselineskip@table<#2}%
+ \@tempa><\@nil
+ \ifx\huncial@baselineskip@value\@empty
+ \def\huncial@baselineskip@value{#3}%
+ \fi
+ \huncial@old@setfontsize{#1}{#2}\huncial@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\huncial@old@setfontsize=\@setfontsize
+ \let\@setfontsize=\huncial@new@setfontsize}
+\AtBeginDocument{\normalsize}
+\endinput
+%%
+%% End of file `allhuncl.sty'.