summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bookhands/allauncl.sty
blob: e49cbede7162142761eaed432dbad46b1e79bdd1 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
%%
%% This is file `allauncl.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% auncial.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{allauncl}[1999/05/22 v1.0 package for all Artificial Uncial fonts]
\RequirePackage{auncial}
\providecommand{\Tienc}{T1}
\renewcommand{\rmdefault}{auncl}
\renewcommand{\sfdefault}{auncl}
\renewcommand{\ttdefault}{auncl}
\newcommand{\auncial@baselineskip@table}{%
  <\@vpt>6.6%
  <\@vipt>7.9%
  <\@viipt>9.3%
  <\@viiipt>10.6%
  <\@ixpt>11.9%
  <\@xpt>13.3%
  <\@xipt>14.6%
  <\@xiipt>16.5%
  <\@xivpt>18.6%
  <\@xviipt>22.9%
  <\@xxpt>26.9%
  <\@xxvpt>33.7}
\newcommand{\auncial@new@setfontsize}[3]{%
  \edef\@tempa{\def\noexpand\@tempb####1<#2}%
  \@tempa>##2<##3\@nil{\def\auncial@baselineskip@value{##2}}%
  \edef\@tempa{\noexpand\@tempb\auncial@baselineskip@table<#2}%
  \@tempa><\@nil
  \ifx\auncial@baselineskip@value\@empty
    \def\auncial@baselineskip@value{#3}%
  \fi
  \auncial@old@setfontsize{#1}{#2}\auncial@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\auncial@old@setfontsize=\@setfontsize
  \let\@setfontsize=\auncial@new@setfontsize}
\AtBeginDocument{\normalsize}
\endinput
%%
%% End of file `allauncl.sty'.