summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/elements
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-17 21:04:09 +0000
committerKarl Berry <karl@freefriends.org>2016-04-17 21:04:09 +0000
commit19e8c0cbbe2995fe17a089432567e0b9986bbfa2 (patch)
tree5456ae1e2fdedde8fdf6f6776886ffe6da962f74 /Master/texmf-dist/doc/latex/elements
parentf35fe392acb9ef6c90da5b202faf4d2ff001a272 (diff)
elements (17apr16)
git-svn-id: svn://tug.org/texlive/trunk@40578 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/elements')
-rw-r--r--Master/texmf-dist/doc/latex/elements/README6
-rw-r--r--Master/texmf-dist/doc/latex/elements/elements_en.pdfbin417540 -> 427131 bytes
-rw-r--r--Master/texmf-dist/doc/latex/elements/elements_en.tex18
3 files changed, 16 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/elements/README b/Master/texmf-dist/doc/latex/elements/README
index ff9fd54c945..4888e05b874 100644
--- a/Master/texmf-dist/doc/latex/elements/README
+++ b/Master/texmf-dist/doc/latex/elements/README
@@ -1,15 +1,15 @@
--------------------------------------------------------------------------
-the ELEMENTS package v0.1b
+the ELEMENTS package v0.1d
retrieve different properties of chemical elements
-2015/10/15
+2016/04/17
--------------------------------------------------------------------------
Clemens Niederberger
Web: https://github.com/cgnieder/elements/
E-Mail: contact@mychemistry.eu
--------------------------------------------------------------------------
-Copyright 2015 Clemens Niederberger
+Copyright 2015-2016 Clemens Niederberger
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/doc/latex/elements/elements_en.pdf b/Master/texmf-dist/doc/latex/elements/elements_en.pdf
index 5a91425d282..1cb58a8656f 100644
--- a/Master/texmf-dist/doc/latex/elements/elements_en.pdf
+++ b/Master/texmf-dist/doc/latex/elements/elements_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/elements/elements_en.tex b/Master/texmf-dist/doc/latex/elements/elements_en.tex
index fa71a62a894..2bd7cdf048e 100644
--- a/Master/texmf-dist/doc/latex/elements/elements_en.tex
+++ b/Master/texmf-dist/doc/latex/elements/elements_en.tex
@@ -12,7 +12,7 @@
% Web: http://www.mychemistry.eu/forums/forum/elements/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
-% Copyright 2015 Clemens Niederberger
+% Copyright 2015-2016 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -47,6 +47,7 @@
elconf,
elementname,
elementsymbol,
+ mainelementisotope,
saveatomicnumber,
saveelementisotopes,
saveelementname,
@@ -224,14 +225,21 @@ shortened way (\eg: [Ar]$3d^{10}4s^1$).
Saves the main isotope of the given element as replacement text for the
macro \meta{cs}. If the isotope list of the element contains no main
isotope \meta{cs} will be equivalent to \cs*{@empty}.
+ \command{mainelementisotope}[\Marg{\meta{atomic number}|\meta{element
+ symbol}|\meta{element name}}]
+ Print\sinceversion{0.1d} the main isotope of the given element. If the
+ isotope list of the element contains no main isotope nothing will be
+ printed.
\end{commands}
\begin{example}[side-by-side]
\ttfamily
\saveelementisotopes\foo{C}
- \meaning\foo
+ \meaning\foo\par
\savemainelementisotope\foo{C}
- \meaning\foo
+ \meaning\foo\par
+ \normalfont
+ \mainelementisotope{C}
\end{example}
\clearpage
@@ -259,7 +267,7 @@ is printed. For those interested: the code used to get the table is as follows
\theelement &
\elementsymbol{\arabic{element}} &
\elementname{\arabic{element}} &
- \savemainelementisotope\foo{\arabic{element}}\foo &
+ \mainelementisotope{\arabic{element}} &
\elconf{\arabic{element}}
\stepcounter{element} \\
}
@@ -283,7 +291,7 @@ is printed. For those interested: the code used to get the table is as follows
\theelement &
\elementsymbol{\arabic{element}} &
\elementname{\arabic{element}} &
- \savemainelementisotope\foo{\arabic{element}}\foo &
+ \mainelementisotope{\arabic{element}} &
\elconf{\arabic{element}}
\stepcounter{element} \\
}