summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/courier-scaled/couriers.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/courier-scaled/couriers.sty')
-rw-r--r--Master/texmf-dist/tex/latex/courier-scaled/couriers.sty33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/courier-scaled/couriers.sty b/Master/texmf-dist/tex/latex/courier-scaled/couriers.sty
new file mode 100644
index 00000000000..c21193584ae
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/courier-scaled/couriers.sty
@@ -0,0 +1,33 @@
+%%
+%% This is file `couriers.sty',
+%%
+\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'.