summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/latex/mathtime-ltx/mathpi.sty
diff options
context:
space:
mode:
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'.