diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-08 00:57:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-08 00:57:59 +0000 |
commit | 8aeb5524abbcdb11281073caa2833f87f1a40a7e (patch) | |
tree | 804c77dc91a0b1f2db50be62b58ee3a106dc229c /Master/texmf-dist/tex/latex/libertine/lgrfxl.fd | |
parent | 4cd8be3a31066476b296c28a331a086953180816 (diff) |
libertine 5.1.2 (8jun11)
git-svn-id: svn://tug.org/texlive/trunk@23455 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/libertine/lgrfxl.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/libertine/lgrfxl.fd | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/libertine/lgrfxl.fd b/Master/texmf-dist/tex/latex/libertine/lgrfxl.fd new file mode 100644 index 00000000000..0bdb8651af9 --- /dev/null +++ b/Master/texmf-dist/tex/latex/libertine/lgrfxl.fd @@ -0,0 +1,49 @@ +\ProvidesFile{lgrfxl.fd} + [2011/06/06 scaled font definitions for libertine LGR/fxl (Nm).] + +\expandafter\ifx\csname fxl@scale\endcsname\relax + \let\fxl@@scale\@empty% +\else + \edef\fxl@@scale{s*[\csname fxl@scale\endcsname]}% +\fi + +\DeclareFontFamily{LGR}{fxl}{} + +\DeclareFontShape{LGR}{fxl}{m}{n}{ + <-> \fxl@@scale fxlr-lgr +}{} + +\DeclareFontShape{LGR}{fxl}{m}{it}{ + <-> \fxl@@scale fxlri-lgr +}{} + +\DeclareFontShape{LGR}{fxl}{m}{sl}{ + <-> \fxl@@scale fxlro-lgr +}{} + +\DeclareFontShape{LGR}{fxl}{b}{n}{ + <-> \fxl@@scale fxlb-lgr +}{} + +\DeclareFontShape{LGR}{fxl}{b}{sl}{ + <-> \fxl@@scale fxlbo-lgr +}{} + +\DeclareFontShape{LGR}{fxl}{z}{n}{ + <-> \fxl@@scale fxlz-lgr +}{} + +\DeclareFontShape{LGR}{fxl}{z}{it}{ + <-> \fxl@@scale fxlzi-lgr +}{} + +\DeclareFontShape{LGR}{fxl}{z}{sl}{ + <-> \fxl@@scale fxlzo-lgr +}{} + +\DeclareFontShape{LGR}{fxl}{bx}{n}{<->ssub * fxl/b/n}{} +\DeclareFontShape{LGR}{fxl}{bx}{sl}{<->ssub * fxl/b/sl}{} +\DeclareFontShape{LGR}{fxl}{b}{it}{<->ssub * fxl/b/sl}{} +\DeclareFontShape{LGR}{fxl}{bx}{it}{<->ssub * fxl/b/it}{} + +\endinput |