diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:01:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:01:33 +0000 |
commit | df0a2b565a0e152db8a6495d7078e911d7b466c3 (patch) | |
tree | d6c7765ba488476b16ae3299e2d8d147f3ec0c74 /Master/texmf-dist/tex/latex/pacioli | |
parent | 79296d689d628b3e4fb0cd8499550f81526a7cdc (diff) |
pacioli
git-svn-id: svn://tug.org/texlive/trunk@1164 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pacioli')
-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'. |