summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/6-3-3.ltx
blob: ee3f8b394da780757b884df6fcd303c6c2b92547 (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
\documentclass{ppex}
\nonstopmode
\usepackage {m-chemic}
\pagestyle{empty}

\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {m-chemic}
\setupchemical[axis=off,border=on,scale=small,size=small]
\begin{tabular}{cccc}
\startchemical
  \chemical[ONE,SB][1,2,3,4,5,6,7,8]
\stopchemical
&
\startchemical
  \chemical[THREE,B,R,RZ][1,2,3]
\stopchemical
&
\startchemical
  \chemical[FOUR,B,R,RZ][1,2,3,4,6]
\stopchemical
&
\startchemical
  \chemical[FIVE,B,R,RZ][1,2,3,4,5]
\stopchemical
\\
{ONE} &
{THREE} &
{FOUR} &
{FIVE} \\[5pt]
\startchemical
  \chemical[SIX,B,R,RZ][1,2,3,4,5,6]
\stopchemical
&
\startchemical
  \chemical[CARBON,CB][1,2,3,4]
\stopchemical
&
\startchemical
  \chemical[NEWMAN,CB][1,2,3,4,5,6]
\stopchemical
&
\startchemical
  \chemical[EQUILIBRIUM][1,2]
\stopchemical
\\
{SIX} &
{CARBON} &
{NEWMAN} &
{EQUILIBRIUM}
\end{tabular}
\end{document}