summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nuc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-30 00:18:43 +0000
committerKarl Berry <karl@freefriends.org>2011-04-30 00:18:43 +0000
commit6dce6a15e6f9ba76c0517df6c5f1e4680223d590 (patch)
tree07c1af3c8177154a027f54dc994cfb9ba951f873 /Master/texmf-dist/doc/latex/nuc
parentcd372ffee7c90e2eff5670443481ea8eb4b3446c (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')
-rw-r--r--Master/texmf-dist/doc/latex/nuc/README20
-rw-r--r--Master/texmf-dist/doc/latex/nuc/nuc.pdfbin0 -> 83459 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nuc/nuc.tex30
3 files changed, 50 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
diff --git a/Master/texmf-dist/doc/latex/nuc/nuc.pdf b/Master/texmf-dist/doc/latex/nuc/nuc.pdf
new file mode 100644
index 00000000000..fe0b8cc108d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/nuc/nuc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nuc/nuc.tex b/Master/texmf-dist/doc/latex/nuc/nuc.tex
new file mode 100644
index 00000000000..3ef4c00d27d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/nuc/nuc.tex
@@ -0,0 +1,30 @@
+\documentclass{article}
+\author{Neal Davis}
+\title{The \textbf{nuc} package, v0.1}
+
+\usepackage{nuc}
+
+\begin{document}
+
+\maketitle
+
+\texttt{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 (v0.1) of this package.
+
+It is invoked in the usual way,
+ \texttt{\textbackslash usepackage{nuc}}
+and each element and isotope is indicated by \texttt{\textbackslash(element name)\{(element weight)\}}.
+For instance, \texttt{\textbackslash Pa\{231\}} produces \Pa{231}; \texttt{\textbackslash O\{18\}} produces \O{18}; and \texttt{\textbackslash H\{3\}} produces \H{3}. This of necessity overrides the basic \LaTeX~commands \texttt{\textbackslash H}, \texttt{\textbackslash O}, \texttt{\textbackslash P}, \texttt{\textbackslash S}, \texttt{\textbackslash Pr}, and \texttt{\textbackslash Re}.
+
+It appears that under certain circumstances, \protect may be required prior to
+invoking the element (i.e., \texttt{\textbackslash protect\textbackslash Fe\{56\}}).
+
+All elements are supported, with additional support for deprecated atomic symbols such as \Cb{93} (columbium, now niobium) and \Ku{263} (kurchatovium, now rutherfordium).
+
+This package does not currently support omission of the atomic number subscript,
+although that is planned for the next version.
+
+\texttt{nuc.sty} is released under the LaTeX Project Public license v1.3 or later.
+
+\end{document} \ No newline at end of file