summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/luxi/luximono.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2017-05-01 18:15:57 +0900
committerNorbert Preining <norbert@preining.info>2017-05-01 18:15:57 +0900
commit6575cc4ba19dafe4e6407d74e061f964e829e7db (patch)
tree88df29726441fc185f9a8cdfccd3186e1d84a2db /texmf-dist/tex/latex/luxi/luximono.sty
parentd2e34738ca8de8d90687cd61b7293104052e4179 (diff)
add luxi
Diffstat (limited to 'texmf-dist/tex/latex/luxi/luximono.sty')
-rw-r--r--texmf-dist/tex/latex/luxi/luximono.sty33
1 files changed, 33 insertions, 0 deletions
diff --git a/texmf-dist/tex/latex/luxi/luximono.sty b/texmf-dist/tex/latex/luxi/luximono.sty
new file mode 100644
index 00000000..b0f13c65
--- /dev/null
+++ b/texmf-dist/tex/latex/luxi/luximono.sty
@@ -0,0 +1,33 @@
+\ProvidesPackage{luximono}[2004/01/26 loading LuxiMono as tt font (WaS)]
+\RequirePackage{keyval}
+\define@key{UlIX}{scaled}[0.87]{%
+ \expandafter\def\csname ul9@Scale\endcsname{#1}}
+\def\ProcessOptionsWithKV#1{%
+ \let\@tempc\relax
+ \let\UlIX@tempa\@empty
+ \@for\CurrentOption:=\@classoptionslist\do{%
+ \@ifundefined{KV@#1@\CurrentOption}%
+ {}%
+ {%
+ \edef\UlIX@tempa{\UlIX@tempa,\CurrentOption,}%
+ \@expandtwoargs\@removeelement\CurrentOption
+ \@unusedoptionlist\@unusedoptionlist
+ }%
+ }%
+ \edef\UlIX@tempa{%
+ \noexpand\setkeys{#1}{%
+ \UlIX@tempa\@ptionlist{\@currname.\@currext}%
+ }%
+ }%
+ \UlIX@tempa
+ \let\CurrentOption\@empty
+}
+\ProcessOptionsWithKV{UlIX}
+\AtEndOfPackage{%
+ \let\@unprocessedoptions\relax
+}
+
+\renewcommand{\ttdefault}{ul9}
+\endinput
+
+