diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:57:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:57:16 +0000 |
commit | b4a494cb564344ee952faff136f2c067db06895b (patch) | |
tree | 5857da5bdc2759617f6cef50a26ae397b391bdde /Master/texmf-dist/tex/latex/isotope | |
parent | a666a985f37c14731058afd08c5dc92ec9600524 (diff) |
isotope
git-svn-id: svn://tug.org/texlive/trunk@1002 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/isotope')
-rw-r--r-- | Master/texmf-dist/tex/latex/isotope/isotope.sty | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/isotope/isotope.sty b/Master/texmf-dist/tex/latex/isotope/isotope.sty new file mode 100644 index 00000000000..b3c699d9eea --- /dev/null +++ b/Master/texmf-dist/tex/latex/isotope/isotope.sty @@ -0,0 +1,52 @@ +%% +%% This is file `isotope.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% isotope.dtx (with options: `package') +%% +%% This is a generated file. +%% +%% Copyright (C) 2003 by Heiko Bauke <heiko.bauke@physik.uni-magdeburg.de> +%% +%% This file may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License, either version 1.2 of this license +%% or (at your option) any later version. The latest version of this +%% license is in: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% and version 1.2 or later is part of all distributions of LaTeX version +%% 1999/12/01 or later. +%% +\NeedsTeXFormat{LaTeX2e}[1999/12/01] +\ProvidesPackage{isotope} + [2004/01/04 v0.2 for type setting isotopes] +\newcommand{\isotopestyle}{\rm} +\newcommand{\isotope@atomicnumber}{} +\newcommand{\isotope@nuclearnumber}{} +\newcommand{\isotope}[1][]{% + \begingroup% + \renewcommand{\isotope@nuclearnumber}{#1}% + \isotope@two}% + \newcommand{\isotope@two}[2][]{% + \renewcommand{\isotope@atomicnumber}{#1}% + {\m@th% + \settowidth\@tempdimb{\ensuremath{% + \isotopestyle\scriptstyle\isotope@nuclearnumber}}% + \settowidth\@tempdimc{\ensuremath{% + \isotopestyle\scriptstyle\isotope@atomicnumber}}% + \ifdim\@tempdimb<\@tempdimc\@tempdimb=\@tempdimc\fi% + \ensuremath{{}% + ^{\makebox[\@tempdimb][r]{\ensuremath{% + \isotopestyle\scriptstyle\isotope@nuclearnumber}}}% + _{\makebox[\@tempdimb][r]{\ensuremath{% + \isotopestyle\scriptstyle\isotope@atomicnumber}}}% + \isotopestyle#2}% + }% + \endgroup% +}% +\endinput +%% +%% End of file `isotope.sty'. |