summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/ua1/uarial.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2017-05-01 22:18:13 +0900
committerNorbert Preining <norbert@preining.info>2017-05-01 22:18:13 +0900
commit8e00746782d83f63000d15fac60d3a976bae92d2 (patch)
tree677753f5bcd20fdb8c3d044d6cd367c5f37fcc1d /texmf-dist/tex/latex/ua1/uarial.sty
parent6ed730c6f6c06921e124802fad4e426ad9e59997 (diff)
add URW Arial
Diffstat (limited to 'texmf-dist/tex/latex/ua1/uarial.sty')
-rw-r--r--texmf-dist/tex/latex/ua1/uarial.sty35
1 files changed, 35 insertions, 0 deletions
diff --git a/texmf-dist/tex/latex/ua1/uarial.sty b/texmf-dist/tex/latex/ua1/uarial.sty
new file mode 100644
index 00000000..e49e1021
--- /dev/null
+++ b/texmf-dist/tex/latex/ua1/uarial.sty
@@ -0,0 +1,35 @@
+\ProvidesPackage{uarial}%
+[2006/03/21 1.0 (WaS)]
+\RequirePackage{keyval}
+\define@key{UaI}{scaled}[.95]{%
+ \expandafter\def\csname ua1@Scale\endcsname{#1}}
+\def\ProcessOptionsWithKV#1{%
+ \let\@tempc\relax
+ \let\UaI@tempa\@empty
+ \ifx\@classoptionslist\relax\else
+ \@for\CurrentOption:=\@classoptionslist\do{%
+ \@ifundefined{KV@#1@\CurrentOption}%
+ {}%
+ {%
+ \edef\UaI@tempa{\UaI@tempa,\CurrentOption,}%
+ \@expandtwoargs\@removeelement\CurrentOption
+ \@unusedoptionlist\@unusedoptionlist
+ }%
+ }%
+ \fi
+ \edef\UaI@tempa{%
+ \noexpand\setkeys{#1}{%
+ \UaI@tempa\@ptionlist{\@currname.\@currext}%
+ }%
+ }%
+ \UaI@tempa
+ \let\CurrentOption\@empty
+}
+\ProcessOptionsWithKV{UaI}
+\AtEndOfPackage{%
+ \let\@unprocessedoptions\relax
+}
+\renewcommand{\sfdefault}{ua1}
+\endinput
+%%
+%% End of file `ua1.sty'.