summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/chemfig/chemfig.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-08 22:54:10 +0000
committerKarl Berry <karl@freefriends.org>2018-03-08 22:54:10 +0000
commit0196ffc747bdb1ceb5480007922d91f59deda3d4 (patch)
treeb9482e4a63edc1e15842caee916a017930399168 /Master/texmf-dist/tex/generic/chemfig/chemfig.sty
parent56904e44da409d0b8e5e06941c6052e8670b709e (diff)
chemfig (8mar18)
git-svn-id: svn://tug.org/texlive/trunk@46890 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/chemfig/chemfig.sty')
-rw-r--r--Master/texmf-dist/tex/generic/chemfig/chemfig.sty45
1 files changed, 5 insertions, 40 deletions
diff --git a/Master/texmf-dist/tex/generic/chemfig/chemfig.sty b/Master/texmf-dist/tex/generic/chemfig/chemfig.sty
index 03b13b44561..d1920b6c641 100644
--- a/Master/texmf-dist/tex/generic/chemfig/chemfig.sty
+++ b/Master/texmf-dist/tex/generic/chemfig/chemfig.sty
@@ -1,42 +1,7 @@
-% __________________________________________________________________
-% | |
-% | chemfig v1.2e |
-% |__________________________________________________________________|
-%
-% This is chemfig.sty, the package file for LaTeX.
-%
-% Maintainer : Christian Tellechea
-% E-mail : unbonpetit@openmailbox.org
-% 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
-% Package URL: http://ctan.org/pkg/chemfig
-% Copyright : Christian Tellechea 2010-2015
-%
-% The "chemfig" package consists of the 8 following files:
-% - chemfig.tex (this file)
-% - chemfig.sty (the package file for LaTeX)
-% - 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
+\ProvidesPackage\CFname[\CFdate\space v\CFver\space Draw molecule with an easy syntax (CT)]
+\def\printatom#1{\ensuremath{\mathrm{#1}}}% \printatom pour LaTeX.
+\def\CF@begin@tikzpicture{\begin{tikzpicture}}%
+\def\CF@end@tikzpicture{\end{tikzpicture}}%
+\endinput \ No newline at end of file