summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/txuprcal/txuprcal.sty13
-rw-r--r--Master/texmf-dist/tex/latex/txuprcal/utxuprcal.fd24
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