summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/variablelm/omlvlmr.fd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-13 23:24:02 +0000
committerKarl Berry <karl@freefriends.org>2017-02-13 23:24:02 +0000
commit69a42e26a90913423cfc064fd0726e342c1209da (patch)
tree4805ae548f841f95830ca144613830ccc5670708 /Master/texmf-dist/tex/latex/variablelm/omlvlmr.fd
parent06a80c60d8760ed6c1a3559d91cbaf54e434f597 (diff)
variablelm (13feb17)
git-svn-id: svn://tug.org/texlive/trunk@43223 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/variablelm/omlvlmr.fd')
-rw-r--r--Master/texmf-dist/tex/latex/variablelm/omlvlmr.fd35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/variablelm/omlvlmr.fd b/Master/texmf-dist/tex/latex/variablelm/omlvlmr.fd
new file mode 100644
index 00000000000..0f7a9526850
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/variablelm/omlvlmr.fd
@@ -0,0 +1,35 @@
+%
+% This file is an extended version of the file 'omllmr.fd' which
+% belongs to the Latin Modern package. The work is released
+% under the GUST Font License.
+% It provides a mechanism for scaling the typeface.
+%
+% The original font description files are included in modern TeX
+% distributions or are available via http://ctan.org/pkg/lm
+%
+\ProvidesFile{omlvlmr.fd}[2017/02/10 v1.0 font defs for variable Latin Modern]
+
+\expandafter\ifx\csname alphabet@scale\endcsname\relax
+ \let\alphabet@@scale\@empty
+\else
+ \edef\alphabet@@scale{s*[\csname alphabet@scale\endcsname]}%
+\fi
+
+\DeclareFontFamily{OML}{vlmr}{\skewchar\font127 }
+\DeclareFontShape{OML}{vlmr}{m}{n}%
+ {<->ssub*vlmm/m/it}{}
+\DeclareFontShape{OML}{vlmr}{m}{it}%
+ {<->ssub*vlmm/m/it}{}
+\DeclareFontShape{OML}{vlmr}{m}{sl}%
+ {<->ssub*vlmm/m/it}{}
+\DeclareFontShape{OML}{vlmr}{m}{sc}%
+ {<->ssub*vlmm/m/it}{}
+\DeclareFontShape{OML}{vlmr}{bx}{n}%
+ {<->ssub*vlmm/b/it}{}
+\DeclareFontShape{OML}{vlmr}{bx}{it}%
+ {<->ssub*vlmm/b/it}{}
+\DeclareFontShape{OML}{vlmr}{bx}{sl}%
+ {<->ssub*vlmm/b/it}{}
+\DeclareFontShape{OML}{vlmr}{bx}{sc}%
+ {<->ssub*vlmm/b/it}{}
+\endinput