diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tex-gyre/ts1qpl.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/tex-gyre/ts1qpl.fd | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/tex-gyre/ts1qpl.fd b/Master/texmf-dist/tex/latex/tex-gyre/ts1qpl.fd index b28f6fb5d15..fdc5690c609 100644 --- a/Master/texmf-dist/tex/latex/tex-gyre/ts1qpl.fd +++ b/Master/texmf-dist/tex/latex/tex-gyre/ts1qpl.fd @@ -5,16 +5,23 @@ % http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt or % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt -\ProvidesFile{ts1qpl.fd}[2006/11/01 v1.0 font definition file for TS1/qpl] +\ProvidesFile{ts1qpl.fd}[2009/09/25 v1.2 font definition file for TS1/qpl] -\DeclareFontFamily{TS1}{qpl}{} -\DeclareFontShape{TS1}{qpl}{b}{n}{<->ts1-qplb}{} -\DeclareFontShape{TS1}{qpl}{b}{it}{<->ts1-qplbi}{} -\DeclareFontShape{TS1}{qpl}{m}{n}{<->ts1-qplr}{} -\DeclareFontShape{TS1}{qpl}{m}{it}{<->ts1-qplri}{} +\ifx\qpl@set@spacing\@undefined +\global\let\qpl@set@spacing\@empty\fi +\providecommand*\qpl@scale{} +\ifx\qpl@scale\@empty\else + \edef\qpl@scale{s*[\qpl@scale]}% +\fi + +\DeclareFontFamily{TS1}{qpl}{\qpl@set@spacing} +\DeclareFontShape{TS1}{qpl}{b}{n}{<-> \qpl@scale ts1-qplb}{} +\DeclareFontShape{TS1}{qpl}{b}{it}{<-> \qpl@scale ts1-qplbi}{} +\DeclareFontShape{TS1}{qpl}{m}{n}{<-> \qpl@scale ts1-qplr}{} +\DeclareFontShape{TS1}{qpl}{m}{it}{<-> \qpl@scale ts1-qplri}{} \DeclareFontShape{TS1}{qpl}{bx}{n}{<->ssub * qpl/b/n}{} \DeclareFontShape{TS1}{qpl}{bx}{it}{<->ssub * qpl/b/it}{} -\DeclareFontShape{TS1}{qpl}{bx}{sc}{<->ssub * qpl/b/sc}{} -\DeclareFontShape{TS1}{qpl}{bx}{scit}{<->ssub * qpl/b/scit}{} +\DeclareFontShape{TS1}{qpl}{b}{sl}{<->sub * qpl/b/it}{} +\DeclareFontShape{TS1}{qpl}{m}{sl}{<->sub * qpl/m/it}{} \endinput % End of ts1qpl |