From 6dce6a15e6f9ba76c0517df6c5f1e4680223d590 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 30 Apr 2011 00:18:43 +0000 Subject: new latex package nuc (28apr11) git-svn-id: svn://tug.org/texlive/trunk@22256 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/nuc/README | 20 ++++++++++++++++++++ Master/texmf-dist/doc/latex/nuc/nuc.pdf | Bin 0 -> 83459 bytes Master/texmf-dist/doc/latex/nuc/nuc.tex | 30 ++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/nuc/README create mode 100644 Master/texmf-dist/doc/latex/nuc/nuc.pdf create mode 100644 Master/texmf-dist/doc/latex/nuc/nuc.tex (limited to 'Master/texmf-dist/doc/latex/nuc') 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/nuc/nuc.pdf 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 -- cgit v1.2.3