summaryrefslogtreecommitdiff
path: root/fonts/psfonts/courier-scaled/couriers.sty
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/psfonts/courier-scaled/couriers.sty')
-rw-r--r--fonts/psfonts/courier-scaled/couriers.sty40
1 files changed, 40 insertions, 0 deletions
diff --git a/fonts/psfonts/courier-scaled/couriers.sty b/fonts/psfonts/courier-scaled/couriers.sty
new file mode 100644
index 0000000000..615802b30a
--- /dev/null
+++ b/fonts/psfonts/courier-scaled/couriers.sty
@@ -0,0 +1,40 @@
+%%
+%% This is file `couriers.sty',
+%%
+% 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.
+\ProvidesPackage{couriers}
+[2004/07/10 Scaled Courier
+(HS)
+]
+\RequirePackage{keyval}
+\define@key{Cou}{scaled}[0.95]{%
+ \def\Cr@scale{#1}}
+\def\ProcessOptionsWithKV#1{%
+ \let\@tempc\relax
+ \let\Cr@tempa\@empty
+ \@for\CurrentOption:=\@classoptionslist\do{%
+ \@ifundefined{KV@#1@\CurrentOption}%
+ {}%
+ {\edef\Cr@tempa{\Cr@tempa,\CurrentOption,}}%
+ }%
+ \edef\Cr@tempa{%
+ \noexpand\setkeys{#1}{%
+ \Cr@tempa\@ptionlist{\@currname.\@currext}%
+ }%
+ }%
+ \Cr@tempa
+}
+\ProcessOptionsWithKV{Cou}
+\AtEndOfPackage{%
+ \let\@unprocessedoptions\relax
+}
+\renewcommand{\ttdefault}{pcrs}
+\endinput
+%%
+%% End of file `couriers.sty'.