summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bookhands/inslrmaj.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bookhands/inslrmaj.sty')
-rw-r--r--Master/texmf-dist/tex/latex/bookhands/inslrmaj.sty29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bookhands/inslrmaj.sty b/Master/texmf-dist/tex/latex/bookhands/inslrmaj.sty
new file mode 100644
index 00000000000..0940591d57f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bookhands/inslrmaj.sty
@@ -0,0 +1,29 @@
+%%
+%% This is file `inslrmaj.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% inslrmaj.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{inslrmaj}[1999/05/22 v1.0 package for Insular Majuscule fonts]
+\providecommand{\Tienc}{T1}
+\ifx\Tienc\encodingdefault
+ \newcommand{\imajfamily}{\usefont{T1}{imaj}{m}{n}}
+\else
+ \newcommand{\imajfamily}{\usefont{OT1}{imaj}{m}{n}}
+\fi
+\DeclareTextFontCommand{\textimaj}{\imajfamily}
+\endinput
+%%
+%% End of file `inslrmaj.sty'.