diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-08 16:43:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-08 16:43:45 +0000 |
commit | 9631a619eb83ca16233a8c5a5d22b2549de79f6d (patch) | |
tree | b0c7a8f2567433f0a39084446ebcd214fd89d4c5 /Master/texmf-dist/source/fonts/bookhands/uncial.ins | |
parent | 07f021d3cb17d27409f0a57a18e06f7ceb4fba39 (diff) |
bookhands update (delayed from years ago)
git-svn-id: svn://tug.org/texlive/trunk@22023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts/bookhands/uncial.ins')
-rw-r--r-- | Master/texmf-dist/source/fonts/bookhands/uncial.ins | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/bookhands/uncial.ins b/Master/texmf-dist/source/fonts/bookhands/uncial.ins new file mode 100644 index 00000000000..8d5d48a5ce5 --- /dev/null +++ b/Master/texmf-dist/source/fonts/bookhands/uncial.ins @@ -0,0 +1,103 @@ +%% +%% uncial.ins +%% 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 +%% +%% This file will generate fast loadable files and documentation +%% driver files from the doc files in this package when run through +%% LaTeX or TeX. +%% +%% --------------- start of docstrip commands ------------------ +%% +\def\batchfile{uncial.ins} +\input docstrip.tex +\preamble + + 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 + +\endpreamble + +\keepsilent + +%%% \Msg{*** Generating the driver file ***} +%%% \generateFile{uncial.drv}{t}{\from{uncial.dtx}{driver}} + +\Msg{*** Generating the Metafont files ***} + +\usepostamble\empty +\generateFile{uncl7.mf}{t}{\from{uncial.dtx}{base7}} +\generateFile{uncl10.mf}{t}{\from{uncial.dtx}{base10}} +\generateFile{uncl17.mf}{t}{\from{uncial.dtx}{base17}} +\generateFile{unclb7.mf}{t}{\from{uncial.dtx}{base7b}} +\generateFile{unclb10.mf}{t}{\from{uncial.dtx}{base10b}} +\generateFile{unclb17.mf}{t}{\from{uncial.dtx}{base17b}} +\generateFile{uncll.mf}{t}{\from{uncial.dtx}{min}} +\generateFile{unclu.mf}{t}{\from{uncial.dtx}{maj}} +\generateFile{uncltitle.mf}{t}{\from{uncial.dtx}{mfd}} +\generateFile{unclpunct.mf}{t}{\from{uncial.dtx}{punct}} +\generateFile{uncllig.mf}{t}{\from{uncial.dtx}{lig}} +\generateFile{uncldig.mf}{t}{\from{uncial.dtx}{dig}} +%%% \generateFile{unclp.mf}{t}{\from{uncial.dtx}{xp}} + +\Msg{*** Generating the Font Definition files ***} +\usepostamble\defaultpostamble + +\generateFile{ot1uncl.fd}{t}{\from{uncial.dtx}{fdot1}} +\generateFile{t1uncl.fd}{t}{\from{uncial.dtx}{fdt1}} + +\Msg{*** Generating the LaTeX2e package files ***} + +\generateFile{uncial.sty}{t}{\from{uncial.dtx}{usc}} +\generateFile{alluncl.sty}{t}{\from{uncial.dtx}{uscall}} + +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* files into directories searched by TeX:} +\Msg{*} +\Msg{* Move these into the font source area:} +\Msg{* \space\space uncl7.mf} +\Msg{* \space\space uncl10.mf} +\Msg{* \space\space uncl17.mf} +\Msg{* \space\space unclb7.mf} +\Msg{* \space\space unclb10.mf} +\Msg{* \space\space unclb17.mf} +\Msg{* \space\space uncll.mf} +\Msg{* \space\space unclu.mf} +\Msg{* \space\space uncltitle.mf} +\Msg{* \space\space unclpunct.mf} +\Msg{* \space\space uncllig.mf} +\Msg{* \space\space uncldig.mf} +%%% \Msg{* \space\space unclp.mf} +\Msg{*} +\Msg{* Move these into the LaTeX macro area:} +\Msg{* \space\space ot1uncl.fd} +\Msg{* \space\space t1uncl.fd} +\Msg{* \space\space uncial.sty} +\Msg{* \space\space alluncl.sty} +\Msg{*} +\Msg{*} +\Msg{* To produce the documentation run the files ending with} +\Msg{* `.dtx' through LaTeX.} +\Msg{* Process any name.idx file by:} +\Msg{* \space\space\space\space makeindex -s gind.ist name} +\Msg{* Process any name.glo file by:} +\Msg{* \space\space\space\space makeindex -s gglo.ist -o name.gls name.glo} +\Msg{*} +\Msg{* Happy TeXing} +\Msg{***********************************************************} + +\endinput |