blob: f9ac1c4fc369a64eb98481dadcb1b1779518d27c (
plain)
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
|
% __________________________________________________________________
% | |
% | |
% | chemfig v0.4 |
% | |
% | March 7, 2011 |
% | |
% |__________________________________________________________________|
%
% This is t-chemfig.tex, the package file for conTeXt.
%
% Maintainer: Christian Tellechea
% E-mail : unbonpetit@gmail.com
% Comments, bug reports and suggestions are welcome.
% Licence : Released under the LaTeX Project Public License v1.3c or
% later, see http://www.latex-project.org/lppl.txt
% Copyright : Christian Tellechea 2010-2011
%
% The "chemfig" package consists of the 8 following files:
% chemfig.tex (the code of the package)
% chemfig.sty (this file)
% t-chemfig.tex (the package file for ConTeXt)
% README
% chemfig_doc_en.tex, chemfig_doc_en.pdf (english manual)
% chemfig_doc_fr.tex, chemfig_doc_fr.pdf (manual in french)
%
% --------------------------------------------------------------------
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
%
% % http://www.latex-project.org/lppl.txt
%
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
% --------------------------------------------------------------------
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Christian Tellechea
% --------------------------------------------------------------------
\RequirePackage{tikz}
\input chemfig.tex
\ProvidesPackage\CF@package@name[\CF@date\space v\CF@ver\space Draw molecule with an easy syntax]
\endinput
|