summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/mathtime-ltx/mathpi.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-05-12 14:24:46 +0900
committerNorbert Preining <norbert@preining.info>2022-05-12 14:24:46 +0900
commit55dc1614f4bcd6cfc9e12392e764f7c4e709e0df (patch)
tree4f8a044ab7b9a2c36d17a05cec332e283258776a /texmf-dist/tex/latex/mathtime-ltx/mathpi.sty
parent418ad2c01ddc302ed39443d15b07d0d8e6801332 (diff)
Add mathtime
Diffstat (limited to 'texmf-dist/tex/latex/mathtime-ltx/mathpi.sty')
-rw-r--r--texmf-dist/tex/latex/mathtime-ltx/mathpi.sty34
1 files changed, 34 insertions, 0 deletions
diff --git a/texmf-dist/tex/latex/mathtime-ltx/mathpi.sty b/texmf-dist/tex/latex/mathtime-ltx/mathpi.sty
new file mode 100644
index 00000000..080cbe99
--- /dev/null
+++ b/texmf-dist/tex/latex/mathtime-ltx/mathpi.sty
@@ -0,0 +1,34 @@
+%%
+%% This is file `mathpi.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% mathtime.dtx (with options: `package,mathpi')
+%%
+%% Copyright 1996 1997 Frank Mittelbach and David Carlisle.
+%%
+%% Development of this package was commissioned by Y&Y Inc.
+%% http://www.yandy.com
+%% This package may be distributed under the terms of the LaTeX Project Public
+%% License, as described in lppl.txt in the base LaTeX distribution.
+%% Either version 1.0 or, at your option, any later version.
+%%
+\NeedsTeXFormat{LaTeX2e}[1995/01/01]
+\ProvidesPackage{mathpi}
+ [1999/03/29 v1.1%
+ mathpi
+ font support (FMi/DPC)]
+\DeclareOption{mathfrak}{%
+ \DeclareMathAlphabet\mathfrak{U}{mh2}{m}{n}}
+\DeclareOption{mathcal}{%
+ \DeclareMathAlphabet\mathcal{U}{mh2scr}{m}{n}}
+\DeclareOption{mathscr}{%
+ \DeclareMathAlphabet\mathscr{U}{mh2scr}{m}{n}}
+\DeclareOption{mathbb}{%
+ \DeclareMathAlphabet\mathbb{U}{mh6}{m}{n}}
+\ProcessOptions
+
+\endinput
+%%
+%% End of file `mathpi.sty'.