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
|
% xymtex.sty
% Copyright (C) 1993, 1966, 1998 by Shinsaku Fujita, all rights reserved.
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \typeout{XyMTeX for Drawing Chemical Structural Formulas. Version 1.00}
% \typeout{ -- Released December 1, 1993 by Shinsaku Fujita}
% \typeout{XyMTeX for Drawing Chemical Structural Formulas. Version 1.00a}
% \typeout{ -- Released May 22, 1996 by Shinsaku Fujita}
% \typeout{XyMTeX for Drawing Chemical Structural Formulas. Version 1.02}
% \typeout{ -- Released October 31, 1998 by Shinsaku Fujita}
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \def\j@urnalname{xymtex.sty}
% \def\versi@ndate{May 22, 1996}
% \def\versi@nno{ver1.00a}
% \def\copyrighth@lder{SF} % Shinsaku Fujita
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \def\j@urnalname{xymtex.sty}
% \def\versi@ndate{October 31, 1998}
% \def\versi@nno{ver1.02}
% \def\copyrighth@lder{SF} % Shinsaku Fujita
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This file is a part of the macro package ``XyMTeX'' which has been
% designed for typesetting chemical structural formulas.
%
% This file is to be contained in the ``xymtex'' directory which is
% an input directory for TeX. It is a LaTeX optional style file and
% should be used only within LaTeX, because several macros of the file
% are based on LaTeX commands.
%
% For the review of XyMTeX, see
% (1) Shinsaku Fujita, ``Typesetting structural formulas with the text
% formatter TeX/LaTeX'', Computers and Chemistry, 18, 109--116 (1994).
% The following book deals with an application of TeX/LaTeX to
% preparation of manuscripts of chemical fields:
% (2) Shinsaku Fujita, ``LaTeX for Chemists and Biochemists''
% Tokyo Kagaku Dozin, Tokyo (1993) [in Japanese].
% (3) Shinskau Fujita, ``XyMTeX for drwoing chemical structural
% formulas'', TUGboat, 16(1), 80--88 (1995).
%
% Copying of this file is authorized only if either
% (1) you make absolutely no changes to your copy, including name and
% directory name; or
% (2) if you do make changes,
% (a) you name it something other than the names included in the
% ``xymtex'' directory and
% (b) you are requested to leave this notice intact.
% This restriction ensures that all standard styles are identical.
%
% Please report any bugs, comments, suggestions, etc. to:
% Shinsaku Fujita,
% Ashigara Research Laboratories, Fuji Photo Film Co., Ltd.,
% Minami-Ashigara, Kanagawa-ken, 250-01, Japan.
%
% New address:
% Shinsaku Fujita,
% Department of Chemistry and Materials Technology,
% Kyoto Institute of Technology, \\
% Matsugasaki, Sakyoku, Kyoto, 606 Japan
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\typeout{XyMTeX for Drawing Chemical Structural Formulas. Version 2.00}
\typeout{ -- Released December 25, 1998 by Shinsaku Fujita}
\def\j@urnalname{xymtex.sty}
\def\versi@ndate{December 25, 1998}
\def\versi@nno{ver2.00}
\def\copyrighth@lder{SF} % Shinsaku Fujita
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\typeout{XyMTeX Macro File `\j@urnalname' (\versi@nno) <\versi@ndate>\space%
[\copyrighth@lder]}
\usepackage{epic}
\usepackage{chemstr}
\usepackage{carom}
\usepackage{hetarom}
\usepackage{hetaromh}
\usepackage{lowcycle}
\usepackage{ccycle}
\usepackage{hcycle}
\usepackage{aliphat}
\usepackage{locant}
\usepackage{polymers}
\usepackage{methylen}
\usepackage{fusering}
\endinput
|