summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/nucleardata
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-10-19 20:39:20 +0000
committerKarl Berry <karl@freefriends.org>2016-10-19 20:39:20 +0000
commit80973b227c01ca561c10db484f91f5920488c919 (patch)
tree2452fd0776866f0e728d219ea0c437b3d90efc2d /Master/texmf-dist/source/latex/nucleardata
parent52b787d36c60fda90673669dd2809c95c1fdfca5 (diff)
nucleardata (19oct16)
git-svn-id: svn://tug.org/texlive/trunk@42307 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/nucleardata')
-rw-r--r--Master/texmf-dist/source/latex/nucleardata/nucleardata.dtx138
-rw-r--r--Master/texmf-dist/source/latex/nucleardata/nucleardata.ins8
2 files changed, 73 insertions, 73 deletions
diff --git a/Master/texmf-dist/source/latex/nucleardata/nucleardata.dtx b/Master/texmf-dist/source/latex/nucleardata/nucleardata.dtx
index eda908c1769..0d73268e0ee 100644
--- a/Master/texmf-dist/source/latex/nucleardata/nucleardata.dtx
+++ b/Master/texmf-dist/source/latex/nucleardata/nucleardata.dtx
@@ -14,7 +14,7 @@ Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
-Version Date: 04/01/2016
+Version Date: 10/18/2016
----------------------------------------------------------------
@@ -22,7 +22,7 @@ This package provides data and commands for including nuclear and atomic mass an
It reads data from two different csv files: elementlist.csv and massdata.csv which are normally stored in the same folder as the nucleardata.sty file (dist/tex/latex/nucleardata).
-The massdata.csv file was created from ENSDF data files and the file mass.mas03round from ``The Ame2003 atomic mass evaluation (II)'' by G.Audi, A.H.Wapstra and C.Thibault, _Nuclear Physics_ A729 p. 337-676, December 22, 2003.
+The massdata.csv file was created from ENSDF data files and the file mass.mas03round from ``The Ame2003 atomic mass evaluation (II)'' by G.Audi, A.H.Wapstra and C.Thibault, _Nuclear Physics_ A729 p. 337-676, December 22, 2003. Elements 110 through 118 have been updated to the IUPAC approved and proposed names and symbols as of October, 2016.
%</readme>
%<*internal>
\fi
@@ -47,7 +47,7 @@ Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
-Version Date: 04/01/2016
+Version Date: 10/18/2016
----------------------------------------------------------------
\endpreamble
@@ -73,7 +73,7 @@ and the derived files nucleardata.ins,
nuccommandtest.tex,
nuccommandtext.pdf
-Version Date: 04/01/2016
+Version Date: 10/18/2016
\endpostamble
\usedir{./}
\generate{
@@ -103,7 +103,7 @@ Version Date: 04/01/2016
%
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{nucleardata}[2016/04/01 v1.01c LaTeX package for providing basic nuclear properties to documents efficiently]
+\ProvidesPackage{nucleardata}[2016/10/18 v1.01d LaTeX package for providing basic nuclear properties to documents efficiently]
\RequirePackage{pythontex}
\RequirePackage{siunitx}
%</package>
@@ -144,14 +144,14 @@ Version Date: 04/01/2016
%\changes{v1.01}{2015/11/18}{getIsotopes() returns an integer list; getHalfLifeValue returns a float}
%\changes{v1.01b}{2016/01/06}{getIsotopes() bug fix; calls to timeenergy(), time_dict, units_dict bug fixes}
%\changes{v1.01c}{2016/04/01}{add macros to generate random lists of isotopes and a valid random A for given Z}
-%
+%\changes{v1.01d}{2016/10/18}{Elements 110 through 118 have been updated to the IUPAC approved and proposed names and symbols as of October, 2016.}
% The |nucleardata| package provides a method for quickly accessing information about atomic nuclides (isotopes of elements) by referring to the chemical symbol and mass number (A) or to the atomic number (Z) and mass number (A). This information can be inserted and typeset without the user having to search an outside source. The information available, via macro commands, in the current version includes chemical symbol or name given Z, Z given the chemical symbol or name, atomic mass, nuclear mass, Q-values for radioactive decay, half-life of ground states, binding energy, mass excess, and list of known isotopes of an element. \par
%~
% There is a macro command for generating a random set of nuclides, accessible as elements of lists of Z and corresponding (valid) A. The elements of the list can be used as arguments for Z and A arguments of other |nucleardata| macros. Another macro will randomly select an valid A for a user-specified Z.
%\subsection*{Source of Data}
% The data is contained in two CSV format files: |massdata.csv| and |elementlist.csv|. These files must be installed in the same directory as the |nucleardata.sty| file. They are read during the \LaTeX\ compile process and lookups are done by Python code embedded into the |.sty| file. Initially, the Python code loads all the data from the |CSV| files into Python arrays, |nucleardata| and |elementdata|. \par
%~
-% The \texttt{massdata.csv} file was created by the author (Nettles) from ENSDF data files and the file \texttt{mass.mas03round} from ``The Ame2003 atomic mass evaluation (II)'' by G.Audi, A.H.Wapstra and C.Thibault, \textit{ Nuclear Physics} A729 p. 337-676, December 22, 2003. The \texttt{elementlist.csv} file was created by the author from public sources.
+% The \texttt{massdata.csv} file was created by the author (Nettles) from ENSDF data files and the file \texttt{mass.mas03round} from ``The Ame2003 atomic mass evaluation (II)'' by G.Audi, A.H.Wapstra and C.Thibault, \textit{ Nuclear Physics} A729 p. 337-676, December 22, 2003. The \texttt{elementlist.csv} file was created by the author from public sources. Elements 110 through 118 have been updated to the IUPAC approved and proposed names and symbols as of October, 2016.
% \subsection*{Using Python\TeX\ }
% Because Python is the basis of the lookup engine, the package |pythontex| is automatically loaded. The user must follow a three-step compiling sequence to get a semifinal/final document. For example, if the user's file is named |carbon.tex|, the sequence will be \par
%\begin{tabular}{l}
@@ -3962,104 +3962,104 @@ nuc=Nucdata()
" ",160,107,267,"Bh "," -a",118910.0,260.0,7312.0,1.0,"B+",3000.0,380.0,267.12765,280.0,"None","None",-3.85,1.988,3.01,9.375084
" ",159,108,267,"Hs "," -a",122760.0,100.0,7295.0,0.0,"B+",3860.0,280.0,267.13179,110.0,"50 ms","",-5.14,2.828,3.85,10.115084
" ",158,109,267,"Mt "," -a",127900.0,540.0,7273.0,2.0,"B+",5140.0,550.0,267.13731,580.0,"None","None",-6.55,4.118,5.14,10.865084
-" ",157,110,267,"Ea "," -a",134450.0,370.0,7245.0,1.0,"B+",6550.0,660.0,267.14434,390.0,"None","None",0.0,5.528,6.55,12.275084
+" ",157,110,267,"Ds "," -a",134450.0,370.0,7245.0,1.0,"B+",6550.0,660.0,267.14434,390.0,"None","None",0.0,5.528,6.55,12.275084
"0",164,104,268,"Rf "," -a",115170.0,710.0,7338.0,3.0," ","*","*",268.12364,760.0,"None","None",-1.68,0.0,0.0,8.095084
" ",163,105,268,"Db "," -a",116850.0,530.0,7329.0,2.0,"B+",1680.0,880.0,268.12545,570.0,"None","None",-0.15,0.658,1.68,8.195084
" ",162,106,268,"Sg "," -a",117000.0,540.0,7325.0,2.0,"B+",150.0,760.0,268.12561,580.0,"None","None",-3.87,-0.872,0.15,8.395083999999999
" ",161,107,268,"Bh "," -a",120870.0,380.0,7308.0,1.0,"B+",3870.0,660.0,268.12976,410.0,"None","None",-2.24,2.848,3.87,9.085083999999998
" ",160,108,268,"Hs "," -a",123110.0,410.0,7297.0,2.0,"B+",2240.0,560.0,268.13216,440.0,"None","None",-6.11,1.218,2.24,9.905083999999999
" ",159,109,268,"Mt "," -a",129220.0,320.0,7271.0,1.0,"B+",6120.0,520.0,268.13873,340.0,"0.07 s","",-4.72,5.088,6.11,10.725083999999999
-" ",158,110,268,"Ea "," -a",133940.0,500.0,7250.0,2.0,"B+",4720.0,590.0,268.1438,540.0,"None","None",0.0,3.698,4.72,11.915083999999998
+" ",158,110,268,"Ds "," -a",133940.0,500.0,7250.0,2.0,"B+",4720.0,590.0,268.1438,540.0,"None","None",0.0,3.698,4.72,11.915083999999998
"0",164,105,269,"Db "," -a",118730.0,770.0,7325.0,3.0," ","*","*",269.12746,830.0,"None","None",-1.2,0.0,0.0,8.405083999999999
" ",163,106,269,"Sg "," -a",119930.0,660.0,7317.0,2.0,"B+",1210.0,1010.0,269.12876,700.0,"22 s","",-1.81,0.178,1.2,8.795084
" ",162,107,269,"Bh "," -a",121740.0,410.0,7308.0,2.0,"B+",1810.0,780.0,269.13069,440.0,"None","None",-3.13,0.788,1.81,8.835083999999998
" ",161,108,269,"Hs "," -a",124870.0,120.0,7293.0,0.0,"B+",3130.0,430.0,269.13406,130.0,"13 s","",-4.66,2.108,3.13,9.625084
" ",160,109,269,"Mt "," -a",129530.0,550.0,7273.0,2.0,"B+",4660.0,560.0,269.13906,590.0,"None","None",-5.65,3.638,4.66,10.535084
-" ",159,110,269,"Ea "," -a",135180.0,140.0,7249.0,1.0,"B+",5650.0,570.0,269.14512,150.0,"None","None",0.0,4.628,5.65,11.585083999999998
+" ",159,110,269,"Ds "," -a",135180.0,140.0,7249.0,1.0,"B+",5650.0,570.0,269.14512,150.0,"None","None",0.0,4.628,5.65,11.585083999999998
"0",165,105,270,"Db "," -a",121760.0,720.0,7316.0,3.0,"B-",360.0,950.0,270.13071,770.0,"None","None",0.36,0.0,0.0,8.205084
" ",164,106,270,"Sg "," -a",121400.0,620.0,7315.0,2.0," ","*","*",270.13033,660.0,"None","None",-3.06,-1.382,-0.36,9.095083999999998
" ",163,107,270,"Bh "," -a",124460.0,470.0,7300.0,2.0,"B+",3060.0,780.0,270.13362,500.0,"None","None",-0.97,2.038,3.06,9.295084
" ",162,108,270,"Hs "," -a",125430.0,290.0,7294.0,1.0,"B+",960.0,550.0,270.13465,310.0,"3.6 s","0+",-5.59,-0.052,0.97,9.305083999999999
" ",161,109,270,"Mt "," -a",131020.0,540.0,7270.0,2.0,"B+",5600.0,610.0,270.14066,580.0,"5.0 ms","",-3.79,4.568,5.59,10.345083999999998
-" ",160,110,270,"Ea "," -a",134810.0,290.0,7253.0,1.0,"B+",3790.0,610.0,270.14472,310.0,"None","None",0.0,2.768,3.79,11.195084
+" ",160,110,270,"Ds "," -a",134810.0,290.0,7253.0,1.0,"B+",3790.0,610.0,270.14472,310.0,"None","None",0.0,2.768,3.79,11.195084
"0",165,106,271,"Sg "," -a",124330.0,650.0,7307.0,2.0," ","*","*",271.13347,700.0,"2.4 m","",-1.59,0.0,0.0,8.705084
" ",164,107,271,"Bh "," -a",125920.0,560.0,7298.0,2.0,"B+",1590.0,850.0,271.13518,600.0,"None","None",-2.31,0.568,1.59,9.505083999999998
" ",163,108,271,"Hs "," -a",128230.0,340.0,7286.0,1.0,"B+",2310.0,650.0,271.13766,360.0,"None","None",-3.24,1.288,2.31,9.905083999999999
" ",162,109,271,"Mt "," -a",131470.0,570.0,7272.0,2.0,"B+",3240.0,660.0,271.14114,610.0,"None","None",-4.59,2.218,3.24,10.135083999999999
-" ",161,110,271,"Ea "," -a",136060.0,110.0,7252.0,0.0,"B+",4590.0,570.0,271.14606,110.0,"None","None",0.0,3.568,4.59,10.875084
+" ",161,110,271,"Ds "," -a",136060.0,110.0,7252.0,0.0,"B+",4590.0,570.0,271.14606,110.0,"None","None",0.0,3.568,4.59,10.875084
"0",166,106,272,"Sg "," -a",125900.0,770.0,7304.0,3.0," ","*","*",272.13516,820.0,"None","None",-2.68,0.0,0.0,8.305083999999999
" ",165,107,272,"Bh "," -a",128580.0,610.0,7291.0,2.0,"B+",2680.0,980.0,272.13803,650.0,"10 s","",-0.95,1.658,2.68,9.305083999999999
" ",164,108,272,"Hs "," -a",129530.0,580.0,7284.0,2.0,"B+",950.0,840.0,272.13905,620.0,"None","None",-4.36,-0.072,0.95,10.105084
" ",163,109,272,"Mt "," -a",133890.0,480.0,7266.0,2.0,"B+",4370.0,750.0,272.14374,520.0,"None","None",-2.4,3.338,4.36,10.595083999999998
-" ",162,110,272,"Ea "," -a",136290.0,650.0,7254.0,2.0,"B+",2400.0,810.0,272.14632,700.0,"None","None",-6.8,1.378,2.4,10.755083999999998
-" ",161,111,272,"Eb "," -a",143090.0,330.0,7226.0,1.0,"B+",6800.0,730.0,272.15362,360.0,"None","None",0.0,5.778,6.8,11.445084
+" ",162,110,272,"Ds "," -a",136290.0,650.0,7254.0,2.0,"B+",2400.0,810.0,272.14632,700.0,"None","None",-6.8,1.378,2.4,10.755083999999998
+" ",161,111,272,"Rg "," -a",143090.0,330.0,7226.0,1.0,"B+",6800.0,730.0,272.15362,360.0,"None","None",0.0,5.778,6.8,11.445084
"0",167,106,273,"Sg "," x",128750.0,660.0,7296.0,2.0," ","*","*",273.13822,710.0,"None","None",-1.3,0.0,0.0,0.0
" ",166,107,273,"Bh "," -a",130050.0,830.0,7288.0,3.0,"B+",1300.0,1060.0,273.13962,890.0,"None","None",-2.21,0.278,1.3,8.895083999999999
" ",165,108,273,"Hs "," -a",132260.0,830.0,7277.0,3.0,"B+",2210.0,1170.0,273.14199,890.0,"None","None",-2.73,1.188,2.21,9.905083999999999
" ",164,109,273,"Mt "," -a",134990.0,510.0,7264.0,2.0,"B+",2730.0,970.0,273.14491,550.0,"None","None",-3.68,1.708,2.73,10.825083999999999
-" ",163,110,273,"Ea "," -a",138670.0,130.0,7248.0,0.0,"B+",3680.0,530.0,273.14886,140.0,"None","None",-4.48,2.658,3.68,11.375084
-" ",162,111,273,"Eb "," -a",143150.0,610.0,7229.0,2.0,"B+",4490.0,620.0,273.15368,650.0,"None","None",0.0,3.458,4.48,11.195084
+" ",163,110,273,"Ds "," -a",138670.0,130.0,7248.0,0.0,"B+",3680.0,530.0,273.14886,140.0,"None","None",-4.48,2.658,3.68,11.375084
+" ",162,111,273,"Rg "," -a",143150.0,610.0,7229.0,2.0,"B+",4490.0,620.0,273.15368,650.0,"None","None",0.0,3.458,4.48,11.195084
"0",167,107,274,"Bh "," -a",132680.0,780.0,7282.0,3.0," ","*","*",274.14244,840.0,"None","None",-0.65,0.0,0.0,8.495083999999999
" ",166,108,274,"Hs "," -a",133330.0,650.0,7276.0,2.0,"B+",640.0,1010.0,274.14313,700.0,"None","None",-4.06,-0.372,0.65,9.505083999999998
" ",165,109,274,"Mt "," -a",137390.0,560.0,7259.0,2.0,"B+",4060.0,850.0,274.14749,600.0,"None","None",-1.86,3.038,4.06,10.505083999999998
-" ",164,110,274,"Ea "," -a",139250.0,490.0,7249.0,2.0,"B+",1860.0,740.0,274.14949,530.0,"None","None",-5.8,0.838,1.86,11.395083999999999
-" ",163,111,274,"Eb "," -a",145050.0,620.0,7225.0,2.0,"B+",5800.0,790.0,274.15571,660.0,"None","None",0.0,4.778,5.8,11.605084
+" ",164,110,274,"Ds "," -a",139250.0,490.0,7249.0,2.0,"B+",1860.0,740.0,274.14949,530.0,"None","None",-5.8,0.838,1.86,11.395083999999999
+" ",163,111,274,"Rg "," -a",145050.0,620.0,7225.0,2.0,"B+",5800.0,790.0,274.15571,660.0,"None","None",0.0,4.778,5.8,11.605084
"0",168,107,275,"Bh "," x",134370.0,650.0,7278.0,2.0," ","*","*",275.14425,700.0,"None","None",-1.58,0.0,0.0,0.0
" ",167,108,275,"Hs "," -a",135950.0,710.0,7270.0,3.0,"B+",1590.0,970.0,275.14595,770.0,"0.15 s","",-2.51,0.558,1.58,9.195084
" ",166,109,275,"Mt "," -a",138460.0,590.0,7258.0,2.0,"B+",2510.0,930.0,275.14865,640.0,"10 ms","",-3.29,1.488,2.51,10.115084
-" ",165,110,275,"Ea "," -a",141750.0,450.0,7243.0,2.0,"B+",3290.0,740.0,275.15218,480.0,"None","None",-3.7,2.268,3.29,11.095083999999998
-" ",164,111,275,"Eb "," -a",145450.0,690.0,7227.0,3.0,"B+",3690.0,830.0,275.15614,740.0,"None","None",0.0,2.678,3.7,11.555083999999999
+" ",165,110,275,"Ds "," -a",141750.0,450.0,7243.0,2.0,"B+",3290.0,740.0,275.15218,480.0,"None","None",-3.7,2.268,3.29,11.095083999999998
+" ",164,111,275,"Rg "," -a",145450.0,690.0,7227.0,3.0,"B+",3690.0,830.0,275.15614,740.0,"None","None",0.0,2.678,3.7,11.555083999999999
"0",168,108,276,"Hs "," -a",137120.0,820.0,7268.0,3.0," ","*","*",276.14721,890.0,"None","None",-3.68,0.0,0.0,8.795084
" ",167,109,276,"Mt "," -a",140800.0,680.0,7252.0,2.0,"B+",3680.0,1070.0,276.15116,730.0,"0.72 s","",-1.75,2.658,3.68,9.795084
-" ",166,110,276,"Ea "," -a",142550.0,610.0,7243.0,2.0,"B+",1750.0,910.0,276.15303,650.0,"None","None",-5.09,0.728,1.75,10.595083999999998
-" ",165,111,276,"Eb "," -a",147640.0,630.0,7222.0,2.0,"B+",5090.0,870.0,276.15849,670.0,"None","None",0.0,4.068,5.09,11.325083999999999
+" ",166,110,276,"Ds "," -a",142550.0,610.0,7243.0,2.0,"B+",1750.0,910.0,276.15303,650.0,"None","None",-5.09,0.728,1.75,10.595083999999998
+" ",165,111,276,"Rg "," -a",147640.0,630.0,7222.0,2.0,"B+",5090.0,870.0,276.15849,670.0,"None","None",0.0,4.068,5.09,11.325083999999999
"0",169,108,277,"Hs "," -a",139580.0,730.0,7262.0,3.0," ","*","*",277.14984,780.0,"None","None",-2.4,0.0,0.0,8.405083999999999
" ",168,109,277,"Mt "," -a",141980.0,880.0,7251.0,3.0,"B+",2400.0,1140.0,277.15242,950.0,"None","None",-3.0,1.378,2.4,9.505083999999998
-" ",167,110,277,"Ea "," -a",144980.0,960.0,7237.0,3.0,"B+",3010.0,1310.0,277.15565,1040.0,"None","None",-3.61,1.978,3.0,10.295084
-" ",166,111,277,"Eb "," -a",148590.0,620.0,7221.0,2.0,"B+",3610.0,1150.0,277.15952,660.0,"None","None",-4.12,2.588,3.61,11.175083999999998
-" ",165,112,277,"Ec "," -a",152710.0,130.0,7204.0,0.0,"B+",4120.0,630.0,277.16394,140.0,"None","None",0.0,3.098,4.12,11.615084
+" ",167,110,277,"Ds "," -a",144980.0,960.0,7237.0,3.0,"B+",3010.0,1310.0,277.15565,1040.0,"None","None",-3.61,1.978,3.0,10.295084
+" ",166,111,277,"Rg "," -a",148590.0,620.0,7221.0,2.0,"B+",3610.0,1150.0,277.15952,660.0,"None","None",-4.12,2.588,3.61,11.175083999999998
+" ",165,112,277,"Cn "," -a",152710.0,130.0,7204.0,0.0,"B+",4120.0,630.0,277.16394,140.0,"None","None",0.0,3.098,4.12,11.615084
"0",169,109,278,"Mt "," -a",144210.0,840.0,7246.0,3.0," ","*","*",278.15481,900.0,"None","None",-1.54,0.0,0.0,9.105084
-" ",168,110,278,"Ea "," -a",145750.0,680.0,7237.0,2.0,"B+",1540.0,1080.0,278.15647,730.0,"None","None",-4.78,0.518,1.54,9.995083999999999
-" ",167,111,278,"Eb "," -a",150530.0,630.0,7217.0,2.0,"B+",4780.0,930.0,278.1616,680.0,"None","None",-2.53,3.758,4.78,10.715084
-" ",166,112,278,"Ec "," -a",153060.0,530.0,7206.0,2.0,"B+",2520.0,830.0,278.16431,570.0,"None","None",0.0,1.508,2.53,11.385083999999999
+" ",168,110,278,"Ds "," -a",145750.0,680.0,7237.0,2.0,"B+",1540.0,1080.0,278.15647,730.0,"None","None",-4.78,0.518,1.54,9.995083999999999
+" ",167,111,278,"Rg "," -a",150530.0,630.0,7217.0,2.0,"B+",4780.0,930.0,278.1616,680.0,"None","None",-2.53,3.758,4.78,10.715084
+" ",166,112,278,"Cn "," -a",153060.0,530.0,7206.0,2.0,"B+",2520.0,830.0,278.16431,570.0,"None","None",0.0,1.508,2.53,11.385083999999999
"0",170,109,279,"Mt "," -a",145490.0,720.0,7244.0,3.0," ","*","*",279.15619,770.0,"None","None",-2.49,0.0,0.0,8.695084
-" ",169,110,279,"Ea "," -a",147980.0,740.0,7232.0,3.0,"B+",2490.0,1030.0,279.15886,800.0,"None","None",-3.36,1.468,2.49,9.605084
-" ",168,111,279,"Eb "," -a",151340.0,660.0,7218.0,2.0,"B+",3360.0,1000.0,279.16247,710.0,"None","None",-3.8,2.338,3.36,10.455084
-" ",167,112,279,"Ec "," -a",155140.0,490.0,7201.0,2.0,"B+",3800.0,830.0,279.16655,530.0,"None","None",0.0,2.778,3.8,10.965084
-"0",170,110,280,"Ea "," -a",148850.0,850.0,7232.0,3.0," ","*","*",280.1598,910.0,"None","None",-4.36,0.0,0.0,9.305083999999999
-" ",169,111,280,"Eb "," -a",153210.0,740.0,7214.0,3.0,"B+",4360.0,1130.0,280.16447,800.0,"None","None",-2.39,3.338,4.36,9.985083999999999
-" ",168,112,280,"Ec "," -a",155600.0,640.0,7203.0,2.0,"B+",2390.0,980.0,280.16704,690.0,"None","None",0.0,1.368,2.39,10.625084
-"0",171,110,281,"Ea "," -a",150960.0,730.0,7228.0,3.0," ","*","*",281.16206,780.0,"None","None",-3.08,0.0,0.0,8.955084
-" ",170,111,281,"Eb "," -a",154040.0,930.0,7214.0,3.0,"B+",3080.0,1180.0,281.16537,1000.0,"None","None",-3.65,2.058,3.08,9.635083999999999
-" ",169,112,281,"Ec "," -a",157690.0,990.0,7198.0,4.0,"B+",3650.0,1360.0,281.16929,1060.0,"None","None",0.0,2.628,3.65,10.285084
-"0",171,111,282,"Eb "," -a",156010.0,890.0,7210.0,3.0," ","*","*",282.16749,950.0,"None","None",-2.13,0.0,0.0,9.375084
-" ",170,112,282,"Ec "," -a",158140.0,710.0,7200.0,3.0,"B+",2120.0,1140.0,282.16977,760.0,"None","None",0.0,1.108,2.13,9.965084
-"0",172,111,283,"Eb "," -a",156880.0,780.0,7210.0,3.0," ","*","*",283.16842,840.0,"None","None",-3.14,0.0,0.0,8.965084
-" ",171,112,283,"Ec "," -a",160020.0,770.0,7196.0,3.0,"B+",3150.0,1090.0,283.17179,830.0,"None","None",-4.34,2.118,3.14,9.615084
-" ",170,113,283,"Ed "," -a",164360.0,730.0,7178.0,3.0,"B+",4340.0,1060.0,283.17645,780.0,"None","None",0.0,3.318,4.34,10.595083999999998
-"0",172,112,284,"Ec "," -a",160570.0,850.0,7197.0,3.0," ","*","*",284.17238,910.0,"None","None",-5.31,0.0,0.0,9.295084
-" ",171,113,284,"Ed "," -a",165880.0,800.0,7176.0,3.0,"B+",5310.0,1170.0,284.17808,860.0,"None","None",0.0,4.288,5.31,10.245083999999999
-"0",173,112,285,"Ec "," -a",162180.0,730.0,7195.0,3.0," ","*","*",285.17411,780.0,"None","None",-4.31,0.0,0.0,8.795084
-" ",172,113,285,"Ed "," -a",166490.0,980.0,7177.0,3.0,"B+",4310.0,1220.0,285.17873,1050.0,"None","None",-4.62,3.288,4.31,10.025084
-" ",171,114,285,"Ee "," -a",171110.0,1030.0,7158.0,4.0,"B+",4630.0,1420.0,285.1837,1110.0,"None","None",0.0,3.598,4.62,10.995083999999999
-"0",173,113,286,"Ed "," -a",168120.0,940.0,7174.0,3.0," ","*","*",286.18048,1010.0,"None","None",-3.14,0.0,0.0,9.685084
-" ",172,114,286,"Ee "," -a",171260.0,770.0,7161.0,3.0,"B+",3140.0,1210.0,286.18386,830.0,"None","None",0.0,2.118,3.14,10.695084
-"0",174,113,287,"Ed "," -a",168640.0,830.0,7176.0,3.0," ","*","*",287.18105,900.0,"None","None",-4.24,0.0,0.0,9.335083999999998
-" ",173,114,287,"Ee "," -a",172880.0,770.0,7158.0,3.0,"B+",4240.0,1140.0,287.1856,830.0,"None","None",-5.21,3.218,4.24,10.435084
-" ",172,115,287,"Ef "," -a",178090.0,790.0,7137.0,3.0,"B+",5200.0,1100.0,287.19119,850.0,"None","None",0.0,4.188,5.21,11.305083999999999
-"0",174,114,288,"Ee "," -a",172970.0,850.0,7161.0,3.0," ","*","*",288.18569,910.0,"None","None",-6.34,0.0,0.0,9.975083999999999
-" ",173,115,288,"Ef "," -a",179310.0,850.0,7136.0,3.0,"B+",6340.0,1210.0,288.19249,920.0,"None","None",0.0,5.318,6.34,11.005083999999998
-"0",175,114,289,"Ee "," -a",174450.0,730.0,7159.0,3.0," ","*","*",289.18728,790.0,"None","None",-5.06,0.0,0.0,9.845083999999998
-" ",174,115,289,"Ef "," -a",179510.0,1020.0,7139.0,4.0,"B+",5060.0,1260.0,289.19272,1100.0,"None","None",-5.73,4.038,5.06,10.595083999999998
-" ",173,116,289,"Eg "," -a",185240.0,1090.0,7116.0,4.0,"B+",5730.0,1490.0,289.19886,1170.0,"None","None",0.0,4.708,5.73,11.705084
-"0",175,115,290,"Ef "," -a",180840.0,980.0,7137.0,3.0," ","*","*",290.19414,1060.0,"None","None",-4.15,0.0,0.0,10.295084
-" ",174,116,290,"Eg "," -a",184990.0,840.0,7120.0,3.0,"B+",4140.0,1300.0,290.19859,910.0,"None","None",0.0,3.128,4.15,11.305083999999999
-"0",176,115,291,"Ef "," -a",181070.0,890.0,7140.0,3.0," ","*","*",291.19438,950.0,"None","None",-5.24,0.0,0.0,10.005083999999998
-" ",175,116,291,"Eg "," -a",186310.0,850.0,7119.0,3.0,"B+",5240.0,1230.0,291.20001,910.0,"None","None",-6.1,4.218,5.24,11.005083999999998
-" ",174,117,291,"Eh "," -a",192410.0,880.0,7096.0,3.0,"B+",6100.0,1220.0,291.20656,950.0,"None","None",0.0,5.078,6.1,11.895083999999999
-"0",176,116,292,"Eg "," -a",186100.0,850.0,7123.0,3.0," ","*","*",292.19979,920.0,"None","None",-7.23,0.0,0.0,10.705084
-" ",175,117,292,"Eh "," -a",193330.0,940.0,7096.0,3.0,"B+",7230.0,1270.0,292.20755,1010.0,"None","None",0.0,6.208,7.23,11.595083999999998
-"0",175,118,293,"Ei "," -a",199960.0,1200.0,7074.0,4.0," ","*","*",293.21467,1290.0,"None","None",0.0,0.0,0.0,12.295084
+" ",169,110,279,"Ds "," -a",147980.0,740.0,7232.0,3.0,"B+",2490.0,1030.0,279.15886,800.0,"None","None",-3.36,1.468,2.49,9.605084
+" ",168,111,279,"Rg "," -a",151340.0,660.0,7218.0,2.0,"B+",3360.0,1000.0,279.16247,710.0,"None","None",-3.8,2.338,3.36,10.455084
+" ",167,112,279,"Cn "," -a",155140.0,490.0,7201.0,2.0,"B+",3800.0,830.0,279.16655,530.0,"None","None",0.0,2.778,3.8,10.965084
+"0",170,110,280,"Ds "," -a",148850.0,850.0,7232.0,3.0," ","*","*",280.1598,910.0,"None","None",-4.36,0.0,0.0,9.305083999999999
+" ",169,111,280,"Rg "," -a",153210.0,740.0,7214.0,3.0,"B+",4360.0,1130.0,280.16447,800.0,"None","None",-2.39,3.338,4.36,9.985083999999999
+" ",168,112,280,"Cn "," -a",155600.0,640.0,7203.0,2.0,"B+",2390.0,980.0,280.16704,690.0,"None","None",0.0,1.368,2.39,10.625084
+"0",171,110,281,"Ds "," -a",150960.0,730.0,7228.0,3.0," ","*","*",281.16206,780.0,"None","None",-3.08,0.0,0.0,8.955084
+" ",170,111,281,"Rg "," -a",154040.0,930.0,7214.0,3.0,"B+",3080.0,1180.0,281.16537,1000.0,"None","None",-3.65,2.058,3.08,9.635083999999999
+" ",169,112,281,"Cn "," -a",157690.0,990.0,7198.0,4.0,"B+",3650.0,1360.0,281.16929,1060.0,"None","None",0.0,2.628,3.65,10.285084
+"0",171,111,282,"Rg "," -a",156010.0,890.0,7210.0,3.0," ","*","*",282.16749,950.0,"None","None",-2.13,0.0,0.0,9.375084
+" ",170,112,282,"Cn "," -a",158140.0,710.0,7200.0,3.0,"B+",2120.0,1140.0,282.16977,760.0,"None","None",0.0,1.108,2.13,9.965084
+"0",172,111,283,"Rg "," -a",156880.0,780.0,7210.0,3.0," ","*","*",283.16842,840.0,"None","None",-3.14,0.0,0.0,8.965084
+" ",171,112,283,"Cn "," -a",160020.0,770.0,7196.0,3.0,"B+",3150.0,1090.0,283.17179,830.0,"None","None",-4.34,2.118,3.14,9.615084
+" ",170,113,283,"Nh "," -a",164360.0,730.0,7178.0,3.0,"B+",4340.0,1060.0,283.17645,780.0,"None","None",0.0,3.318,4.34,10.595083999999998
+"0",172,112,284,"Cn "," -a",160570.0,850.0,7197.0,3.0," ","*","*",284.17238,910.0,"None","None",-5.31,0.0,0.0,9.295084
+" ",171,113,284,"Nh "," -a",165880.0,800.0,7176.0,3.0,"B+",5310.0,1170.0,284.17808,860.0,"None","None",0.0,4.288,5.31,10.245083999999999
+"0",173,112,285,"Cn "," -a",162180.0,730.0,7195.0,3.0," ","*","*",285.17411,780.0,"None","None",-4.31,0.0,0.0,8.795084
+" ",172,113,285,"Nh "," -a",166490.0,980.0,7177.0,3.0,"B+",4310.0,1220.0,285.17873,1050.0,"None","None",-4.62,3.288,4.31,10.025084
+" ",171,114,285,"Fl "," -a",171110.0,1030.0,7158.0,4.0,"B+",4630.0,1420.0,285.1837,1110.0,"None","None",0.0,3.598,4.62,10.995083999999999
+"0",173,113,286,"Nh "," -a",168120.0,940.0,7174.0,3.0," ","*","*",286.18048,1010.0,"None","None",-3.14,0.0,0.0,9.685084
+" ",172,114,286,"Fl "," -a",171260.0,770.0,7161.0,3.0,"B+",3140.0,1210.0,286.18386,830.0,"None","None",0.0,2.118,3.14,10.695084
+"0",174,113,287,"Nh "," -a",168640.0,830.0,7176.0,3.0," ","*","*",287.18105,900.0,"None","None",-4.24,0.0,0.0,9.335083999999998
+" ",173,114,287,"Fl "," -a",172880.0,770.0,7158.0,3.0,"B+",4240.0,1140.0,287.1856,830.0,"None","None",-5.21,3.218,4.24,10.435084
+" ",172,115,287,"Mc "," -a",178090.0,790.0,7137.0,3.0,"B+",5200.0,1100.0,287.19119,850.0,"None","None",0.0,4.188,5.21,11.305083999999999
+"0",174,114,288,"Fl "," -a",172970.0,850.0,7161.0,3.0," ","*","*",288.18569,910.0,"None","None",-6.34,0.0,0.0,9.975083999999999
+" ",173,115,288,"Mc "," -a",179310.0,850.0,7136.0,3.0,"B+",6340.0,1210.0,288.19249,920.0,"None","None",0.0,5.318,6.34,11.005083999999998
+"0",175,114,289,"Fl "," -a",174450.0,730.0,7159.0,3.0," ","*","*",289.18728,790.0,"None","None",-5.06,0.0,0.0,9.845083999999998
+" ",174,115,289,"Mc "," -a",179510.0,1020.0,7139.0,4.0,"B+",5060.0,1260.0,289.19272,1100.0,"None","None",-5.73,4.038,5.06,10.595083999999998
+" ",173,116,289,"Lv "," -a",185240.0,1090.0,7116.0,4.0,"B+",5730.0,1490.0,289.19886,1170.0,"None","None",0.0,4.708,5.73,11.705084
+"0",175,115,290,"Mc "," -a",180840.0,980.0,7137.0,3.0," ","*","*",290.19414,1060.0,"None","None",-4.15,0.0,0.0,10.295084
+" ",174,116,290,"Lv "," -a",184990.0,840.0,7120.0,3.0,"B+",4140.0,1300.0,290.19859,910.0,"None","None",0.0,3.128,4.15,11.305083999999999
+"0",176,115,291,"Mc "," -a",181070.0,890.0,7140.0,3.0," ","*","*",291.19438,950.0,"None","None",-5.24,0.0,0.0,10.005083999999998
+" ",175,116,291,"Lv "," -a",186310.0,850.0,7119.0,3.0,"B+",5240.0,1230.0,291.20001,910.0,"None","None",-6.1,4.218,5.24,11.005083999999998
+" ",174,117,291,"Ts "," -a",192410.0,880.0,7096.0,3.0,"B+",6100.0,1220.0,291.20656,950.0,"None","None",0.0,5.078,6.1,11.895083999999999
+"0",176,116,292,"Lv "," -a",186100.0,850.0,7123.0,3.0," ","*","*",292.19979,920.0,"None","None",-7.23,0.0,0.0,10.705084
+" ",175,117,292,"Ts "," -a",193330.0,940.0,7096.0,3.0,"B+",7230.0,1270.0,292.20755,1010.0,"None","None",0.0,6.208,7.23,11.595083999999998
+"0",175,118,293,"Og "," -a",199960.0,1200.0,7074.0,4.0," ","*","*",293.21467,1290.0,"None","None",0.0,0.0,0.0,12.295084
%</csv1>
%
@@ -4177,12 +4177,12 @@ Z,SYM,NAME
110,Ds,Darmstadtium
111,Rg,Roentgenium
112,Cn,Copernicium
-113,Uut,Ununtrium
+113,Nh,Nihonium
114,Fl,Flerovium
-115,Uup,Ununpentium
+115,Mc,Moscovium
116,Lv,Livermorium
-117,Uus,Ununseptium
-118,Uuo,Ununoctium
+117,Ts,Tennessine
+118,Og,Oganesson
%</csv2>
% \fi
diff --git a/Master/texmf-dist/source/latex/nucleardata/nucleardata.ins b/Master/texmf-dist/source/latex/nucleardata/nucleardata.ins
index 8bc936cb117..4b8c3cdaec6 100644
--- a/Master/texmf-dist/source/latex/nucleardata/nucleardata.ins
+++ b/Master/texmf-dist/source/latex/nucleardata/nucleardata.ins
@@ -15,7 +15,7 @@
%%
%% See http://www.latex-project.org/lppl.txt
%%
-%% Version Date: 04/01/2016
+%% Version Date: 10/18/2016
%%
%% ----------------------------------------------------------------
\input docstrip.tex
@@ -32,7 +32,7 @@ Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
-Version Date: 04/01/2016
+Version Date: 10/18/2016
----------------------------------------------------------------
\endpreamble
@@ -58,7 +58,7 @@ and the derived files nucleardata.ins,
nuccommandtest.tex,
nuccommandtext.pdf
-Version Date: 04/01/2016
+Version Date: 10/18/2016
\endpostamble
\usedir{./}
\generate{
@@ -86,6 +86,6 @@ Version Date: 04/01/2016
%% nuccommandtest.tex,
%% nuccommandtext.pdf
%%
-%% Version Date: 04/01/2016
+%% Version Date: 10/18/2016
%%
%% End of file `nucleardata.ins'.