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 | 40 |
1 files changed, 36 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex index 03e65615038..de6120d8a49 100644 --- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex +++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-codehelper.tex @@ -5,9 +5,9 @@ % - macros and commands for chemists - % % --------------------------------------------------------------------------- % % - Clemens Niederberger - % -% - 2012/02/05 - % +% - 2012/02/10 - % % --------------------------------------------------------------------------- % -% - http://www.mychemistry.eu/ - % +% - https://bitbucket.org/cgnieder/chemmacros/ - % % - contact@mychemistry.eu - % % --------------------------------------------------------------------------- % % - If you have any ideas, questions, suggestions or bugs to report, please - % @@ -42,6 +42,7 @@ % system used in the listings source (lstsample). \RequirePackage[final]{listings} \RequirePackage{framed,xcolor} +\RequirePackage[framemethod=tikz]{mdframed} \RequirePackage[colorinlistoftodos,disable]{todonotes} \xdefinecolor{code}{rgb}{.6,.25,.15} \xdefinecolor{key}{rgb}{0.02,0.48,0.18} @@ -92,8 +93,10 @@ { abinitio, aq, + aqi, ba, bottomrule, + cd, cdot, ce, cee, @@ -112,7 +115,8 @@ cstsetup, DeclareInstance, DeclareSIUnit, - DeclareParticle, + DeclareChemParticle, + DeclareChemPhase, definecolor, delm, delp, @@ -134,6 +138,8 @@ ghslistall, ghspic, Gibbs, + glqq, + grqq, HNMR, Helmholtz, hertz, @@ -180,13 +186,18 @@ per, pgfarrowsdeclarealias, pH, + phase, + photon, pKa, pKb, pOH, + positron, Pot, prt, R, redox, + RenewChemParticle, + RenewChemPhase, renewtagform, renewstate, rightarrow, @@ -212,6 +223,8 @@ tiny, toprule, trans, + upbeta, + upgamma, volt, vphantom, vspave, @@ -337,8 +350,10 @@ { abinitio, aq, + aqi, ba, bottomrule, + cd, cdot, ce, cee, @@ -357,7 +372,8 @@ cstsetup, DeclareInstance, DeclareSIUnit, - DeclareParticle, + DeclareChemParticle, + DeclareChemPhase, definecolor, delm, delp, @@ -379,6 +395,8 @@ ghslistall, ghspic, Gibbs, + glqq, + grqq, HNMR, Helmholtz, hertz, @@ -425,13 +443,18 @@ per, pgfarrowsdeclarealias, pH, + phase, + photon, pKa, pKb, pOH, + positron, Pot, prt, R, redox, + RenewChemParticle, + RenewChemPhase, renewtagform, renewstate, rightarrow, @@ -457,6 +480,8 @@ tiny, toprule, trans, + upbeta, + upgamma, volt, vphantom, vspave, @@ -582,6 +607,13 @@ \NewDocumentCommand \da { m } { \texttt { ( #1 ) } } +\NewDocumentCommand \achtung { m } + { + \begin{mdframed}[linecolor=red,backgroundcolor=red!10] + #1 + \end{mdframed} + } + \cs_new:Nn \chemmacros_doc_todo:nn { \todo [ #1 ] { #2 } } \cs_generate_variant:Nn \chemmacros_doc_todo:nn { xn } |