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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
%%% -*-LaTeX-*-
%%% ====================================================================
%%% @LaTeX-style-file{
%%% author = "Nelson H. F. Beebe",
%%% version = "1.02",
%%% date = "19 April 2014",
%%% time = "08:25:36 MDT",
%%% filename = "ijqc.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 = "44477 87 319 3223",
%%% email = "beebe@math.utah.edu, beebe@acm.org,
%%% beebe@computer.org (Internet)",
%%% codetable = "ISO/ASCII",
%%% keywords = "bibliography, BibTeX, International Journal
%%% of Quantum Chemistry, IJQC",
%%% license = "public domain",
%%% supported = "yes",
%%% docstring = "This style file for plain TeX, AmSTeX, and
%%% LaTeX (2.09 and 2e) provides definitions of
%%% LaTeX-like macros needed for the
%%% International Journal of Quantum Chemistry
%%% bibliography.
%%%
%%% Macros are only defined if they are unknown,
%%% so that they do not override earlier
%%% definitions.
%%%
%%% 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.",
%%% }
%%% ====================================================================
\immediate\write16{This is ijqc.sty, Version 1.02 <19 April 2014>}%
\ifx \undefined \dbar \def \dbar {\leavevmode\raise0.2ex\hbox{--}\kern-0.5emd} \fi
\ifx \undefined \Dbar \def \Dbar {\leavevmode\raise0.2ex\hbox{--}\kern-0.5emD} \fi
\ifx \undefined \dottedbond
\def \dottedbond {$\cdots$}
\fi
\ifx \undefined \doublebond
\def \doublebond {\setbox0=\hbox{MM}\raise 1pt\hbox to \wd0{\bf \hss=\kern-3pt=\hss}}
\fi
\ifx \k \undefined
\let \k = \c
\fi
\ifx \undefined \notlongleftrightarrow
\def \notlongleftrightarrow
{%
\longleftrightarrow%
\setbox0=\hbox{$\longleftrightarrow$}%
\kern-0.85\wd0%
\hbox to 0pt{\hss$\not$\hss}%
\kern+0.85\wd0%
}
\fi
\ifx \undefined \singlebond
\def \singlebond {\setbox0=\hbox{MM}\raise 1pt\hbox to \wd0{\bf \hss$-$\kern-2pt$-$\hss}}
\fi
\ifx \undefined \triplebond
\def \triplebond {\setbox0=\hbox{MM}\raise 1pt\hbox to \wd0{\hss$\equiv\kern-3pt\equiv$\hss}}
\fi
\ifx \undefined \bond
\let \bond = \singlebond
\fi
\ifx \undefined \textperiodcentered \def \textperiodcentered {$\cdot$} \fi
\endinput
|