From 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:47:01 +0000 Subject: doc/fonts git-svn-id: svn://tug.org/texlive/trunk@83 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/pacioli/README | 36 ++++++++++++++++ Master/texmf-dist/doc/fonts/pacioli/tryfont.tex | 55 +++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 Master/texmf-dist/doc/fonts/pacioli/README create mode 100644 Master/texmf-dist/doc/fonts/pacioli/tryfont.tex (limited to 'Master/texmf-dist/doc/fonts/pacioli') diff --git a/Master/texmf-dist/doc/fonts/pacioli/README b/Master/texmf-dist/doc/fonts/pacioli/README new file mode 100644 index 00000000000..e3e75967222 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/pacioli/README @@ -0,0 +1,36 @@ + The pacioli package provides fonts designed by Fra Luca de Pacioli +in 1497. The font is uppercase letters together with punctuation +and some analphabetics; no lowercase or digits. + + The distribution consists of the following files: +README (this file) +pacioli.ins +pacioli.dtx +tryfont.tex + + The distribution is provided under the terms of the LaTeX +Project Public License (LPPL). + + To install the package: +o run: latex pacioli.ins, which will generate: + cpc*.mf files + *.fd files + pacioli.sty +o run: latex pacioli.dtx +o run: makeindex -s gind.ist pacioli +o run: latex pacioli.dtx +o Print pacioli.dvi for a hardcopy of the package manual +o Move the generated files to locations where LaTeX will find them. + For example: the cpc*.mf files to .../texmf/fonts/source/public/pacioli + the *.fd and .sty files to /texmf/tex/latex/local/pacioli + On a teTeX distribution you might also have to add the following two + lines to texmf/fontname/special.map: + cpcr10.mf public pacioli + cpcsl10.mf public pacioli + On a teTeX distribution remember to run texhash after moving the files. + +o run: latex tryfont for a testpage of the Pacioli font + +1999/03/14 +Peter Wilson +peter.r.wilson@boeing.com diff --git a/Master/texmf-dist/doc/fonts/pacioli/tryfont.tex b/Master/texmf-dist/doc/fonts/pacioli/tryfont.tex new file mode 100644 index 00000000000..1af9bc7d689 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/pacioli/tryfont.tex @@ -0,0 +1,55 @@ +% tryfont.tex Test Pacioli fonts +\documentclass{article} +\usepackage{t1enc} +\usepackage{pacioli} + +%\DeclareFontFamily{OT1}{cdr}{} +% \DeclareFontShape{OT1}{cdr}{m}{n}{ <-> cdr10 }{} + + +\newcommand{\ABC}{ABCDEFGHIJKLMNOPQRSTUVWXYZ} +\newcommand{\ABc}{ABcDEFgHIJKLMNoPqRSTUVWXYZ} +\newcommand{\punct}{.,;:!?`' \&{} () []} +\newcommand{\dashes}{- -- ---} + +\title{Try Pacioli Fonts} +\author{} +\date{} +\begin{document} +\maketitle + + This provides a short test of the characters in the Pacioli fonts +--- the \verb|cpc| font family. + +%\begin{center} +%The Duerer font \\ +%{\fontencoding{OT1}\fontfamily{cdr}\selectfont\Large \ABC} +%\end{center} + +\begin{center} +The Pacioli normal font (adjusted and then non-adjusted) \\ +{\cpcfamily\Large \ABC\\ \punct{}\dashes\\ \ABc\\} +\end{center} +\begin{center} +The Pacioli slanted font (adjusted and then non-adjusted) \\ +{\cpcfamily\slshape\Large \ABC\\ \punct{}\dashes\\ \ABc\\} +\end{center} +\begin{center} + Some ligatures in the normal font \\ +\textcpc{``THE LAZY DOG --- BUT QUICK FOX?''} +\end{center} +\begin{center} + Some ligatures in the slanted font \\ +\textcpc{\textsl{``THE LAZY DOG --- BUT QUICK FOX?''}} +\end{center} + +\begin{center} +The font in its normal size \\ +\textcpc{\ABC} \\ +and the Computer Modern Roman for comparison \\ +\ABC +\end{center} + + This is the end of the test file. + +\end{document} \ No newline at end of file -- cgit v1.2.3