diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/nuc/README |
Initial commit
Diffstat (limited to 'macros/latex/contrib/nuc/README')
-rw-r--r-- | macros/latex/contrib/nuc/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/latex/contrib/nuc/README b/macros/latex/contrib/nuc/README new file mode 100644 index 0000000000..4e0ffdb373 --- /dev/null +++ b/macros/latex/contrib/nuc/README @@ -0,0 +1,20 @@ +nuc.sty is provided by Neal Davis (davis68@illinois.edu). This package provides +automatic notation for nuclear isotopes. Isotopes which have Z with more digits +than A require special spacing to appear properly. nuc.sty is released under +the LaTeX Project Public License. + +This is an early draft (v.0.1) of this package. + +It is invoked in the usual way, + \usepackage{nuc} +and each element and isotope is indicated by \(element name){(element weight)}. +For instance, + \Pa{231} + \O{18} + \H{3} + +It appears that under certain circumstances, \protect may be required prior to +invoking the element (i.e., \protect\U{235}). + +This package does not currently support omission of the atomic number subscript, +although that is planned for the next version.
\ No newline at end of file |