summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/amsfonts/euscript.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:51:21 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:51:21 +0000
commitf8ca76634d8484b3c81c5bffd50a918a9cb0b490 (patch)
tree4ebc7b06cb52e7313988f199f2d07d986f072b25 /Master/texmf-dist/tex/latex/amsfonts/euscript.sty
parent16f389f73fa6306e91c612b0bc226e90d841c1c6 (diff)
amsfonts
git-svn-id: svn://tug.org/texlive/trunk@661 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/amsfonts/euscript.sty')
-rw-r--r--Master/texmf-dist/tex/latex/amsfonts/euscript.sty70
1 files changed, 70 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/amsfonts/euscript.sty b/Master/texmf-dist/tex/latex/amsfonts/euscript.sty
new file mode 100644
index 00000000000..a6136ecef8d
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/amsfonts/euscript.sty
@@ -0,0 +1,70 @@
+%%
+%% This is file `euscript.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% euscript.dtx (with options: `euscript')
+%%
+%%% ====================================================================
+%%% @LaTeX-file{
+%%% filename = "euscript.dtx",
+%%% version = "2.2d",
+%%% date = "2001/10/01",
+%%% time = "11:53:06 EDT",
+%%% checksum = "51492 201 926 8086",
+%%% author = "American Mathematical Society",
+%%% copyright = "Copyright 2001 American Mathematical Society,
+%%% all rights reserved. Copying of this file is
+%%% authorized only if either:
+%%% (1) you make absolutely no changes to your copy,
+%%% including name; OR
+%%% (2) if you do make changes, you first rename it
+%%% to some other name.",
+%%% address = "American Mathematical Society,
+%%% Technical Support,
+%%% Publications Technical Group,
+%%% P. O. Box 6248,
+%%% Providence, RI 02940,
+%%% USA",
+%%% telephone = "401-455-4080 or (in the USA and Canada)
+%%% 800-321-4AMS (321-4267)",
+%%% FAX = "401-331-3842",
+%%% email = "tech-support@ams.org (Internet)",
+%%% codetable = "ISO/ASCII",
+%%% keywords = "latex, amslatex, ams-latex, amsfonts, euscript,
+%%% eucal, mathcal",
+%%% supported = "yes",
+%%% abstract = "This is part of the AMSFonts distribution.
+%%% It is a \LaTeX{} package that sets up some
+%%% font shape definitions to use the Euler
+%%% script symbols in math mode. These fonts are
+%%% part of the AMSFonts font collection.",
+%%% docstring = "The checksum field above contains a CRC-16
+%%% checksum as the first value, followed by the
+%%% equivalent of the standard UNIX wc (word
+%%% count) utility output of lines, words, and
+%%% characters. This is produced by Robert
+%%% Solovay's checksum utility.",
+%%% }
+%%% ====================================================================
+\NeedsTeXFormat{LaTeX2e}% LaTeX 2.09 can't be used (nor non-LaTeX)
+[1994/12/01]% LaTeX date must be December 1994 or later
+\ProvidesPackage{euscript}[2001/10/01 v2.2d Euler Script fonts]
+\DeclareMathAlphabet\EuScript{U}{eus}{m}{n}
+\SetMathAlphabet\EuScript{bold}{U}{eus}{b}{n}
+\newcommand{\CMcal}{}
+\let\CMcal=\mathcal
+\DeclareOption{psamsfonts}{%
+ \DeclareFontFamily{U}{eus}{\skewchar\font'60}%
+ \DeclareFontShape{U}{eus}{m}{n}{<-6>eusm5<6-8>eusm7<8->eusm10}{}%
+ \DeclareFontShape{U}{eus}{b}{n}{<-6>eusb5<6-8>eusb7<8->eusb10}{}%
+}
+\DeclareOption{mathcal}{\renewcommand{\mathcal}{\EuScript}}
+\DeclareOption{mathscr}{%
+ \providecommand{\mathscr}{}\renewcommand{\mathscr}{\EuScript}%
+}
+\ProcessOptions
+\endinput
+%%
+%% End of file `euscript.sty'.