summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-05 21:10:55 +0000
committerKarl Berry <karl@freefriends.org>2018-04-05 21:10:55 +0000
commit0a9611e577325328b01e056e4f1a4f9124018446 (patch)
tree743e699e2408c421a3e4b9b5a196ca79b3f2b98c /Master/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode
parent6688448c1f00de62d4cb784b2af3e36a75fcce82 (diff)
nucleardata (5apr18)
git-svn-id: svn://tug.org/texlive/trunk@47307 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode')
-rw-r--r--Master/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode b/Master/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode
index 677d80bfc8b..075f1e13466 100644
--- a/Master/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode
+++ b/Master/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode
@@ -24,6 +24,7 @@ class Nucdata(object):
'Mev':'\si{\mega\electronvolt}',
'kev':'\si{\kilo\electronvolt}',
'us':'\si{\micro\second}',
+ 'ns':'\si{\\nano\second}',
'y':'\si{\ensuremath{\mathrm{yr}}}',
'yr':'\si{\ensuremath{\mathrm{yr}}}',
'm':'\si{\min}',
@@ -34,8 +35,9 @@ class Nucdata(object):
'day':'\si{\day}',
's':'\si{\second}',
'ms':'\si{\ms}',
- 'ps':'\si{\ps}',
- 'ns':'\si{\\ns}',
+ 'ps':'\si{\pico\second}',
+ 'fs':'\si{\\femto\second}',
+ 'as':'\si{\\atto\second}',
'My':'\si{\ensuremath{\mathrm{My}}}',
'Gy':'\si{\ensuremath{\mathrm{Gy}}}'
}
@@ -55,6 +57,8 @@ class Nucdata(object):
"us":365.25*24*3600*1e6,
"ns":365.25*24*3600*1e9,
"ps":365.25*24*3600*1e12,
+ "fs":365.25*24*3600*1e15,
+ "as":365.25*24*3600*1e18,
"My":1e-6,
"Gy":1e-9}
@@ -378,7 +382,7 @@ g.close()
nuc=Nucdata()
=>PYTHONTEX:SETTINGS#
-version=0.15
+version=0.16
outputdir=pythontex-files-nucleardata
workingdir=.
workingdirset=false