diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-24 22:09:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-24 22:09:01 +0000 |
commit | 670657869ac48c6aae8a5a12511f358f8a33dffa (patch) | |
tree | c617b5a74949483181d09c1d246d7154e50ca51e /Master/texmf-dist/tex/latex/txuprcal | |
parent | 990e60c6ed4437e5b632b7c9acf7f2237bbda871 (diff) |
txuprcal, now flattened (23feb17)
git-svn-id: svn://tug.org/texlive/trunk@43327 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/txuprcal')
-rw-r--r-- | Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty | 13 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/txuprcal/utxuprcal.fd | 24 |
2 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty b/Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty new file mode 100644 index 00000000000..616301b67f0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty @@ -0,0 +1,13 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{txuprcal}[2017/02/22 v1 U/TXUprCal] +\RequirePackage{xkeyval}% +\define@key{txuprcal.sty}{scaled}[1.0]{% +\def\TXUprCalScale{#1}}% +\ExecuteOptionsX<txuprcal.sty>{scaled}% +\ProcessOptionsX<txuprcal.sty>\relax% +\let\mathcalr\undefined +\let\mathbcal\undefined +\DeclareMathAlphabet{\mathcal}{U}{txuprcal}{m}{n} +\SetMathAlphabet{\mathcal}{bold}{U}{txuprcal}{b}{n} +\DeclareMathAlphabet{\mathbcal} {U}{txuprcal}{b}{n} +\endinput diff --git a/Master/texmf-dist/tex/latex/txuprcal/utxuprcal.fd b/Master/texmf-dist/tex/latex/txuprcal/utxuprcal.fd new file mode 100644 index 00000000000..a0f359706c2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/txuprcal/utxuprcal.fd @@ -0,0 +1,24 @@ +%Filename: utxuprcal.fd + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{utxuprcal.fd} + [2017/02/22 Fontinst v1.933 font definitions for U/TXUprCal.] + +\@ifundefined{TXUprCalScale}% + {\let\TXUprCal@Scale\empty}% + {\edef\TXUprCal@Scale{s*[\TXUprCalScale]}} + +\DeclareFontFamily{U}{txuprcal}{\skewchar \font =45} + +\DeclareFontShape{U}{txuprcal}{m}{n}{ + <-> \TXUprCal@Scale txUprCal-Regular +}{} + +\DeclareFontShape{U}{txuprcal}{b}{n}{ + <-> \TXUprCal@Scale txUprCal-Bold +}{} + +\DeclareFontShape{U}{txuprcal}{bx}{n}{<->ssub * txuprcal/b/n}{} + +\endinput |