1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
%%% -*-LaTeX-*-
%%% ====================================================================
%%% @LaTeX-style-file{
%%% author = "Nelson H. F. Beebe",
%%% version = "1.00",
%%% date = "09 December 1999",
%%% time = "10:45:07 MST",
%%% filename = "canjmath.sty",
%%% address = "Center for Scientific Computing
%%% University of Utah
%%% Department of Mathematics, 322 INSCC
%%% 155 S 1400 E RM 233
%%% Salt Lake City, UT 84112-0090
%%% USA",
%%% telephone = "+1 801 581 5254",
%%% FAX = "+1 801 585 1640, +1 801 581 4148",
%%% URL = "http://www.math.utah.edu/~beebe",
%%% checksum = "29769 60 254 2449",
%%% email = "beebe@math.utah.edu, beebe@acm.org,
%%% beebe@ieee.org (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "Canadian Journal of Mathematics, Journal
%%% canadien de math{\'e}matiques, LaTeX style
%%% file, TeX style file",
%%% supported = "yes",
%%% docstring = "This is a LaTeX and TeX style file for
%%% typesetting canjmath.bib, the bibliography
%%% of the Canadian Journal of Mathematics =
%%% Journal canadien de math{\'e}matiques.
%%%
%%% 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.",
%%% }
%%% ====================================================================
%% NB: The YYYY-MM-DD format conforms to ISO 8601 Date/Time Representations
%% See http://www.mcs.vuw.ac.nz/technical/SGML/doc/iso8601/ISO8601.html.
\immediate \write 16{This is canjmath.sty, version 1.00 <1999-12-09>}
\ifx \mathsf \undefined
\def \mathsf #1{{\sf #1}}
\fi
\def\newop#1{%
\expandafter \def \csname #1\endcsname
{%
\mathop {\rm #1\kern.05em}\nolimits
}%
}
\newop{BMO}
\newop{PU}
\newop{Pin}
\newop{SO}
\newop{SU}
\newop{WC}
|