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
61
62
63
64
65
66
67
68
69
70
71
72
73
|
%%% -*-LaTeX-*-
%%% ====================================================================
%%% @LaTeX-style-file{
%%% author = "Nelson H. F. Beebe",
%%% version = "2.00",
%%% date = "09 September 2011",
%%% time = "12:59:42 MDT",
%%% filename = "canmathbull.sty",
%%% address = "University of Utah
%%% Department of Mathematics, 110 LCB
%%% 155 S 1400 E RM 233
%%% Salt Lake City, UT 84112-0090
%%% USA",
%%% telephone = "+1 801 581 5254",
%%% FAX = "+1 801 581 4148",
%%% URL = "http://www.math.utah.edu/~beebe",
%%% checksum = "05977 73 262 2608",
%%% email = "beebe@math.utah.edu, beebe@acm.org,
%%% beebe@computer.org (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "bibliography, BibTeX, Bulletin canadien de
%%% math{\'e}matiques, Canadian Mathematical
%%% Bulletin, LaTeX style file, TeX style file",
%%% license = "public domain",
%%% supported = "yes",
%%% docstring = "This is a LaTeX and TeX style file for
%%% typesetting canmathbull.bib, the
%%% bibliography of Bulletin canadien de
%%% math{\'e}matiques = Canadian Mathematical
%%% Bulletin.
%%%
%%% 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 canmathbull.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{AF}
\newop{BMO}
\newop{C}
\newop{GL}
\newop{PCI}
\newop{PSL}
\newop{PU}
\newop{Pin}
\newop{RA}
\newop{R}
\newop{SL}
\newop{SO}
\newop{SU}
\newop{Triod}
\newop{VMO}
\newop{WC}
\newop{Z}
\newop{gc}
|