summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/ulg/ulgothic.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2017-05-01 18:22:57 +0900
committerNorbert Preining <norbert@preining.info>2017-05-01 18:22:57 +0900
commitf1760ea85be17e19f8d256ae285dbc68744dfe3e (patch)
treeebbda78f2e97d918f3e6c8940192f5ea418ab919 /texmf-dist/tex/latex/ulg/ulgothic.sty
parent8f0ddd7ccf45021f09f47cea3795846128e8d706 (diff)
add lettergothic
Diffstat (limited to 'texmf-dist/tex/latex/ulg/ulgothic.sty')
-rw-r--r--texmf-dist/tex/latex/ulg/ulgothic.sty32
1 files changed, 32 insertions, 0 deletions
diff --git a/texmf-dist/tex/latex/ulg/ulgothic.sty b/texmf-dist/tex/latex/ulg/ulgothic.sty
new file mode 100644
index 00000000..02230d6f
--- /dev/null
+++ b/texmf-dist/tex/latex/ulg/ulgothic.sty
@@ -0,0 +1,32 @@
+\ProvidesPackage{ulgothic}[2005/02/02 v1.0 (WaS)]
+\RequirePackage{keyval}
+\define@key{Ulg}{scaled}[.85]{%
+ \def\ulg@Scale{#1}}
+\def\ProcessOptionsWithKV#1{%
+ \let\@tempc\relax
+ \let\Ulg@tempa\@empty
+ \@for\CurrentOption:=\@classoptionslist\do{%
+ \@ifundefined{KV@#1@\CurrentOption}%
+ {}%
+ {%
+ \edef\Ulg@tempa{\Ulg@tempa,\CurrentOption,}%
+ \@expandtwoargs\@removeelement\CurrentOption
+ \@unusedoptionlist\@unusedoptionlist
+ }%
+ }%
+ \edef\Ulg@tempa{%
+ \noexpand\setkeys{#1}{%
+ \Ulg@tempa\@ptionlist{\@currname.\@currext}%
+ }%
+ }%
+ \Ulg@tempa
+ \let\CurrentOption\@empty
+}
+\ProcessOptionsWithKV{Ulg}
+\AtEndOfPackage{%
+ \let\@unprocessedoptions\relax
+}
+\renewcommand{\ttdefault}{ulg}
+\endinput
+%%
+%% End of file `ulgothic.sty'.