From f1760ea85be17e19f8d256ae285dbc68744dfe3e Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 1 May 2017 18:22:57 +0900 Subject: add lettergothic --- texmf-dist/tex/latex/ulg/t1ulg.fd | 28 ++++++++++++++++++++++++++++ texmf-dist/tex/latex/ulg/ts1ulg.fd | 28 ++++++++++++++++++++++++++++ texmf-dist/tex/latex/ulg/ulgothic.sty | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 texmf-dist/tex/latex/ulg/t1ulg.fd create mode 100644 texmf-dist/tex/latex/ulg/ts1ulg.fd create mode 100644 texmf-dist/tex/latex/ulg/ulgothic.sty (limited to 'texmf-dist/tex/latex/ulg') diff --git a/texmf-dist/tex/latex/ulg/t1ulg.fd b/texmf-dist/tex/latex/ulg/t1ulg.fd new file mode 100644 index 00000000..6a4ada03 --- /dev/null +++ b/texmf-dist/tex/latex/ulg/t1ulg.fd @@ -0,0 +1,28 @@ +\ProvidesFile{t1ulg.fd} + [2005/02/02 scalable font definitions for T1/ulg.] + +\expandafter\ifx\csname ulg@Scale\endcsname\relax + \let\ulg@@Scale\@empty +\else + \edef\ulg@@Scale{s*[\csname ulg@Scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{ulg}{} + +\DeclareFontShape{T1}{ulg}{m}{n}{ + <-> \ulg@@Scale ulgb8t +}{} + +\DeclareFontShape{T1}{ulg}{m}{it}{ + <-> \ulg@@Scale ulgbi8t +}{} + +\DeclareFontShape{T1}{ulg}{m}{sl}{<->ssub * ulg/m/it}{} +\DeclareFontShape{T1}{ulg}{b}{n}{<->sub * ulg/m/n}{} +\DeclareFontShape{T1}{ulg}{b}{it}{<->sub * ulg/m/it}{} +\DeclareFontShape{T1}{ulg}{b}{sl}{<->sub * ulg/m/it}{} +\DeclareFontShape{T1}{ulg}{bx}{n}{<->sub * ulg/m/n}{} +\DeclareFontShape{T1}{ulg}{bx}{it}{<->sub * ulg/m/it}{} +\DeclareFontShape{T1}{ulg}{bx}{slt}{<->sub * ulg/m/it}{} + +\endinput diff --git a/texmf-dist/tex/latex/ulg/ts1ulg.fd b/texmf-dist/tex/latex/ulg/ts1ulg.fd new file mode 100644 index 00000000..702abf63 --- /dev/null +++ b/texmf-dist/tex/latex/ulg/ts1ulg.fd @@ -0,0 +1,28 @@ +\ProvidesFile{ts1ulg.fd} + [2005/02/02 scalable font definitions for TS1/ulg.] + +\expandafter\ifx\csname ulg@Scale\endcsname\relax + \let\ulg@@Scale\@empty +\else + \edef\ulg@@Scale{s*[\csname ulg@Scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{ulg}{} + +\DeclareFontShape{TS1}{ulg}{m}{n}{ + <-> \ulg@@Scale ulgb8c +}{} + +\DeclareFontShape{TS1}{ulg}{m}{it}{ + <-> \ulg@@Scale ulgbi8c +}{} + +\DeclareFontShape{TS1}{ulg}{m}{sl}{<->ssub * ulg/m/it}{} +\DeclareFontShape{TS1}{ulg}{b}{n}{<->sub * ulg/m/n}{} +\DeclareFontShape{TS1}{ulg}{b}{it}{<->sub * ulg/m/it}{} +\DeclareFontShape{TS1}{ulg}{b}{sl}{<->sub * ulg/m/it}{} +\DeclareFontShape{TS1}{ulg}{bx}{n}{<->sub * ulg/m/n}{} +\DeclareFontShape{TS1}{ulg}{bx}{it}{<->sub * ulg/m/it}{} +\DeclareFontShape{TS1}{ulg}{bx}{slt}{<->sub * ulg/m/it}{} + +\endinput 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'. -- cgit v1.2.3