diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex index 5c9ecaf919b..140eaf9de27 100644 --- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex +++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex @@ -5,7 +5,7 @@ % - macros and commands for chemists - % % --------------------------------------------------------------------------- % % - Clemens Niederberger - % -% - 2012/03/12 - % +% - 2012/03/19 - % % --------------------------------------------------------------------------- % % - https://bitbucket.org/cgnieder/chemmacros/ - % % - contact@mychemistry.eu - % @@ -95,6 +95,7 @@ { a, abinitio, + AddRxnDesc, aq, aqi, b, @@ -128,6 +129,7 @@ D, DeclareChemArrow, DeclareChemIUPAC, + DeclareChemLatin, DeclareChemParticle, DeclareChemPhase, DeclareChemReaction, @@ -168,6 +170,7 @@ includegraphics, insitu, intertext, + invacuo, iupac, IUPAC, joule, @@ -209,6 +212,7 @@ pch, per, pgfarrowsdeclarealias, + pgfarrowsrenewalias, pH, phase, photon, @@ -223,6 +227,7 @@ redox, RenewChemArrow, RenewChemIUPAC, + RenewChemLatin, RenewChemParticle, RenewChemPhase, RenewChemState, @@ -383,6 +388,7 @@ { a, abinitio, + AddRxnDesc, aq, aqi, b, @@ -416,6 +422,7 @@ D, DeclareChemArrow, DeclareChemIUPAC, + DeclareChemLatin, DeclareChemParticle, DeclareChemPhase, DeclareChemReaction, @@ -456,6 +463,7 @@ includegraphics, insitu, intertext, + invacuo, iupac, IUPAC, joule, @@ -497,6 +505,7 @@ pch, per, pgfarrowsdeclarealias, + pgfarrowsrenewalias, pH, phase, photon, @@ -511,6 +520,7 @@ redox, RenewChemArrow, RenewChemIUPAC, + RenewChemLatin, RenewChemParticle, RenewChemPhase, RenewChemState, @@ -682,7 +692,7 @@ \makeatletter \NewDocumentCommand \achtung { m } { - \par\addvspace{\baselineskip} + \ifvmode\addvspace{\baselineskip}\fi \begin{mdframed}[linecolor=red,backgroundcolor=red!10] #1 \end{mdframed} |