summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bera/beramono.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bera/beramono.sty')
-rw-r--r--Master/texmf-dist/tex/latex/bera/beramono.sty32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bera/beramono.sty b/Master/texmf-dist/tex/latex/bera/beramono.sty
new file mode 100644
index 00000000000..fcbc324c4dd
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bera/beramono.sty
@@ -0,0 +1,32 @@
+\ProvidesPackage{beramono}[2004/01/31 (WaS)]
+\RequirePackage{keyval}
+\define@key{Fvm}{scaled}[.9]{%
+ \def\fvm@Scale{#1}}
+\def\ProcessOptionsWithKV#1{%
+ \let\@tempc\relax
+ \let\Fvm@tempa\@empty
+ \@for\CurrentOption:=\@classoptionslist\do{%
+ \@ifundefined{KV@#1@\CurrentOption}%
+ {}%
+ {%
+ \edef\Fvm@tempa{\Fvm@tempa,\CurrentOption,}%
+ \@expandtwoargs\@removeelement\CurrentOption
+ \@unusedoptionlist\@unusedoptionlist
+ }%
+ }%
+ \edef\Fvm@tempa{%
+ \noexpand\setkeys{#1}{%
+ \Fvm@tempa\@ptionlist{\@currname.\@currext}%
+ }%
+ }%
+ \Fvm@tempa
+ \let\CurrentOption\@empty
+}
+\ProcessOptionsWithKV{Fvm}
+\AtEndOfPackage{%
+ \let\@unprocessedoptions\relax
+}
+\renewcommand{\ttdefault}{fvm}
+\endinput
+%%
+%% End of file `beramono.sty'.