summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/courier-scaled
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-24 23:58:18 +0000
committerKarl Berry <karl@freefriends.org>2011-12-24 23:58:18 +0000
commitd7ed677f31b974a6f5ba57638c662a1d630783e9 (patch)
treee56b6d338104f7aa84a6fa637de5ccf96546567d /Master/texmf-dist/doc/fonts/courier-scaled
parent165bf00e754b882ef54008033dfe2c47779bdccb (diff)
courier-scaled (24dec11)
git-svn-id: svn://tug.org/texlive/trunk@24940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/courier-scaled')
-rw-r--r--Master/texmf-dist/doc/fonts/courier-scaled/Couriers.pdfbin0 -> 149472 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/courier-scaled/Couriers.tex70
-rw-r--r--Master/texmf-dist/doc/fonts/courier-scaled/README11
3 files changed, 81 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/courier-scaled/Couriers.pdf b/Master/texmf-dist/doc/fonts/courier-scaled/Couriers.pdf
new file mode 100644
index 00000000000..e6a4b7e1b6c
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/courier-scaled/Couriers.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/courier-scaled/Couriers.tex b/Master/texmf-dist/doc/fonts/courier-scaled/Couriers.tex
new file mode 100644
index 00000000000..90aced71be4
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/courier-scaled/Couriers.tex
@@ -0,0 +1,70 @@
+%%!TEX TS-program = pdflatexmk
+%%!TEX encoding = UTF-8 Unicode
+\documentclass{article}
+\usepackage{fourier}
+\usepackage[scaled=0.875]{helvet}
+\usepackage[scaled=0.95]{couriers}
+\usepackage{microtype}
+\usepackage{url}
+
+\newcommand{\fourier}{Fourier-GUT\kern-0.075em\textit{enberg}}
+\newcommand{\pkg}[1]{\textsf{#1}}
+
+\pagestyle{empty}
+
+\usepackage[small,compact]{titlesec}
+
+\begin{document}
+\begin{center}
+{\Large\bfseries A Scaled Courier Font}
+
+\vspace{3pt}
+Herbert Schulz\\\texttt{herbs2@mac.com}
+
+\vspace{3pt}
+December 24, 2011
+\end{center}
+%\maketitle
+%\thispagestyle{empty}
+
+\begin{abstract}
+The \pkg{couriers} package provides a scalable interface to the Courier Font for use as the Typewriter Font with other type faces. It offers an interface just like that provided in the \pkg{helvet} package for the Helvetica Font used as the Sans Serif Font but with a different default magnification.
+\end{abstract}
+
+\section{Introduction}
+
+The \pkg{fourier} package uses the available Adobe Utopia fonts scaled down a bit for the Serif Font as well as maths. To my eyes the default Sans Serif and Typewriter Fonts, EC or CMSuper since \fourier\ uses T1 encoding, don't match well with scaled Utopia. I've settled on using Helvetica scaled at 0.875 for the Sans Serif Font but Courier at normal size appears too large. As with the \pkg{helvet} package this package provides a Scalable Courier which I use at 0.95 to match \fourier; it is physically a bit too small but seems to look good at that scale to my eyes: as usual this is a bit on the personal side and YMMV.
+
+\section{Usage}
+
+Like the \pkg{helvet} package \pkg{couriers} takes a single optional argument, \texttt{scaled}. When used as
+\begin{verbatim}
+\usepackage{couriers}
+\end{verbatim}
+it gives you Courier scaled at its normal size as the default Typewriter Font. If you use the package with
+\begin{verbatim}
+\usepackage[scaled]{couriers}
+\end{verbatim}
+you get Courier scaled at 0.95 (i.e., a document set a 10pt will give Courier set a 9.5pt). You can get arbitrary scaling by using the package with
+\begin{verbatim}
+\usepackage[scaled=sfactor]{couriers}
+\end{verbatim}
+where \texttt{sfactor} is an arbitrary scale factor. E.g.,
+\begin{verbatim}
+\usepackage[scaled=1.05]{couriers}
+\end{verbatim}
+will give you Courier with a scale factor of 1.05 as the default Typewriter Font.
+
+\section{A Final Note}
+
+This document uses the \fourier\ Fonts (i.e., scaled Adobe Utopia) for the Serif Font, \textsf{Helvetica scaled at 0.875 for the Sans Serif Font (used for package names)} and \texttt{Courier scaled at 0.95 for the Typewriter Font}.
+
+\begin{center}
+\texttt{plain text \emph{emph text \textbf{bold emph text}} \textbf{bold text}}
+\end{center}
+
+\section{License}
+The couriers package may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.2 of this license or (at your option) any later version. The latest version of this license is in <\url{http://www.latex-project.org/lppl.txt}> and version 1.2 or later is part of all distributions of LaTeX version 1999/12/01 or later.
+
+\end{document}
+ \ No newline at end of file
diff --git a/Master/texmf-dist/doc/fonts/courier-scaled/README b/Master/texmf-dist/doc/fonts/courier-scaled/README
new file mode 100644
index 00000000000..c5b40f6a35a
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/courier-scaled/README
@@ -0,0 +1,11 @@
+The couriers package sets the default typewriter font to courier with
+a possible scale factor; like the helvet package for Helvetica and
+sans serif.
+
+This program may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.2
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.2 or later is part of all distributions of LaTeX
+version 1999/12/01 or later.