diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/substances/substances-examples.sub')
-rw-r--r-- | Master/texmf-dist/doc/latex/substances/substances-examples.sub | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/substances/substances-examples.sub b/Master/texmf-dist/doc/latex/substances/substances-examples.sub index e7aa9a9fe7d..79a8f6b5434 100644 --- a/Master/texmf-dist/doc/latex/substances/substances-examples.sub +++ b/Master/texmf-dist/doc/latex/substances/substances-examples.sub @@ -8,7 +8,7 @@ % Web: https://bitbucket.org/cgnieder/substances/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2012 Clemens Niederberger +% Copyright 2012--2015 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -32,9 +32,11 @@ % % example database to the package `substances' % -\DeclareChemIUPAC\normal{\textit{n}} +\SubstancesDatabase{substances-example} + +\ProvideChemIUPAC\normal{\textit{n}} \DeclareSubstance{NaCl}{ - name = Sodium\|chloride , + name = Sodium|chloride , sort = Sodiumchloride , formula = NaCl , CAS = 7647-14-5, @@ -46,7 +48,8 @@ } \DeclareSubstance{HCl}{ - name = Hydro\|chloric Acid , + name = Hydro|chloric Acid , + sort = Hydrochloric Acid , formula = HCl , CAS = 7647-01-0 , pictograms = {acid,exclam} , @@ -147,7 +150,7 @@ \DeclareSubstance{butane}{ name = Butane , sort = Butane , - alt = \normal\-Butane , + alt = \normal-Butane , altsort = n-Butane , formula = C4H10 , structure = H-C(-[2]H)(-[6]H)-C(-[2]H)(-[6]H)-C(-[2]H)(-[6]H)-C(-[2]H)(-[6]H)-H , @@ -166,7 +169,7 @@ \DeclareSubstance{pentane}{ name = Pentane , sort = Pentane , - alt = \normal\-Pentane , + alt = \normal-Pentane , altsort = n-Pentane , formula = C5H12 , structure = H-C(-[2]H)(-[6]H)-C(-[2]H)(-[6]H)-C(-[2]H)(-[6]H)-C(-[2]H)(-[6]H)-C(-[2]H)(-[6]H)-H , @@ -186,7 +189,7 @@ \DeclareSubstance{hexane}{ name = Hexane , sort = Hexane , - alt = \normal\-Hexane , + alt = \normal-Hexane , altsort = n-Hexane , formula = C6H14 , structure = -[:30]-[:-30]-[:30]-[:-30]-[:30] , @@ -205,7 +208,7 @@ \DeclareSubstance{heptane}{ name = Heptane , sort = Heptane , - alt = \normal\-Heptane , + alt = \normal-Heptane , altsort = n-Heptane , formula = C7H16 , structure = -[:30]-[:-30]-[:30]-[:-30]-[:30]-[:-30] , @@ -224,7 +227,7 @@ \DeclareSubstance{octane}{ name = Octane , sort = Octane , - alt = \normal\-Octane , + alt = \normal-Octane , altsort = n-Octane , formula = C8H18 , structure = -[:30]-[:-30]-[:30]-[:-30]-[:30]-[:-30]-[:30] , @@ -243,7 +246,7 @@ \DeclareSubstance{nonane}{ name = Nonane , sort = Nonane , - alt = \normal\-Nonane , + alt = \normal-Nonane , altsort = n-Nonane , formula = C9H20 , structure = -[:30]-[:-30]-[:30]-[:-30]-[:30]-[:-30]-[:30]-[:-30] , @@ -262,7 +265,7 @@ \DeclareSubstance{decane}{ name = Decane , sort = Decane , - alt = \normal\-Decane , + alt = \normal-Decane , altsort = n-Decane , formula = C10H22 , structure = -[:30]-[:-30]-[:30]-[:-30]-[:30]-[:-30]-[:30]-[:-30]-[:30] , @@ -298,4 +301,4 @@ LD50 = 5800 } -\endinput
\ No newline at end of file +\endinput |