diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-02 20:46:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-02 20:46:57 +0000 |
commit | 1899aff6e9ea410919e77e6eada9362a201a4bcd (patch) | |
tree | 816c9a6f4af184273cbb8598a96f6b0abcf87e3d /Master/texmf-dist/tex/latex/dsserif | |
parent | d4a853411a0b343a19b3b10bd20367adf34e8441 (diff) |
dsserif (2may18)
git-svn-id: svn://tug.org/texlive/trunk@47570 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dsserif')
-rw-r--r-- | Master/texmf-dist/tex/latex/dsserif/dsserif.sty | 21 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dsserif/udsserif.fd | 25 |
2 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/dsserif/dsserif.sty b/Master/texmf-dist/tex/latex/dsserif/dsserif.sty new file mode 100644 index 00000000000..3d371f8344e --- /dev/null +++ b/Master/texmf-dist/tex/latex/dsserif/dsserif.sty @@ -0,0 +1,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 diff --git a/Master/texmf-dist/tex/latex/dsserif/udsserif.fd b/Master/texmf-dist/tex/latex/dsserif/udsserif.fd new file mode 100644 index 00000000000..160878d068a --- /dev/null +++ b/Master/texmf-dist/tex/latex/dsserif/udsserif.fd @@ -0,0 +1,25 @@ +%Filename: udsserif.fd +%Created by: tex DSSerif-drv +%Created using fontinst v1.933 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{udsserif.fd} + [2018/04/30 Fontinst v1.933 font definitions for U/DSSerif.] + +\expandafter\ifx\csname DSS@scale\endcsname\relax +\let\DSS@@scale\@empty\else\edef\DSS@@scale{s*[\csname DSS@scale\endcsname]}\fi + +\DeclareFontFamily{U}{DSSerif}{\skewchar \font =45} + +\DeclareFontShape{U}{DSSerif}{m}{n}{ + <-> \DSS@@scale DSSerif +}{} + +\DeclareFontShape{U}{DSSerif}{b}{n}{ + <-> \DSS@@scale DSSerif-Bold +}{} + +\DeclareFontShape{U}{DSSerif}{bx}{n}{<->ssub * DSSerif/b/n}{} + +\endinput |