diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/chemfig/chemfig.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/chemfig/chemfig.sty | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/chemfig/chemfig.sty b/Master/texmf-dist/tex/generic/chemfig/chemfig.sty new file mode 100644 index 00000000000..f9ac1c4fc36 --- /dev/null +++ b/Master/texmf-dist/tex/generic/chemfig/chemfig.sty @@ -0,0 +1,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
\ No newline at end of file |