diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-08 21:42:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-08 21:42:44 +0000 |
commit | 3ba883f307860f57384b9ce62c0ecb3c0d9f6376 (patch) | |
tree | a65e176ae9521188005c7986ea0ab7ec15bec233 /Master/texmf-dist/tex/latex/modiagram | |
parent | 1bb0f10c71d9b14e011afb3e1eb54ea7f7f3df4b (diff) |
modiagram (8nov20)
git-svn-id: svn://tug.org/texlive/trunk@56886 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/modiagram')
-rw-r--r-- | Master/texmf-dist/tex/latex/modiagram/modiagram.sty | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/modiagram/modiagram.sty b/Master/texmf-dist/tex/latex/modiagram/modiagram.sty index 2064105ae60..ec1e46bebaa 100644 --- a/Master/texmf-dist/tex/latex/modiagram/modiagram.sty +++ b/Master/texmf-dist/tex/latex/modiagram/modiagram.sty @@ -11,15 +11,15 @@ % If you have any ideas, questions, suggestions or bugs to report, please % feel free to contact me. % -------------------------------------------------------------------------- -% Copyright 2011--2019 Clemens Niederberger +% Copyright 2011--2020 Clemens Niederberger % % This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 +% conditions of the LaTeX Project Public License, either version 1.3c % 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. +% and version 1.3c or later is part of all distributions of LaTeX +% version 2008/05/04 or later. % % This work has the LPPL maintenance status `maintained'. % @@ -32,8 +32,8 @@ \usetikzlibrary{calc,arrows} \ProvidesExplPackage {modiagram} - {2019/10/31} - {0.3} + {2020/11/08} + {0.3a} {easy creation of molecular orbital diagrams} % --------------------------------------------------------------------------- % @@ -507,7 +507,6 @@ % display 2s orbital \cs_new_protected:Npn \__modiagram_two_s: { - \dim_show:N \l__modiagram_atom_two_s_dim \bool_if:NT \l__modiagram_atom_two_s_bool { \bool_if:NTF \l__modiagram_atom_left_bool @@ -2132,7 +2131,7 @@ Version history 2019/10/31 version 0.3 - correct wrong expl3 code - rename `MOdiagram' into `modiagram' - rename \MOsetup into \setmodiagram - +2020/11/08 version 0.3a - fix spurious \show TODO - reduce code duplication |