diff options
-rw-r--r-- | Master/texmf-dist/tex/latex/pacioli/ot1cpc.fd | 26 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pacioli/pacioli.sty | 24 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pacioli/t1cpc.fd | 26 |
3 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pacioli/ot1cpc.fd b/Master/texmf-dist/tex/latex/pacioli/ot1cpc.fd new file mode 100644 index 00000000000..203da6b1565 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pacioli/ot1cpc.fd @@ -0,0 +1,26 @@ +%% +%% This is file `ot1cpc.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% pacioli.dtx (with options: `fdot1') +%% +%% 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 and NIST) +%% now at: peter.r.wilson@boeing.com +%% +\DeclareFontFamily{OT1}{cpc}{} + \DeclareFontShape{OT1}{cpc}{m}{n}{ <-> cpcr10 }{} + \DeclareFontShape{OT1}{cpc}{bx}{n}{ <-> sub * cpc/m/n }{} + \DeclareFontShape{OT1}{cpc}{b}{n}{ <-> sub * cpc/m/n }{} + \DeclareFontShape{OT1}{cpc}{m}{sl}{ <-> cpcsl10 }{} + \DeclareFontShape{OT1}{cpc}{m}{it}{ <-> sub * cpc/m/sl }{} +\endinput +%% +%% End of file `ot1cpc.fd'. diff --git a/Master/texmf-dist/tex/latex/pacioli/pacioli.sty b/Master/texmf-dist/tex/latex/pacioli/pacioli.sty new file mode 100644 index 00000000000..0688ecfb58a --- /dev/null +++ b/Master/texmf-dist/tex/latex/pacioli/pacioli.sty @@ -0,0 +1,24 @@ +%% +%% This is file `pacioli.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% pacioli.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 and NIST) +%% now at: peter.r.wilson@boeing.com +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{pacioli}[1999/03/14 v1.0 package for Pacioli fonts] +\newcommand{\cpcfamily}{\usefont{OT1}{cpc}{m}{n}} +\DeclareTextFontCommand{\textcpc}{\cpcfamily} +\endinput +%% +%% End of file `pacioli.sty'. diff --git a/Master/texmf-dist/tex/latex/pacioli/t1cpc.fd b/Master/texmf-dist/tex/latex/pacioli/t1cpc.fd new file mode 100644 index 00000000000..81bcd4afefb --- /dev/null +++ b/Master/texmf-dist/tex/latex/pacioli/t1cpc.fd @@ -0,0 +1,26 @@ +%% +%% This is file `t1cpc.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% pacioli.dtx (with options: `fdt1') +%% +%% 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 and NIST) +%% now at: peter.r.wilson@boeing.com +%% +\DeclareFontFamily{T1}{cpc}{} + \DeclareFontShape{T1}{cpc}{m}{n}{ <-> cpcr10 }{} + \DeclareFontShape{T1}{cpc}{bx}{n}{ <-> sub * cpc/m/n }{} + \DeclareFontShape{T1}{cpc}{b}{n}{ <-> sub * cpc/m/n }{} + \DeclareFontShape{T1}{cpc}{m}{sl}{ <-> cpcsl10 }{} + \DeclareFontShape{T1}{cpc}{m}{it}{ <-> sub * cpc/m/sl }{} +\endinput +%% +%% End of file `t1cpc.fd'. |