summaryrefslogtreecommitdiff
path: root/fonts/dsserif/tex/dsserif.sty
blob: 3d371f8344e70d98105b2e12237b814eff44fd8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\NeedsTeXFormat{LaTeX2e}
\def\fileversion{1.0}
\def\filedate{2018/05/01}
\ProvidesPackage{DSSerif}[\filedate\space v\fileversion\space U/DSSerif]

\RequirePackage{xkeyval}%
\define@key{DSSerif.sty}{scaled}[1.0]{%
\expandafter\def\csname DSS@scale\endcsname {#1}}%
\ExecuteOptionsX<DSSerif.sty>{scaled}%
\ProcessOptionsX<DSSerif.sty>\relax%
\DeclareSymbolFont{DSSerif}{U}{DSSerif}{m}{n}
\SetSymbolFont{DSSerif}{bold}{U}{DSSerif}{b}{n}
\DeclareFontSubstitution{U}{DSSerif}{m}{n}
\DeclareSymbolFontAlphabet{\mathbb}{DSSerif}
%\DeclareMathAlphabet{\mathbb}{U}{DSSerif}{m}{n}
%\SetMathAlphabet{\mathbb}{bold}{U}{DSSerif}{b}{n}
\let\mathbbb\relax
\DeclareMathAlphabet{\mathbbb}{U}{DSSerif}{b}{n}
\DeclareMathSymbol{\imathbb}{\mathord}{DSSerif}{17}
\DeclareMathSymbol{\jmathbb}{\mathord}{DSSerif}{18}
\endinput