summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chemmacros/chemmacros_doc_en.tex
blob: 6dc5d64d8b63a8534fd23fa5b31379944d86a39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ------------------------------------------------------------------------------------- %
% - chemmacros - chemmacros_doc_en.tex ------------------------------------------------ %
% - a collection of macros to make typesetting chemistry documents more convenient ---- %
% ------------------------------------------------------------------------------------- %
% - Clemens Niederberger -------------------------------------------------------------- %
% - 2011/06/22 ------------------------------------------------------------------------ %
% ------------------------------------------------------------------------------------- %
% - http://www.mychemistry.eu/ -------------------------------------------------------- %
% - contact@mychemistry.eu ------------------------------------------------------------ %
% ------------------------------------------------------------------------------------- %
% - If you have any ideas, questions, suggestions or bugs to report, please feel free - %
% - to contact me. -------------------------------------------------------------------- %
% ------------------------------------------------------------------------------------- %
% - Copyright 2011 Clemens Niederberger                                               - %
% -                                                                                   - %
% - This work may be distributed and/or modified under the                            - %
% - conditions of the LaTeX Project Public License, either version 1.3                - %
% - 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.3 or later is part of all distributions of LaTeX                    - %
% - version 2005/12/01 or later.                                                      - %
% -                                                                                   - %
% - This work has the LPPL maintenance status `maintained'.                           - %
% -                                                                                   - %
% - The Current Maintainer of this work is Clemens Niederberger.                      - %
% -                                                                                   - %
% - This work consists of the files chemmacros.sty, chemmacros_doc_de.tex,            - %
% - chemmacros_doc_de.tex, README                                                     - %
% ------------------------------------------------------------------------------------- %
\documentclass[parskip=full]{scrartcl}
\usepackage[english]{babel}
\usepackage[utf8]{inputenx}
\usepackage[dvipsnames]{xcolor}
  \colorlet{code}{RawSienna}
\usepackage{listings,url,chemfig,chemstyle,bpchem,booktabs}
\usepackage[perpage,hang]{footmisc}
  \renewcommand*\thefootnote{\arabic{footnote})}
\usepackage[version=3,arrows=pgf]{mhchem}
\usepackage[xspace,circled]{chemmacros}
\usetikzlibrary{calc}
\lstset{literate={ä}{{\"a}}1 {ö}{{\"o}}1 {ü}{{\"u}}1 {Ä}{{\"A}}1 {Ö}{{\"O}}1 {Ü}{{\"U}}1 {ß}{{\ss}}1}
\lstset{
   language=[LaTeX]TeX,
   basicstyle={\ttfamily},                       % Grundstil
   extendedchars=true,
   numbers=left,                                 % Zeilennummern
   numberstyle=\tiny,                            % Größe des Zeilennummern
   numberblanklines=true,                        % Leerzeilen nummerieren
   gobble=1,                                     % das erste Leerzeichen abschneiden
   xleftmargin=20pt,                             % Einrückung links
   breaklines=true,                              % Zeilenumbruch
   moredelim=[is][\color{red!25!purple}]{!!}{!!},% Hervorhebung
   moredelim=[is][\color{black}]{++}{++},        % Hervorhebung der Keywords rückgängig
   commentstyle={\color[named]{Gray}},
   emph={begin,end},                             % Umgebungen hervorheben
   emphstyle=\color{red},
   keywordstyle=\color{code},
   keywordstyle=[20]\color{blue},
   morekeywords=[20]{reaction,reactions,reactionsat},
   texcsstyle=[30]\color{code},
   moretexcs=[30]{abinitio,aq,atm,atmosphere,cal,calory,ce,cee,celsius,cf,chemabove,chembelow,chemfig,cip,cis,cmc,CNMR,color,cstsetup,DeclareSIUnit,delm,delp,Dfi,draw,E,el,El,ElPot,ensuremath,enthalpy,Enthalpy,Entropy,gas,Gibbs,gram,Helmholtz,HNMR,HtO,Hpl,Hyd,insitu,IUPAC,joule,kelvin,kilo,latin,lewis,Lfi,liter,liquid,mch,mech,meta,mhName,milli,mmHg,molar,moLar,Molar,mole,MolMass,newman,newreaction,NMR,node,normal,ntr,nu,Nu,ortho,ox,OX,para,pch,per,pH,pKa,pKb,phorb,pOH,porb,prt,pxorb,pyorb,pzorb,R,Rcip,Rconf,redox,renewstate,renewtagform,setorbheight,Scip,Sconf,scrm,scrp,setatomsep,setbondoffset,setmhName,setnewstate,setorbheight,setstatesubscript,setredoxdist,si,SI,sisetup,solid,standardstate,State,text,tikz,torr,trans,transitionstatesymbol,usetikzlibrary,volt,water,xspace,Z}
   }

\usepackage{hyperref}
  \hypersetup{colorlinks=true,
              plainpages=false,
              bookmarksopen=true,
              bookmarksopenlevel=2,
              bookmarksnumbered=true,
              pdfauthor={Clemens Niederberger},
              pdftitle={chemmacros - Manual},
              pdfsubject={Hilfsmakros für den Chemiker},
              pdfkeywords={chemmacros},
              pdfcreator={LaTeX}
  }
 
\newcommand*\paket[1]{`#1'\footnote{\url{http://www.ctan.org/pkg/#1}}}
\reversemarginpar
\newcommand*\NEU[1][]{\marginpar{\raggedleft\color{red}NEW \ifx\relax#1\relax\else\normalcolor v.#1\fi}}
\makeatletter
\let\CMname\CM@name%
\makeatother
\newcommand*\ie{\mbox{i.\,e.}\xspace}
\newcommand*\TikZ{\mbox{Ti\textbf{\textit{k}}Z}\xspace}
\begin{document}

\begin{titlepage}
 \centering
 \Huge\CMname\ v\makeatletter\CM@version\makeatother
 \vskip.5cm
 \Large\makeatletter\CM@date\makeatother
 \vskip.5cm
 \large Clemens \textsc{Niederberger}
 \vskip.25cm
 \normalsize\url{http://www.mychemistry.eu/}\\
 \href{mailto:contact@mychemistry.eu}{contact@mychemistry.eu}
 \vskip2cm
 \begin{abstract}
  `\CMname' is a collection of macros and commands which are intended to make typesetting chemistry documents with \LaTeXe\ faster and more convenient. Coverage includes some nomenclature commands, oxidation numbers, thermodynamic data, newman projections, \etc
 \end{abstract}
\end{titlepage}

\tableofcontents

\section{Licence, Requirements}
`\CMname' v\makeatletter\CM@version\makeatother\ underlies the The \LaTeX\ project public license\\(\url{http://www.latex-project.org/lppl.txt}).

`\CMname' internally loads the packages \paket{amsmath}, \paket{ifthen}, \paket{siunitx}, \paket{xparse} and `tikz' (\TikZ = \paket{pgf}) as well as the tikzlibrary \lstinline=calc=. If they're missing it will cause an error.

`siunitx' needs \LaTeX3 support as provided in the \paket{expl3} and \paket{xpackages} bundles. `xparse' is part of the `xpackages' bundle. This means, that `\CMname' also needs \LaTeX3 support.

The definition of some commands depends on which packages else have been loaded. Some commands are only defined if a certain package has been loaded. This concerns the packages \paket{bpchem}, \paket{chemstyle} and \paket{mhchem}.It is mentioned explicitly in the documentation, if a command has a definition depending on one of these packages.

The package option \lstinline=bpchem= (section \ref{sec:optionen}) needs the package `bpchem' to be available.

The package option \lstinline=xspace= (section \ref{sec:optionen}) needs the package \paket{xspace} to be available.

If the user loads `mhchem', the packages \paket{mathtools} and \paket{environ} are needed.

\textbf{Please take notice, that the package options have changed with version 1.1.}

\newpage
\section{Package Options}\label{sec:optionen}
\NEU[1.1]`\CMname' has four package options:
\begin{description}
 \item[\texttt{bpchem}] With this option first the package `bpchem' is loaded and second the appearance of the \lstinline=\NMR= command is changed to match the `bpchem' commands \lstinline=\HNMR= and \lstinline=\CNMR=. Without option: \NMR; with option: \HNMR;
 \item[\texttt{circled}] Some chemists -- like me -- prefer circled charge symbols to have a clear distinction between charge and math symbols. In `\CMname's default behaviour they're \emph{not} circled ($+$ und $-$). With the option \lstinline+circled+ all commands of `\CMname' use the circled ones ($\oplus$ und $\ominus$).
 \item[\texttt{german}] This option changes \lstinline=\pKa= from \mbox{\textsl{p}$K_\mathrm{A}$} into \mbox{\textsl{p}$K_\mathrm{S}$}. Also the phase identifiers \lstinline=\solid= and \lstinline=\liquid= are changed from \solid\ and \liquid\ into \solid[f] and \liquid[f\/l]. 
 \item[\texttt{xspace}] With this option, the following commands get a \lstinline=\xspace=: \lstinline=\Hpl= \lstinline=\HtO= \lstinline=\water= \lstinline=\Hyd= \lstinline=\HtO= \lstinline=\pH= \lstinline=\pOH= \lstinline=\pKa= \lstinline=\pKb= \lstinline=\cis= \lstinline=\trans= \lstinline=\insitu= \lstinline=\abinitio= \lstinline=\mech= \lstinline=\NMR= \Hpl \HtO \water \Hyd \HtO \pH \pOH \pKa \pKb \cis \trans \insitu \abinitio \mech \NMR\\
      The two commands \lstinline=\cis= and \lstinline=\trans= are also defined by the `bpchem' package. If you load that package, they are redefined by `\CMname'. In the definition of `bpchem' they \textit{always} have a \lstinline=\xspace=, with `\CMname' only with option \lstinline=xspace=. Apart from that they're identical.
\end{description}

\section{Particles, Ions and a Symbol}\label{sec:teilchen}
Some simple macros for displaying often needed particles and a symbol. Please note, that they're displayed differently depending on the package options used, see section \ref{sec:optionen}.
\begin{itemize}
 \item\lstinline=\Hpl= \Hpl (proton)
 \item\lstinline=\Hyd= \Hyd (hydroxide)
 \item\NEU[1.1]\lstinline=\HtO= \HtO (oxonium) (\textbf{H} \textbf{t}hree \textbf{O})
 \item\NEU[1.1]\lstinline=\water= \water
 \item\lstinline=\el= \el (electron)
 \item\lstinline=\prt= \prt (proton)
 \item\lstinline=\ntr= \ntr (neutron)
 \item\NEU[1.1]\lstinline=\Nu= \Nu (nucleophile)
 \item\NEU[1.1]\lstinline=\El= \El (electrophile)
 \item\lstinline=\transitionstatesymbol= \transitionstatesymbol\ transition state symbol (uses `\TikZ')
\end{itemize}
These commands are working both in text mode and math mode. Depending on wether `mhchem' has been loaded, atoms are defined with the \lstinline=\cf{}= command or with \lstinline=\mbox{}=.

\NEU[1.1]There is another command which allows to typeset radicals with charges and subscripts.
\begin{itemize}
 \item\lstinline=\R[<sign>]{<subscript>}= \eg \lstinline=\R[+]{tert} \R[-]{sek} \R{prim}= \R[+]{tert} \R[-]{sek} \R{prim}
\end{itemize}

\section{Stereo Descriptors, Nomenclature, Latin Phrases}\label{sec:stereo}
\subsection{Stereo Descriptors and Nomenclature}
The following macros are intended to make the writing of IUPAC names more convenient:
\begin{itemize}
 \item Cahn-Ingold-Prelog:
 \begin{itemize}
  \item\lstinline=\Rcip= \Rcip
  \item\lstinline=\Scip= \Scip
  \item\lstinline=\cip{<conf>}= e.\,g.: \lstinline=\cip{R,S}= \cip{R,S}
 \end{itemize}
 \item Fischer:
 \begin{itemize}
  \item\lstinline=\Dfi= \Dfi
  \item\lstinline=\Lfi= \Lfi
 \end{itemize}
 \item cis/trans \&\ zusammen/entgegen:
 \begin{itemize}
  \item\lstinline=\Z= \Z
  \item\lstinline=\E= \E
  \item\lstinline=\cis= \cis (This command is also defined by the package `bpchem'. `\CMname' redefines it, see section \ref{sec:optionen}.)
  \item\lstinline=\trans= \trans (This command is also defined by the package `bpchem'. `\CMname' redefines it, see section \ref{sec:optionen}.)
 \end{itemize}
 \item ortho/meta/para:
 \begin{itemize}
  \item\lstinline=\ortho= \ortho
  \item\lstinline=\meta= \meta
  \item\lstinline=\para= \para
 \end{itemize}
\end{itemize}
absolute configuration (uses `\TikZ'):
\begin{itemize}
 \item\lstinline=\Rconf[<letter>]= \lstinline=\Rconf=: \Rconf \quad\lstinline=\Rconf[]=: \Rconf[]
 \item\lstinline=\Sconf[<letter>]= \lstinline=\Sconf=: \Sconf \quad\lstinline=\Sconf[]=: \Sconf[]
\end{itemize}

Examples:
\begin{lstlisting}
 \Dfi-Tartaric Acid = \cip{2S,3S}-Tartaric Acid
\end{lstlisting}
\Dfi-Tartaric Acid = \cip{2S,3S}-Tartaric Acid
\begin{lstlisting}
 \Dfi-($-$)-Threose = \cip{2S,3R}-($-$)-2,3,4-Trihydroxybutanal
\end{lstlisting}
\Dfi-($-$)-Threose = \cip{2S,3R}-($-$)-2,3,4-Trihydroxybutanal
\begin{lstlisting}
 \cis-2-Buten = \Z-2-Butene, \cip{2E,4Z}-Hexadiene
\end{lstlisting}
\cis-2-Buten = \Z-2-Butene, \cip{2E,4Z}-Hexadiene
\begin{lstlisting}
 \meta-Xylol = 1,3-Dimethylbenzene
\end{lstlisting}
\meta-Xylol = 1,3-Dimethylbenzene
\begin{lstlisting} 
 % with `bpchem' command \IUPAC:
 \IUPAC{\Dfi-Tar\|taric Acid} = \IUPAC{\cip{2S,3S}-Tar\|taric Acid}, \IUPAC{\Dfi-($-$)-Threose} = \IUPAC{\cip{2S,3R}-($-$)-2,3,4\-Tri\|hydroxy\|butanal}
\end{lstlisting}
\IUPAC{\Dfi-Tar\|taric Acid} = \IUPAC{\cip{2S,3S}-Tar\|taric Acid}, \IUPAC{\Dfi-($-$)-Threose} = \IUPAC{\cip{2S,3R}-($-$)-2,3,4\-Tri\|hydroxy\|butanal}

The last example uses the \lstinline=\IUPAC= command, which is provided by the `bpchem' package.

Of course the appearance depends on the font you chose:
\begin{lstlisting}
 \cip{2S,3R} \E \Z \Dfi \Lfi \par
 \fontfamily{ptm}\selectfont
 \cip{2S,3R} \E \Z \Dfi \Lfi \par
 \fontfamily{ppl}\selectfont
 \cip{2S,3R} \E \Z \Dfi \Lfi
\end{lstlisting}
\cip{2S,3R} \E \Z \Dfi \Lfi

\fontfamily{ptm}\selectfont
\cip{2S,3R} \E \Z \Dfi \Lfi

\fontfamily{ppl}\selectfont
\cip{2S,3R} \E \Z \Dfi \Lfi
\fontfamily{cmr}\selectfont

\subsection{Latin Phrases}
\NEU[1.1]At last there are two commands for common latin phrases.
\begin{itemize}
 \item\lstinline=\insitu= \insitu
 \item\lstinline=\abinitio= \abinitio
\end{itemize}
If the package `chemstyle' has been loaded, too\footnote{`chemstyle' defines other similar commands like \etal, \invacuo.}, they are defined using `chemstyle's \lstinline=\latin= command. This means that then the appearance depends on `chemstyle's option \lstinline=abbremph=:
\begin{lstlisting}
 \insitu, \abinitio\\
 \cstsetup{abbremph=false}
 \insitu, \abinitio
\end{lstlisting}
{\insitu, \abinitio\\
\cstsetup{abbremph=false}
\insitu, \abinitio}

If `chemstyle' hasn't been loaded, they're always in \textit{italics}.

\section{Units with `siunitx'}\label{sec:einheiten}
\NEU[1.1]In chemistry some non-SI units are very common. `siunitx' provides the command \lstinline=\DeclareSIUnit{<command>}{<unit>}= to add arbitrary units. `\CMname' uses that command to provide some units. Like all `siunitx' units they're only valid inside \lstinline=\SI{<num>}{<unit>}= and \lstinline=\si{<unit>}=.
\begin{itemize}
 \item\lstinline=\atmosphere= \si{\atmosphere}
 \item\lstinline=\atm= \si{\atm}
 \item\lstinline=\calory= \si{\calory}
 \item\lstinline=\cal= \si{\cal}
 \item\lstinline=\cmc= \si{\cmc} {}\footnote[1]{These units are also defined by `chemstyle'. They are only defined by `\CMname', if `chemstyle' is not loaded.}
 \item\lstinline=\molar= \si{\molar} {}\footnotemark[1]
 \item\lstinline=\moLar= \si{\moLar}
 \item\lstinline=\Molar= \si{\Molar} {}\footnotemark[1]
 \item\lstinline=\MolMass= \si{\MolMass}
 \item\lstinline=\normal= \si{\normal}
 \item\lstinline=\torr= \si{\torr}
\end{itemize}
By the way: \lstinline=\mmHg= \si{\mmHg} is already defined by `siunitx'.

\section{Acid/Base}\label{sec:saeure_base}
\NEU[1.1]Easy representation of \pH, \pKa \ldots
\begin{itemize}
 \item\lstinline=\pH= \pH
 \item\lstinline=\pOH= \pOH
 \item\lstinline=\pKa[<num>]= \lstinline=\pKa= \pKa, \lstinline=\pKa[1]= \pKa[1]
 \item\lstinline=\pKb[<num>]= \lstinline=\pKb= \pKb, \lstinline=\pKb[1]= \pKb[1]
\end{itemize}
These commands can be used both in text and in math mode as well as inside the \lstinline=\ce=\linebreak command of the `mhchem' package. The command \lstinline=\pKa= depends on the package option \lstinline=german=, see section \ref{sec:optionen}.

\section{Oxidation Numbers and (real) Charges}\label{sec:ladungen}
\subsection{Ion Charges}\label{ssec:ionen}
Simple displaying of charges:
\begin{itemize}
 \item\lstinline=\pch[<number>]= positive charge (\textbf{p}lus + \textbf{ch}arge): \lstinline=\pch= \pch, \lstinline=Na\pch= Na\pch, \lstinline=Ca\pch[2]= Ca\pch[2]
 \item\lstinline=\mch[<number>]= negative charge (\textbf{m}inus + \textbf{ch}arge): \lstinline=\mch= \mch, \lstinline=F\mch= F\mch, \lstinline=S\mch[2]= S\mch[2]
\end{itemize}

\subsection{Oxidation Numbers}\label{ssec:oxidationszahlen}
Typesetting oxidation numbers:
\begin{itemize}
 \item\lstinline=\ox{<number>,<atom>}= places \lstinline=<number>= above \lstinline=<atom>=; \lstinline=\ox{+1,Na}=, \lstinline=\ox{+I,Na}=, \lstinline=\ox{-2,S}=, \lstinline=\ox{-II,S}= \ox{+1,Na}, \ox{+I,Na}, \ox{-2,S}, \ox{-II,S}
\end{itemize}
If the package `mhchem' has been loaded \lstinline=<atom>= is set inside the \lstinline=\ce= command: \lstinline=\ox{+II,Ca}\ox{-I,F2}= \ox{+II,Ca}\ox{-I,F2}. Without `mhchem' this isn't working this way {\makeatletter\def\oxNoMhchem#1#2{\ensuremath{\overset{\text{\tiny\CM@ox@sign#1}}{\text{#2}}}}\makeatother(\oxNoMhchem{+II}{Ca}\oxNoMhchem{-I}{F2}) and you need to use the math way: \lstinline=\ox{+II,Ca}\ox{-I,F$_2$}= \oxNoMhchem{+II}{Ca}\oxNoMhchem{-I}{F$_2$}}.

\subsection{Partial Charges and similar Stuff}\label{ssec:partialladungen}
The next ones probably are seldomly needed but nevertheless useful:
\begin{itemize}
 \item\lstinline=\delp= \delp (\textbf{del}ta + \textbf{p}lus)
 \item\lstinline=\delm= \delm (\textbf{del}ta + \textbf{m}inus)
\end{itemize}
These macros for example can be used with the \lstinline=\ox= command or with the \paket{chemfig} package:
\begin{lstlisting}
 \ox{\delp,H}\ox{\delm,Cl}\par
 \chemfig{\chemabove[3pt]{\lewis{246,Br}}{\delm}-\chemabove[3pt]{H}{\delp}}
\end{lstlisting}
\ox{\delp,H}\ox{\delm,Cl}\par
\chemfig{\chemabove[3pt]{\lewis{246,Br}}{\delm}-\chemabove[3pt]{H}{\delp}}

The following macros are useful together with `chemfig', too.
\begin{itemize}
 \item\lstinline=\scrp= \scrp (\textbf{scr}iptstyle + \textbf{p}lus)
 \item\lstinline=\scrm= \scrm (\textbf{scr}iptstyle + \textbf{m}inus)
\end{itemize}
For example:
\begin{lstlisting}
 {\setatomsep{1.8em}\chemfig{CH_3-\chemabove{C}{\scrp}(-[6]C|H_3)-\vphantom{H_3}CH_3}}
\end{lstlisting}
{\setatomsep{1.8em}\chemfig{CH_3-\chemabove{C}{\scrp}(-[6]C|H_3)-\vphantom{H_3}CH_3}}

\newpage
\section{Reaction Mechanisms}\label{sec:mechanismen}
\NEU[1.1]With the command
\begin{lstlisting}
 \mech[<type>]
\end{lstlisting}
one can specify the most common reaction mechanisms. \lstinline=<type>= can have one of the following values:
\begin{itemize}
 \item\lstinline+<type>=+ (empty, no opt. argument) nucleophilic substitution \lstinline=\mech= \mech
 \item\lstinline+<type>=1+ unimolecular nucleophilic substitution \lstinline=\mech[1]= \mech[1]
 \item\lstinline+<type>=2+ bimolecular nucleophilic substitution \lstinline=\mech[2]= \mech[2]
 \item\lstinline+<type>=se+ electrophilic substitution \lstinline=\mech[se]= \mech[se]
 \item\lstinline+<type>=1e+ unimolecular electrophilic substitution \lstinline=\mech[1e]= \mech[1e]
 \item\lstinline+<type>=2e+ bimolecular electrophilic substitution \lstinline=\mech[2e]= \mech[2e]
 \item\lstinline+<type>=ar+ electrophilic aromatic substitution \lstinline=\mech[ar]= \mech[ar]
 \item\lstinline+<type>=+ elimination \lstinline=\mech[e]= \mech[e] (probably never to be used)
 \item\lstinline+<type>=e1+ unimolecular elimination \lstinline=\mech[e1]= \mech[e1]
 \item\lstinline+<type>=e2+ bimolecular elimination \lstinline=\mech[e2]= \mech[e2]
 \item\lstinline+<type>=cb+ unimolecular elimination "conjugated base", \ie via carbanion \lstinline=\mech[cb]= \mech[cb]
\end{itemize}
This command can also be used in math mode and inside the \lstinline=\ce= command of the `mhchem' package.
\begin{lstlisting}
 $\mech[cb]$ \ce{\mech[2]} \ce{\mech[ar]}
\end{lstlisting}
$\mech[cb]$ \ce{\mech[2]} \ce{\mech[ar]}

\section{Redox Reactions}\label{sec:redoxreaktionen}
`\CMname' provides two commands\footnote{Thanks to \href{http://www.mathannotated.com/}{Peter Cao} who suggested this feature.} to visualize the transfer of electrons in redox reactions. Both commands are using `\TikZ'.
\begin{lstlisting}
 \OX{<name>,<atom>}
 \redox(<name1>,<name2>)[<tikz>][<dim>]{<text>}
\end{lstlisting}
\lstinline=\OX= places \lstinline=<atom>= into a node, which is named with \lstinline=<name>=. If you have set two \lstinline=\OX=, they can be connected with a line using \lstinline=\redox=. To do so the names of the two nodes that are to be connected are written in the round braces. Since \lstinline=\redox= draws a tikzpicture with options \lstinline=remember picture,overlay=, the document needs to be \emph{compiled at least two times}.
\begin{lstlisting}
 \OX{a,Na} $\rightarrow$ \OX{b,Na}\pch\redox(a,b){oxidation}
\end{lstlisting}
\OX{a,Na} $\rightarrow$ \OX{b,Na}\pch\redox(a,b){oxidation}

This line can be customized using `\TikZ' keys in \lstinline=<tikz>=:
\begin{lstlisting}
 \OX{a,Na} $\rightarrow$ \OX{b,Na}\pch\redox(a,b)[->,red]{ox}
\end{lstlisting}
\OX{a,Na} $\rightarrow$ \OX{b,Na}\pch\redox(a,b)[->,red]{ox}

\NEU[1.1]\lstinline=<dim>= can be used to adjust the length of the \emph{vertical parts} of the line. The default length is \lstinline=.6em=. This length is multiplied with \lstinline=<dim>=. If you use a negative value the line is placed  \emph{below} the text.
\begin{lstlisting}
 \OX{a,Na} $\rightarrow$ \OX{b,Na}\pch
 \redox(a,b)[->,red]{ox}
 \redox(a,b)[<-,blue][-1]{red}
\end{lstlisting}
\OX{a,Na} $\rightarrow$ \OX{b,Na}\pch
\redox(a,b)[->,red]{ox}
\redox(a,b)[<-,blue][-1]{red}
\vskip3mm

The default length of the vertical lines can be customized with \lstinline=\setredoxdist{<length>}=:
\begin{lstlisting}
 \OX{a,A} $\rightarrow$ \OX{b,B}
 \redox(a,b){}
 \bigskip
 \setredoxdist{1em}
 \OX{a,A} $\rightarrow$ \OX{b,B}
 \redox(a,b){}
\end{lstlisting}
{\OX{a,A} $\rightarrow$ \OX{b,B}
\redox(a,b){}
\bigskip
\setredoxdist{1em}
\OX{a,A} $\rightarrow$ \OX{b,B}
\redox(a,b){}}

An empty argument resets the length to the default value.

Both commands also can be used with the `mhchem' command \lstinline=\ce= and with the \lstinline=\ox= command (section \ref{ssec:oxidationszahlen}).
\begin{lstlisting}
 \ce{ 2 \OX{o1,Na} + \OX{r1,Cl2} -> 2 \OX{o2,Na}\pch + 2 \OX{r2,Cl}\mch }
 \redox(o1,o2){\small OX: $- 2\el$}
 \redox(r1,r2)[][-1]{\small RED: $+ 2\el$}
\end{lstlisting}
\ce{ 2 \OX{o1,Na} + \OX{r1,Cl2} -> 2 \OX{o2,Na}\pch + 2 \OX{r2,Cl}\mch }
\redox(o1,o2){\small OX: $- 2\el$}
\redox(r1,r2)[][-1]{\small RED: $+ 2\el$}
\vskip1cm

\begin{lstlisting}
 \ce{ 2 \OX{o1,\ox{0,Na}} + \OX{r1,\ox{0,Cl2}} -> 2 \OX{o2,\ox{+I,Na}}\pch + 2 \OX{r2,\ox{-I,Cl}}\mch }
 \redox(o1,o2){\small OX: $- 2\el$}
 \redox(r1,r2)[][-1]{\small RED: $+ 2\el$}
\end{lstlisting}
\ce{ 2 \OX{o1,\ox{0,Na}} + \OX{r1,\ox{0,Cl2}} -> 2 \OX{o2,\ox{+I,Na}}\pch + 2 \OX{r2,\ox{-I,Cl}}\mch }
\redox(o1,o2){\small OX: $- 2\el$}
\redox(r1,r2)[][-1]{\small RED: $+ 2\el$}
\vskip1cm

\begin{lstlisting}
 \ce{ 2 \OX{o1,\ox{0,Na}} + \OX{r1,\ox{0,Cl2}} -> 2 \OX{o2,\ox{+I,Na}}\pch + 2 \OX{r2,\ox{-I,Cl}}\mch }
 \redox(o1,o2)[draw=red,->][3.33]{\small OX: $- 2\el$}
 \redox(r1,r2)[draw=blue,->]{\small RED: $+ 2\el$}
\end{lstlisting}
\vskip1cm
\ce{ 2 \OX{o1,\ox{0,Na}} + \OX{r1,\ox{0,Cl2}} -> 2 \OX{o2,\ox{+I,Na}}\pch + 2 \OX{r2,\ox{-I,Cl}}\mch }
\redox(o1,o2)[draw=red,->][3.33]{\small OX: $- 2\el$}
\redox(r1,r2)[draw=blue,->]{\small RED: $+ 2\el$}

\begin{lstlisting}
 \ce{ 2 \OX{o1,\ox{0,Na}} + \OX{r1,\ox{0,Cl2}} -> 2 \OX{o2,\ox{+I,Na}}\pch + 2 \OX{r2,\ox{-I,Cl}}\mch }
 \redox(o1,o2)[green,-stealth]{\small OX: $- 2\el$}
 \redox(r1,r2)[purple,-stealth][-1]{\small RED: $+ 2\el$}
\end{lstlisting}
\ce{ 2 \OX{o1,\ox{0,Na}} + \OX{r1,\ox{0,Cl2}} -> 2 \OX{o2,\ox{+I,Na}}\pch + 2 \OX{r2,\ox{-I,Cl}}\mch }
\redox(o1,o2)[red,-stealth]{\small OX: $- 2\el$}
\redox(r1,r2)[blue,-stealth][-1]{\small RED: $+ 2\el$}
\vskip1cm
 
\section{(Standard) State, Thermodynamics}\label{sec:standardstate}
\subsection{Thermodynamic Variables}\label{ssec:siunitx}
The following commands use `siunitx':
\begin{itemize}
 \item\lstinline=\Enthalpy[<sub>,<sup>,<unit>,<subscript pos>]{<value>}=
 \item\lstinline=\Entropy[<sub>,<sup>,<unit>,<subscript pos>]{<value>}=
 \item\lstinline=\Gibbs[<sub>,<sup>,<unit>,<subscript pos>]{<value>}=
\end{itemize}
Their usage is pretty much self-explaining:\\
\lstinline=\Enthalpy{-123.4}= gives \Enthalpy{-123.4}.\\
If you want to specify what kind of enthalpy (reaction, formation, \ldots) is meant, you can use the first optional argument \lstinline=<sub>=:\\
\lstinline=\Enthalpy[r]{-123.4}= \Enthalpy[r]{-123.4}\\
\lstinline=\Enthalpy[vapor.,,,right]{123}= \Enthalpy[vapor.,,,right]{123}

\NEU[1.1]In the last example you could see the usage of the fourth optional argument (\lstinline=<subscript pos>=). It is used to specify whether the subscript is placed to the right or to the left of the main symbol. It can have the values \lstinline=left= (or empty) or \lstinline=right=.

The standard state symbol can be replaced by the second optional argument \lstinline=<sup>=\ldots\\
\lstinline=\Enthalpy[,\transitionstatesymbol]{-123.4}= \Enthalpy[,\transitionstatesymbol]{-123.4}\\
\ldots and else depends if the package `chemstyle' has been loaded, see section \ref{standardstatesymbol}.

The third optional argument \lstinline=<unit>= can be used to change the unit:\\
\lstinline=\Enthalpy[,,\kilo\calory\per\mole]{-123.4}= \Enthalpy[,,\kilo\calory\per\mole]{-123.4}\\
The unit is set corresponding to the rules of `siunitx' and depends on its settings:
\begin{lstlisting}
 \Enthalpy{-1234.56e3}\par
 \sisetup{per-mode=symbol,exponent-product=\cdot,output-decimal-marker={,},group-four-digits=true}
 \Enthalpy{-1234.56e3}
\end{lstlisting}
{\Enthalpy{-1234.56e3}\par
\sisetup{per-mode=symbol,exponent-product=\cdot,output-decimal-marker={,},group-four-digits=true}
\Enthalpy{-1234.56e3}}

The other two commands work exactly the same way.
\begin{lstlisting}
 \Entropy{12.3}, \Gibbs{-12.3}.
\end{lstlisting}
\Entropy{12.3}, \Gibbs{-12.3}.

\subsubsection{Create New Variables}
You can use the command
\begin{lstlisting}
 \setnewstate[<standard sup>,<Delta symbol>,<subscript pos>]{<name>}{<symbol>}{<unit>}
\end{lstlisting}
to create new corresponding commands:
\begin{lstlisting}
 \setnewstate{Helmholtz}{A}{\kilo\joule\per\mole}
 \setnewstate[ ,,right]{ElPot}{E}{\volt}
 \Helmholtz{123.4} \ElPot{-1.1} \ElPot[\ce{Sn}|\ce{Sn \pch[2]}||\ce{Pb \pch[2]}|\ce{Pb},0]{0.01}
\end{lstlisting}
{\setnewstate{Helmholtz}{A}{\kilo\joule\per\mole}\setnewstate[ ,,right]{ElPot}{E}{\volt}\Helmholtz{123.4} \ElPot{-1.1} \ElPot[\ce{Sn}|\ce{Sn \pch[2]}||\ce{Pb \pch[2]}|\ce{Pb},0]{0.01}

As you can see, \lstinline=\ElPot= has its subscript by definition on the right as default behaviour. Of course you can still place it on the left by using the option \lstinline=\ElPot[r,,,left]{0.12}= \ElPot[r,,,left]{0.12} (even if this example might not make much sense).}

Indeed, the commands
\begin{lstlisting}
 \Enthalpy, \Entropy, \Gibbs
\end{lstlisting}
are defined as follows:
\begin{lstlisting}
 \setnewstate{Enthalpy}{H}{\kilo\joule\per\mole}
 \setnewstate[, ]{Entropy}{S}{\joule\per\kelvin\per\mole}
 \setnewstate{Gibbs}{G}{\kilo\joule\per\mole}
\end{lstlisting}

\subsubsection{Redefine Variables}
\NEU[1.1]With
\begin{lstlisting}
 \renewstate[<standard sup>,<Delta symbol>,<subscript pos>]{<name>}{<symbol>}{<unit>}
\end{lstlisting}
you can redefine the already existing commands:
\begin{lstlisting}
 \renewstate{Enthalpy}{h}{\joule}
 \Enthalpy[f]{12.5}
\end{lstlisting}
{\renewstate{Enthalpy}{h}{\joule}\Enthalpy[f]{12.5}}

So -- for following thermodynamic conventions -- one could define a molar and an absolute variable:
\begin{lstlisting}
 \setnewstate[ ]{enthalpy}{h}{\kilo\joule\per\mole}% molar
 \renewstate[ ]{Enthalpy}{H}{\kilo\joule}% absolute
 \enthalpy{-12.3} \Enthalpy{-12.3}
\end{lstlisting}
{\setnewstate[ ]{enthalpy}{h}{\kilo\joule\per\mole}% molar
\renewstate[ ]{Enthalpy}{H}{\kilo\joule}% absolute
\enthalpy{-12.3} \Enthalpy{-12.3}
}

\subsection{State}\label{ssec:state}
The commands presented in section \ref{ssec:siunitx} internally all use the command
\begin{lstlisting}
 \State[<superscript>,<Delta symbol>,<subscript pos>]{<symbol>}{<subscript>}
\end{lstlisting}
It can be used to write the thermodynamic variables without value and unit. Please note that \lstinline={<subscript>}= is an \emph{optional} argument.

Examples:
\begin{lstlisting}
 \State{A}, \State{G}{f}, \State[ ,,right]{E}{\ce{Na}}, \State[\SI{1000}{\celsius}]{H}
\end{lstlisting}
\State{A}, \State{G}{f}, \State[ ,,right]{E}{\ce{Na}}, \State[\SI{1000}{\celsius}]{H}

I admit: not in every case it is easier or more convenient to use this command instead of the direct typing, for example \lstinline=$\Delta E_\ce{Na}$= $\Delta E_\ce{Na}$. The examples only are intended to show how the command works and what it \emph{can} be used for. The first example surely is typed faster than \lstinline=$\Delta_\mathrm{f}G^\standardstate$= $\Delta_\mathrm{f}G^\standardstate$.

\label{standardstatesymbol}The standard state symbol \standardstate\ is only used, if the package `chemstyle' is loaded, which provides it with the command \lstinline=\standardstate=. Else the symbol \lstinline=\circ= $\circ$ is used. \lstinline=\State{A}{b}=: with `chemstyle' \State{A}{b}, without \State[\circ]{A}{b}.

\NEU[1.1]With the command
\begin{lstlisting}
 \setstatesubscript{<subscript pos>}
\end{lstlisting}
one can change the predefined value of the subscript postition. You probably have noticed, that its default value is \lstinline=left=.
\begin{lstlisting}
 \State{A}{b}\\
 \setstatesubscript{right}
 \State{A}{b}
\end{lstlisting}
{\State{A}{b}\\
 \setstatesubscript{right}
 \State{A}{b}}

This command does \emph{not} change the behaviour of \lstinline=\setnewstate= and \lstinline=\renewstate=.

\section{Spectroscopy}\label{sec:spektroskopie}
\NEU[1.1]If substances are examined wether they are what they're supposed to, one often needs NMR spectroscopy. Measured results then are written in a way like: \NMR(400)[CDCl3] = \num{1.59}\ldots\ `\CMname' provides a command which simplifies writing this down (uses `siunitx').
\begin{lstlisting}
 \NMR{<num>,<elem>}(<num>,<unit>)[<solvent>]
 \NMR*{<num>,<elem>}(<num>,<unit>)[<solvent>]
\end{lstlisting}
\emph{All} arguments are optional! Without arguments we get:
\begin{itemize}
 \item\lstinline=\NMR= {\NMR} (very much like the `bpchem' command \lstinline=\HNMR=)
 \item\lstinline=\NMR*= {\NMR*} (without \verb=: $\delta$=)
\end{itemize}
With the first argument you can specify the kind of NMR:
\begin{itemize}
 \item\lstinline=\NMR{13,C}= \NMR{13,C}
 \item\lstinline=\NMR*{13,C}= \NMR*{13,C}
\end{itemize}
With the second argument the frequency (in \si{\mega\hertz}) can be specified:
\begin{itemize}
 \item\lstinline=\NMR(400)= \NMR(400)
 \item\lstinline=\NMR*(400)= \NMR*(400)
\end{itemize}
You also can change the unit:
\begin{itemize}
 \item\lstinline=\NMR(4e8,\hertz)= \NMR(4e8,\hertz)
 \item\lstinline=\NMR*(4e8,\hertz)= \NMR*(4e8,\hertz)
\end{itemize}
Please note that the setup of `siunitx' also has an impact on this command:
\begin{itemize}
 \item\lstinline+\sisetup{exponent-product=\cdot}\NMR(4e8,\hertz)+ {\sisetup{exponent-product=\cdot}\NMR(4e8,\hertz)}
 \item\lstinline+\sisetup{exponent-product=\cdot}\NMR*(4e8,\hertz)+ {\sisetup{exponent-product=\cdot}\NMR*(4e8,\hertz)}
\end{itemize}
And finally with the third argument the solvent can be specified:
\begin{itemize}
 \item\lstinline=\NMR[CDCl3]= \NMR[CDCl3]
 \item\lstinline=\NMR*[CDCl3]= \NMR*[CDCl3]
\end{itemize}
Depending on wether you use `mhchem' or not, the solvent is written inside the \lstinline=\ce= command. If you don't use `mhchem', the subscript isn't recognized automatically and you need the use the math mode:
\begin{itemize}
 \item\lstinline=\NMR[CDCl$_3$]= \NMR[CDCl$_3$]
 \item\lstinline=\NMR*[CDCl$_3$]= \NMR*[CDCl$_3$]
\end{itemize}

All arguments can be combined freely, the command can also be used inside math mode.

If you want the appearance to match the ones of `bpchem' (compare `bpchem' command \lstinline=\HNMR= \HNMR to `\CMname' command \lstinline=\NMR= \NMR), you can use the package option \lstinline=bpchem= (see section \ref{sec:optionen}).

Examples:
\begin{lstlisting}
 \NMR{13,C}(100) \\
 \NMR*{13,C}(100) \\
 \NMR*{19,F}[CFCl3] \\
 \NMR*{19,F}(285)[CFCl3] \\
 \NMR(400)[CDCl3] = \num{1.59} (q, 1H, \textit{J} = \SI{11.6}{\hertz}, H-4)
\end{lstlisting}
\NMR{13,C}(100) \\
\NMR*{13,C}(100) \\
\NMR*{19,F}[CFCl3] \\
\NMR*{19,F}(285)[CFCl3] \\
\NMR(400)[CDCl3] = \num{1.59} (q, 1H, \textit{J} = \SI{11.6}{\hertz}, H-4)

\section{Commands for `mhchem'}\label{sec:mhchem}
There are some commands which are meant for the use with `mhchem'. They are defined if `mhchem' is loaded. Before they're described some words on using commands inside the \lstinline=\ce= and \lstinline=\cee= commands. Probably due to the way these commands are processed there can be difficulties especially when using commands with arguments.

Often you have to leave blank spaces:
\begin{lstlisting}
 \ce{Na\pch}\\     % no problem
 \ce{Ca\pch[2]}\\  % displayed wrong
 \ce{Ca \pch[2]}\\ % displayed right
 \ce{Ca$\pch[2]$}  % displayed right
\end{lstlisting}
\ce{Na\pch}\\
\ce{Ca\pch[2]}\\
\ce{Ca \pch[2]}\\
\ce{Ca$\pch[2]$}

You also need to put curly braces at the end of commands:
\begin{lstlisting}
 \ce{\mch OMe}\\   % displayed wrong
 \ce{\mch{} OMe}\\ % displayed right
 \ce{$\mch$OMe}    % displayed right
\end{lstlisting}
\ce{\mch OMe}\\
\ce{\mch{} OMe}\\
\ce{$\mch$OMe}

This is \emph{not} only true for `\CMname' commands!
\begin{lstlisting}
 \ce{A \quad B} \ce{Na2\textbf{O}}\\    % displayed wrong
 \ce{A \quad{} B} \ce{Na2 \textbf{O}}\\ % displayed right
 \ce{A $\quad$ B} \ce{Na2 \textbf{O}}   % displayed right
\end{lstlisting}
\ce{A \quad B} \ce{Na2\textbf{O}}\\
\ce{A \quad{} B} \ce{Na2 \textbf{O}}\\
\ce{A $\quad$ B} \ce{Na2 \textbf{O}}

As you can see in most cases instead of using blank spaces or curly braces you can also put the according command between \lstinline=$ $=.

\subsection{Reaction Environments}\label{ssec:mhchem_reaktionen}
\subsubsection{Defined by `\CMname'}
You can use these environments for numbered\ldots
\begin{lstlisting}
 \begin{reaction}
   <mhchem code>
 \end{reaction}
 \begin{reactions}
   <mhchem code>
 \end{reactions}
\end{lstlisting}
\ldots and their starred versions for unnumbered reactions.
\begin{lstlisting}
 \begin{reaction*}
   <mhchem code>
 \end{reaction*}
 \begin{reactions*}
   <mhchem code>
 \end{reactions*}
\end{lstlisting}
With them you can create (un)numbered reaction equations similar to mathematical equations.

The environments \verb=reaction=/\verb=reaction*= use the \lstinline=equation=/\lstinline=equation*= environments and the environments \verb=reactions=/\verb=reactions*= use the \lstinline=align=/\lstinline=align*= environments to display the reactions.

Reaction with counter:
\begin{lstlisting}
 \begin{reaction}
  A -> B
 \end{reaction}
\end{lstlisting}
\begin{reaction}
 A -> B
\end{reaction}
Reaction without counter:
\begin{lstlisting}
 \begin{reaction*}
  C -> D
 \end{reaction*}
\end{lstlisting}
\begin{reaction*}
 C -> D
\end{reaction*}
Several aligned reactions with counter:
\begin{lstlisting}
 \begin{reactions}
  A     &-> B + C \\
  D + E &-> F
 \end{reactions}
\end{lstlisting}
\begin{reactions}
 A     &-> B + C \\
 D + E &-> F
\end{reactions}
Several aligned reactions without counter:
\begin{lstlisting}
 \begin{reactions*}
  G     &-> H + I \\
  J + K &-> L
 \end{reactions*}
\end{lstlisting}
\begin{reactions*}
 G     &-> H + I \\
 J + K &-> L
\end{reactions*}

If you want to change the layout of the counter tags, you can use \lstinline=\renewtagform{<tagname>}[<format>]{<right delim>}{<left delim>}=\footnote{Provided by the `mathtools' package.}.
\begin{lstlisting}
 \renewtagform{CMreaction}[R \textbf]{[}{]}
 \begin{reaction}
  H2O + CO2 <<=> H2CO3
 \end{reaction}
\end{lstlisting}
{\renewtagform{CMreaction}[R \textbf]{[}{]}
\begin{reaction}
 H2O + CO2 <<=> H2CO3
\end{reaction}
}

\subsubsection{Own Reactions}
\NEU[1.1]You can create new types of reactions with the command:
\begin{lstlisting}
 \newreaction{<name>}{<math name>}
\end{lstlisting}
\lstinline=<name>= will be the name of the new environment. \lstinline=<math name>= is the used math environment.

The command has variants. The first one is \lstinline=\newreaction*=, which will also define a starred version of the new environment, if the starred math environment exists. If it doesn't exist, this will cause an error.

The second one is \lstinline=\newreaction+=, which is used to define an environment with a mandatory argument. Of course this only works, if the used math environment has a mandatory argument.

You can also use the combined version \lstinline=\newreaction*+=.

The predefined environments are defined via
\begin{lstlisting}
 \newreaction*{++reaction++}{equation}
 \newreaction*{++reactions++}{align}
\end{lstlisting}

Let's suppose, you'd like to have the alignment behaviour of the \lstinline=alignat= environment for `mhchem' reactions. You could do the following:
\begin{lstlisting}
 \newreaction*+{++reactionsat++}{alignat}
\end{lstlisting}
With this the \verb=reactionsat= environment is defined.
\begin{lstlisting}
 \begin{reactionsat}{3}
  A     &-> B     &&-> C     &&-> D \\
  aaaaa &-> bbbbb &&-> ccccc &&-> ddddd
 \end{reactionsat}
 \begin{reactionsat*}{2}
  A     &-> B     & C            &-> D  \\
  aaaaa &-> bbbbb &$\quad$ ccccc &-> ddddd
 \end{reactionsat*}
\end{lstlisting}
\newreaction*+{reactionsat}{alignat}
\begin{reactionsat}{3}
 A     &-> B     &&-> C     &&-> D \\
 aaaaa &-> bbbbb &&-> ccccc &&-> ddddd
\end{reactionsat}
\begin{reactionsat*}{2}
 A     &-> B     & C            &-> D  \\
 aaaaa &-> bbbbb &$\quad$ ccccc &-> ddddd
\end{reactionsat*}

\subsection{Phases}\label{ssec:mhchem_phasen}
\NEU[1.1]These commands are intended to indicate the phase of a compound. Although these commands were intended for the use with `mhchem' they can be used without it as well and are also defined if `mhchem' isn't loaded.
\begin{lstlisting}
 \solid[<anything>]
 \liquid[<anything>]
 \gas
 \aq % dissolved in water
\end{lstlisting}
I always found it tedious to type out phase indicators:
\begin{lstlisting}
 \ce{C_{(s)} + 2 H2O_{(l)} -> CO2_{(g)} + 2 H2_{(g)}}
\end{lstlisting}
The same result now can be achieved with:
\begin{lstlisting}
 \ce{C\solid{} + 2 H2O\liquid{} -> CO2\gas{} + 2 H2\gas}
\end{lstlisting}
\ce{C\solid{} + 2 H2O\liquid{} -> CO2\gas{} + 2 H2\gas}

To make it complete: \lstinline=NaCl\aq= gives NaCl\aq.

With the package option \lstinline=german= (see section \ref{sec:optionen}) you get:\\
\ce{C \solid[f] + 2 H2O \liquid[f\/l] -> CO2 \gas{} + 2 H2 \gas}

You can get the same result without the package option by using the arguments:
\begin{lstlisting}
 \ce{C \solid[f] + 2 H2O \liquid[fl] -> CO2\gas{} + 2 H2\gas}
\end{lstlisting}
\ce{C \solid[f] + 2 H2O \liquid[fl] -> CO2\gas{} + 2 H2\gas}

If you looked closely, you have probably noticed that the german \lstinline=\liquid= isn't identical to \lstinline=\liquid[fl]= but to \lstinline=\liquid[f\/l]=. This makes the subscript more readable.

Of course it doesn't matter which command with optional argument you use. Both of them just write a subscript with braces. \lstinline=\solid[f]= is identical to \lstinline=\liquid[f]=.

One can think of other uses, too:
\begin{lstlisting}
 C\solid[graphite]
\end{lstlisting}
C\solid[graphite]

\subsection{Text Under Compounds}\label{ssec:mhchem_beschriftung}
\NEU[1.1]It has always been a bit laborious to write something under a molecule with `mhchem'. `\CMname' provides a command for that:
\begin{lstlisting}
 \mhName[<width>][<textattr>]{<mhchem code>}{<name>}
\end{lstlisting}
For example:
\begin{lstlisting}
 \ce{4 C2H5Cl + Pb / Na -> \mhName{Pb(C2H5)4}{former antiknock additive} + NaCl}
\end{lstlisting}
\ce{4 C2H5Cl + Pb / Na -> \mhName{Pb(C2H5)4}{former antiknock additive} + NaCl}

As you can see the text is set centered and \lstinline=\tiny=, while the molecule uses it's normal space. With the first optional argument you can choose the width, that the molecule uses:
\begin{lstlisting}
 \ce{4 C2H5Cl + Pb / Na -> \mhName[3cm]{Pb(C2H5)4}{former antiknock additive} + NaCl}
\end{lstlisting}
\ce{4 C2H5Cl + Pb / Na -> \mhName[3cm]{Pb(C2H5)4}{former antiknock additive} + NaCl}

The text attributes have \lstinline=\centering\tiny= as default. Using other attributes can overwrite them in certain circumstances:
\begin{lstlisting}
 \ce{4 C2H5Cl + Pb / Na -> \mhName[3cm]{Pb(C2H5)4}{\small former antiknock additive} + NaCl}\\
 \ce{4 C2H5Cl + Pb / Na -> \mhName[3cm]{Pb(C2H5)4}{\raggedright\color{red}\bfseries former antiknock additive} + NaCl}
\end{lstlisting}
\ce{4 C2H5Cl + Pb / Na -> \mhName[3cm]{Pb(C2H5)4}{\small former antiknock additive} + NaCl}\\
\ce{4 C2H5Cl + Pb / Na -> \mhName[3cm]{Pb(C2H5)4}{\raggedright\color{red}\bfseries former antiknock additive} + NaCl}

Using the second optional argument will overwrite them in any case:
\begin{lstlisting}
 \ce{4 C2H5Cl + Pb / Na -> \mhName[3cm][\small]{Pb(C2H5)4}{former antiknock additive} + NaCl}\\
 \ce{4 C2H5Cl + Pb / Na -> \mhName[3cm][\raggedright\color{red}\bfseries]{Pb(C2H5)4}{former antiknock additive} + NaCl}
\end{lstlisting}
\ce{4 C2H5Cl + Pb / Na -> \mhName[3cm][\small]{Pb(C2H5)4}{former antiknock additive} + NaCl}\\
\ce{4 C2H5Cl + Pb / Na -> \mhName[3cm][\raggedright\color{red}\bfseries]{Pb(C2H5)4}{former antiknock additive} + NaCl}

You can change the default values globally by using
\begin{lstlisting}
 \setmhName{<textattr>}
\end{lstlisting}
With this command you can change the predefined settings as you like:
\begin{lstlisting}
 \setmhName{\centering\footnotesize\color{blue}}
 \ce{4 C2H5Cl + Pb / Na -> \mhName{Pb(C2H5)4}{former antiknock additive} + NaCl}
\end{lstlisting}
{\setmhName{\centering\footnotesize\color{blue}}
\ce{4 C2H5Cl + Pb / Na -> \mhName{Pb(C2H5)4}{former antiknock additive} + NaCl}}

\section{Newman Projections}\label{sec:newman}
The command
\begin{lstlisting}
 \newman[<angle>,<scale>,<tikz>]{<1>,<2>,<3>,<4>,<5>,<6>}
\end{lstlisting}
allows you to create newman projections (uses `\TikZ'). Examples:
\begin{lstlisting}
 \newman{}\par% default: staggered
 \newman[175]{}\par% rotated by 175 degrees => eclipsed
 \newman{1,2,3,4,5,6} \newman{1,2,3} \newman{,,,4,5,6}\par% with atoms
 \newman[,.75,draw=blue,fill=blue!20]{}% scaled and customized with TikZ
\end{lstlisting}
\newman{}\par
\newman[175]{}\par
\newman{1,2,3,4,5,6} \newman{1,2,3} \newman{,,,4,5,6}\par
\newman[,.75,draw=blue,fill=blue!20]{}

Another option allows you to customize the nodes within which the atoms are placed:
\begin{lstlisting}
 \newman[][<tikz nodes>]{<1>,<2>,<3>,<4>,<5>,<6>}
 % example:
 \newman[][draw=red,fill=red!20,inner sep=2pt,rounded corners]{1,2,3,4,5,6}
\end{lstlisting}
\newman[][draw=red,fill=red!20,inner sep=2pt,rounded corners]{1,2,3,4,5,6}

If you want to display the "front" atoms differently from the "back" atoms, you can use a third option:
\begin{lstlisting}
 \newman[][<tikz front nodes>][<tikz back nodes>]{<1>,<2>,<3>,<4>,<5>,<6>}
\end{lstlisting}
Examples:
\begin{lstlisting}
 \newman[][draw=red,fill=red!20,inner sep=2pt,rounded corners][draw=blue,fill=blue!20,inner sep=2pt,rounded corners]{1,2,3,4,5,6}
\end{lstlisting}
\newman[][draw=red,fill=red!20,inner sep=2pt,rounded corners][draw=blue,fill=blue!20,inner sep=2pt,rounded corners]{1,2,3,4,5,6}
\begin{lstlisting}
 \newman[170][draw=red,fill=red!20,inner sep=2pt,rounded corners][draw=blue,fill=blue!20,inner sep=2pt,rounded corners]{1,2,3,4,5,6}
\end{lstlisting}
\newman[170][draw=red,fill=red!20,inner sep=2pt,rounded corners][draw=blue,fill=blue!20,inner sep=2pt,rounded corners]{1,2,3,4,5,6}

\section{p-Orbitals}\label{sec:orbitale}
`\CMname' provides commands to visualize p-orbitals.
\begin{lstlisting}
 \porb[<size factor>,<color>,<angle>]
 \phorb[<size factor>,<color>,<angle>]
 \setorbheight{<length>}
\end{lstlisting}
This displays a horizontal orbital or one rotated by \lstinline=<angle>=: \lstinline=\porb \qquad \porb[,,30]= \quad\porb \qquad\porb[,,30] 

\lstinline=\phorb= only displays one half orbital: \lstinline=\phorb[,red,90]= \phorb[,red,90]

The size of the orbitals depends on an internal length that can be set with \lstinline=\setorbheight{<length>}=. It's default value is \lstinline=1em=.
\begin{lstlisting}
 \porb\par
 \setorbheight{2em}\porb
\end{lstlisting}
{\porb\par\setorbheight{2em}\porb}

The size of an orbital can also be changed directly using the optional argument \lstinline=<size factor>=.
\begin{lstlisting}
 \porb\par
 \porb[2]\par
 \porb[.5]
\end{lstlisting}
{\porb\par\porb[2]\par\porb[.5]}

There are shortcuts for the $x$-, $y$- and $z$-orbitals:
\begin{lstlisting}
 \pzorb \qquad \pyorb \qquad \pxorb
\end{lstlisting}
\pzorb \qquad \pyorb \qquad \pxorb

Since the orbitals are drawn in a tikzpicture with the option \lstinline=overlay=, they are set all at the same spot, if you don't shift them:
\begin{lstlisting}
 \hspace{2cm}\pxorb\pyorb\pzorb
 \tikz[overlay]{
   \draw[->](0,0)--(1,0)node[right]{$y$};
   \draw[dashed](0,0)--(-1,0);
   \draw[->](0,0)--(0,1)node[above]{$z$};
   \draw[dashed](0,0)--(0,-1);
   \draw[->](0,0)--(-.707,-.707)node[below left]{$x$};
   \draw[dashed](0,0)--(.707,.707);
 }
\end{lstlisting}
\hspace{2cm}\pxorb\pyorb\pzorb\tikz[overlay]{\draw[->](0,0)--(1,0)node[right]{$y$};\draw[->](0,0)--(0,1)node[above]{$z$};\draw[->](0,0)--(-.707,-.707)node[below left]{$x$};\draw[dashed](0,0)--(-1,0);\draw[dashed](0,0)--(0,-1);\draw[dashed](0,0)--(.707,.707);}
\vspace{2cm}

The orbitals also can be used together with `chemfig':
\begin{lstlisting}
 \setorbheight{2em}\setbondoffset{0pt}
 \chemfig{?\pzorb-[,1.3]\pzorb-[:30,1.1]\pzorb-[:150,.9]\pzorb-[4,1.3]\pzorb-[:-150,1.1]\pzorb?}\qquad
 \chemfig{?\pzorb-[,1.3]{\porb[,,-90]}-[:30,1.1]\pzorb-[:150,.9]{\porb[,,-90]}-[4,1.3]\pzorb-[:-150,1.1]{\porb[,,-90]}?}
\end{lstlisting}
\vspace{1cm}
{\setorbheight{2em}\setbondoffset{0pt}
\chemfig{?\pzorb-[,1.3]\pzorb-[:30,1.1]\pzorb-[:150,.9]\pzorb-[4,1.3]\pzorb-[:-150,1.1]\pzorb?}\qquad
\chemfig{?\pzorb-[,1.3]{\porb[,,-90]}-[:30,1.1]\pzorb-[:150,.9]{\porb[,,-90]}-[4,1.3]\pzorb-[:-150,1.1]{\porb[,,-90]}?}}

\section{List of Commands}\label{sec:befehlsreferenz}
\begin{tabular}{>{\raggedright}p{.35\textwidth}|>{\raggedright}p{.55\textwidth}}\toprule
  \lstinline=\el=, \lstinline=\prt=, \lstinline=\ntr=, \lstinline=\HtO=, \lstinline=\water=, \lstinline=\Hpl=, \lstinline=\Hyd=, \lstinline=\Nu=, \lstinline=\El=, \lstinline=\transitionstatesymbol=, \lstinline=\R= & section \ref{sec:teilchen}: Particles, Ions and a Symbol\tabularnewline\midrule
  \lstinline=\cip=, \lstinline=\Rcip=, \lstinline=\Scip=, \lstinline=\Dfi=, \lstinline=\Lfi=, \lstinline=\E=, \lstinline=\Z=, \lstinline=\cis=, \lstinline=\trans=, \lstinline=\Rconf=, \lstinline=\Sconf=, \lstinline=\ortho=, \lstinline=\meta=, \lstinline=\para=, \lstinline=\insitu=, \lstinline=\abinitio= & section \ref{sec:stereo}: Stereo Descriptors, Nomenclature, Latin Phrases\tabularnewline\midrule
  \lstinline=\pH=, \lstinline=\pOH=, \lstinline=\pKa=, \lstinline=\pKb= & section \ref{sec:saeure_base}: Acid/Base \tabularnewline\midrule
  \lstinline=\delm=, \lstinline=\delp=, \lstinline=\mch=, \lstinline=\pch=, \lstinline=\ox=, \lstinline=\scrm=, \lstinline=\scrp=                            & section \ref{sec:ladungen}: Oxidation Numbers and (real) Charges\tabularnewline\midrule
  \lstinline=\mech= & section \ref{sec:mechanismen}: Reaction Mechanisms \tabularnewline\midrule
  \lstinline=\redox=, \lstinline=\OX= & section \ref{sec:redoxreaktionen}: Redox Reactions \tabularnewline\midrule
  \lstinline=\Enthalpy=, \lstinline=\Entropy=, \lstinline=\Gibbs=, \lstinline=\setnewstate=, \lstinline=\renewstate=, \lstinline=\State=, \lstinline=\setstatesubscript= & section \ref{sec:standardstate}: (Standard) State, Thermodynamics \tabularnewline\midrule
  \lstinline=\NMR= & section \ref{sec:spektroskopie}: Spectroscopy \tabularnewline\midrule
  \lstinline=\begin{reaction}=, \lstinline=\begin{reaction*}=, \lstinline=\begin{reactions}=, \lstinline=\begin{reactions*}=, \lstinline=\newreaction=, \lstinline=\solid=, \lstinline=\liquid=, \lstinline=\gas=, \lstinline=\mhName=, \lstinline=\setmhName= & section \ref{sec:mhchem}: Commands for `mhchem'\tabularnewline\midrule
  \lstinline=\newman= & section \ref{sec:newman}: Newman Projections \tabularnewline\midrule
  \lstinline=\phorb=, \lstinline=\porb=, \lstinline=\pxorb=, \lstinline=\pyorb=, \lstinline=\pzorb=, \lstinline=\setorbheight= & section \ref{sec:orbitale}: p-Orbitals\tabularnewline\bottomrule
\end{tabular}

\end{document}