diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode')
-rw-r--r-- | Master/texmf-dist/tex/latex/nucleardata/nucleardata.pytxcode | 10 |
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 |