diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-30 00:18:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-30 00:18:43 +0000 |
commit | 6dce6a15e6f9ba76c0517df6c5f1e4680223d590 (patch) | |
tree | 07c1af3c8177154a027f54dc994cfb9ba951f873 /Master/texmf-dist/doc/latex/nuc/README | |
parent | cd372ffee7c90e2eff5670443481ea8eb4b3446c (diff) |
new latex package nuc (28apr11)
git-svn-id: svn://tug.org/texlive/trunk@22256 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nuc/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/nuc/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/nuc/README b/Master/texmf-dist/doc/latex/nuc/README new file mode 100644 index 00000000000..4e0ffdb373c --- /dev/null +++ b/Master/texmf-dist/doc/latex/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 |