diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/nuc/README | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/nuc/nuc.pdf | bin | 0 -> 83459 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/nuc/nuc.tex | 30 |
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 Binary files differnew file mode 100644 index 00000000000..fe0b8cc108d --- /dev/null +++ b/Master/texmf-dist/doc/latex/nuc/nuc.pdf 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 |