blob: 1d6a2e41a68e3500f8763c06a38a4909c2816e69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
\ProvidesFile{ls2libertinust1mathsym.fd}
[2015/04/17 v1.1.2-latex LibertinusT1Mathsym LS2 font definitions]
\expandafter\ifx\csname LinuxLibertine@scale\endcsname\relax
\let\LinuxLibertine@@scale\@empty
\else
\edef\LinuxLibertine@@scale{s*[\csname LinuxLibertine@scale\endcsname]}%
\fi
\expandafter\ifx\csname libus@scale\endcsname\relax
% \let\LinuxLibertine@@scale\@empty
\else
\edef\LinuxLibertine@@scale{s*[\csname LinuxLibertine@scale\endcsname]}%
\fi
\DeclareFontFamily{LS2}{libertinust1mathsym}{\skewchar\font127 }
\DeclareFontShape{LS2}{libertinust1mathsym}{m}{n} {<-> \LinuxLibertine@@scale libertinust1-mathsym}{}
\DeclareFontShape{LS2}{libertinust1mathsym}{b}{n}{<->ssub * libertinust1mathsym/m/n}{}
\DeclareFontShape{LS2}{libertinust1mathsym}{b}{it}{<->ssub * libertinust1mathsym/m/n}{}
\DeclareFontShape{LS2}{libertinust1mathsym}{bx}{n}{<->ssub * libertinust1mathsym/m/n}{}
\DeclareFontShape{LS2}{libertinust1mathsym}{bx}{it}{<->ssub * libertinust1mathsym/m/n}{}
\DeclareFontShape{LS2}{libertinust1mathsym}{m}{it}{<->ssub * libertinust1mathsym/m/n}{}
\endinput
|