From ca7fba7e76d6754e68b246406abb8d884729babc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 21 Aug 2011 23:24:20 +0000 Subject: new font pkg pxtxalfa (21aug11 and earlier) git-svn-id: svn://tug.org/texlive/trunk@23633 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/pxtxalfa/px-ds.sty | 11 ++++++++++ Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty | 11 ++++++++++ Master/texmf-dist/tex/latex/pxtxalfa/pxtx-frak.sty | 11 ++++++++++ Master/texmf-dist/tex/latex/pxtxalfa/tx-of.sty | 11 ++++++++++ Master/texmf-dist/tex/latex/pxtxalfa/upx-ds.fd | 23 +++++++++++++++++++++ Master/texmf-dist/tex/latex/pxtxalfa/utx-cal.fd | 24 ++++++++++++++++++++++ Master/texmf-dist/tex/latex/pxtxalfa/utx-frak.fd | 24 ++++++++++++++++++++++ Master/texmf-dist/tex/latex/pxtxalfa/utx-of.fd | 24 ++++++++++++++++++++++ 8 files changed, 139 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/pxtxalfa/px-ds.sty create mode 100644 Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty create mode 100644 Master/texmf-dist/tex/latex/pxtxalfa/pxtx-frak.sty create mode 100644 Master/texmf-dist/tex/latex/pxtxalfa/tx-of.sty create mode 100644 Master/texmf-dist/tex/latex/pxtxalfa/upx-ds.fd create mode 100644 Master/texmf-dist/tex/latex/pxtxalfa/utx-cal.fd create mode 100644 Master/texmf-dist/tex/latex/pxtxalfa/utx-frak.fd create mode 100644 Master/texmf-dist/tex/latex/pxtxalfa/utx-of.fd (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/pxtxalfa/px-ds.sty b/Master/texmf-dist/tex/latex/pxtxalfa/px-ds.sty new file mode 100644 index 00000000000..4c37b818974 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxtxalfa/px-ds.sty @@ -0,0 +1,11 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{px-ds}[2011/08/16 v1 U/px-ds] +\RequirePackage{xkeyval}% +\define@key{px-ds.sty}{scaled}[1.0]{% +\expandafter\def\csname px-ds@scale\endcsname {#1}}% +\ExecuteOptionsX{scaled}% +\ProcessOptionsX\relax% +\DeclareMathAlphabet{\mathbb}{U}{px-ds}{m}{n} +\SetMathAlphabet{\mathbb}{bold}{U}{px-ds}{b}{n} +\DeclareMathAlphabet{\mathbbb} {U}{px-ds}{b}{n} +\endinput diff --git a/Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty b/Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty new file mode 100644 index 00000000000..d65f73062b4 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxtxalfa/pxtx-cal.sty @@ -0,0 +1,11 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{pxtx-cal}[2011/08/16 v1 U/tx-cal] +\RequirePackage{xkeyval}% +\define@key{pxtx-cal.sty}{scaled}[1.0]{% +\expandafter\def\csname pxtx-cal@scale\endcsname {#1}}% +\ExecuteOptionsX{scaled}% +\ProcessOptionsX\relax% +\DeclareMathAlphabet{\mathcal}{U}{tx-cal}{m}{n} +\SetMathAlphabet{\mathcal}{bold}{U}{tx-cal}{b}{n} +\DeclareMathAlphabet{\mathbcal} {U}{tx-cal}{b}{n} +\endinput diff --git a/Master/texmf-dist/tex/latex/pxtxalfa/pxtx-frak.sty b/Master/texmf-dist/tex/latex/pxtxalfa/pxtx-frak.sty new file mode 100644 index 00000000000..a9bdecedf46 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxtxalfa/pxtx-frak.sty @@ -0,0 +1,11 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{pxtx-frak}[2011/08/16 v1 U/tx-frak] +\RequirePackage{xkeyval}% +\define@key{pxtx-frak.sty}{scaled}[1.0]{% +\expandafter\def\csname pxtx-frak@scale\endcsname {#1}}% +\ExecuteOptionsX{scaled}% +\ProcessOptionsX\relax% +\DeclareMathAlphabet{\mathfrak}{U}{tx-frak}{m}{n} +\SetMathAlphabet{\mathfrak}{bold}{U}{tx-frak}{b}{n} +\DeclareMathAlphabet{\mathbfrak} {U}{tx-frak}{b}{n} +\endinput diff --git a/Master/texmf-dist/tex/latex/pxtxalfa/tx-of.sty b/Master/texmf-dist/tex/latex/pxtxalfa/tx-of.sty new file mode 100644 index 00000000000..60af67548c6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxtxalfa/tx-of.sty @@ -0,0 +1,11 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{tx-of}[2011/08/16 v1 U/tx-of] +\RequirePackage{xkeyval}% +\define@key{tx-of.sty}{scaled}[1.0]{% +\expandafter\def\csname tx-of@scale\endcsname {#1}}% +\ExecuteOptionsX{scaled}% +\ProcessOptionsX\relax% +\DeclareMathAlphabet{\mathbb}{U}{tx-of}{m}{n} +\SetMathAlphabet{\mathbb}{bold}{U}{tx-of}{b}{n} +\DeclareMathAlphabet{\mathbbb} {U}{tx-of}{b}{n} +\endinput diff --git a/Master/texmf-dist/tex/latex/pxtxalfa/upx-ds.fd b/Master/texmf-dist/tex/latex/pxtxalfa/upx-ds.fd new file mode 100644 index 00000000000..e50cd4fd06a --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxtxalfa/upx-ds.fd @@ -0,0 +1,23 @@ +%Filename: upx-ds.fd +%Created by: tex upx-ds-drv +%Created using fontinst v1.933 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{upx-ds.fd} + [2011/08/16 Fontinst v1.933 font definitions for U/px-ds.] + + +\expandafter\ifx\csname px-ds@scale\endcsname\relax +\let\pxds@@scale\@empty\else\edef\pxds@@scale{s*[\csname px-ds@scale\endcsname]}\fi +\DeclareFontFamily{U}{px-ds}{\skewchar \font =45} + +\DeclareFontShape{U}{px-ds}{m}{n}{ + <-> \pxds@@scale pxr-ds +}{} +\DeclareFontShape{U}{px-ds}{b}{n}{ + <-> \pxds@@scale pxb-ds +}{} + +\endinput + diff --git a/Master/texmf-dist/tex/latex/pxtxalfa/utx-cal.fd b/Master/texmf-dist/tex/latex/pxtxalfa/utx-cal.fd new file mode 100644 index 00000000000..40f82509b3a --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxtxalfa/utx-cal.fd @@ -0,0 +1,24 @@ +%Filename: utx-cal.fd +%Created by: tex utxr-cal-drv +%Created using fontinst v1.933 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{utx-cal.fd} + [2011/08/16 Fontinst v1.933 font definitions for U/tx-cal.] + + +\expandafter\ifx\csname pxtx-cal@scale\endcsname\relax +\let\pxtxcal@@scale\@empty\else\edef\pxtxcal@@scale{s*[\csname pxtx-cal@scale\endcsname]}\fi +\DeclareFontFamily{U}{tx-cal}{\skewchar \font =45} + +\DeclareFontShape{U}{tx-cal}{m}{n}{ + <-> \pxtxcal@@scale txr-cal +}{} +\DeclareFontShape{U}{tx-cal}{b}{n}{ + <-> \pxtxcal@@scale txb-cal +}{} + + +\endinput + diff --git a/Master/texmf-dist/tex/latex/pxtxalfa/utx-frak.fd b/Master/texmf-dist/tex/latex/pxtxalfa/utx-frak.fd new file mode 100644 index 00000000000..7c80d8e60e9 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxtxalfa/utx-frak.fd @@ -0,0 +1,24 @@ +%Filename: utx-frak.fd +%Created by: tex utx-frak-drv +%Created using fontinst v1.933 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{utx-frak.fd} + [2011/08/16 Fontinst v1.933 font definitions for U/tx-frak.] + + +\expandafter\ifx\csname pxtx-frak@scale\endcsname\relax +\let\pxtxfrak@@scale\@empty\else\edef\pxtxfrak@@scale{s*[\csname pxtx-frak@scale\endcsname]}\fi +\DeclareFontFamily{U}{tx-frak}{\skewchar \font =45} + +\DeclareFontShape{U}{tx-frak}{m}{n}{ + <-> \pxtxfrak@@scale txr-frak +}{} +\DeclareFontShape{U}{tx-frak}{b}{n}{ + <-> \pxtxfrak@@scale txb-frak +}{} + + +\endinput + diff --git a/Master/texmf-dist/tex/latex/pxtxalfa/utx-of.fd b/Master/texmf-dist/tex/latex/pxtxalfa/utx-of.fd new file mode 100644 index 00000000000..0fac2652dd7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxtxalfa/utx-of.fd @@ -0,0 +1,24 @@ +%Filename: utx-of.fd +%Created by: tex utx-of-drv +%Created using fontinst v1.933 + +%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY + +\ProvidesFile{utx-of.fd} + [2011/08/16 Fontinst v1.933 font definitions for U/tx-of.] + + +\expandafter\ifx\csname tx-of@scale\endcsname\relax +\let\txof@@scale\@empty\else\edef\txof@@scale{s*[\csname tx-of@scale\endcsname]}\fi +\DeclareFontFamily{U}{tx-of}{\skewchar \font =45} + +\DeclareFontShape{U}{tx-of}{m}{n}{ + <-> \txof@@scale txr-of +}{} +\DeclareFontShape{U}{tx-of}{b}{n}{ + <-> \txof@@scale txb-of +}{} + + +\endinput + -- cgit v1.2.3