diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/chemfig/t-chemfig.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/chemfig/t-chemfig.tex | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/chemfig/t-chemfig.tex b/Master/texmf-dist/tex/generic/chemfig/t-chemfig.tex new file mode 100644 index 00000000000..73b20b64dd9 --- /dev/null +++ b/Master/texmf-dist/tex/generic/chemfig/t-chemfig.tex @@ -0,0 +1,48 @@ +% __________________________________________________________________ +% | | +% | | +% | 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 (the package file for LaTeX) +% t-chemfig.tex (this file) +% 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 +% -------------------------------------------------------------------- +\ifdefined\tikzpicture +\else + \expandafter\def\csname CF@next@action\endcsname{\usemodule[tikz]}% + \csname CF@next@action\expandafter\endcsname +\fi +\input chemfig.tex +\endinput
\ No newline at end of file |