%% %% The LaTeX Graphics Companion, 2ed (first printing May 2007) %% %% Example 8-2-43 on page 542. %% %% Copyright (C) 2007 Michel Goossens, Frank Mittelbach, Denis Roegel, Sebastian Rahtz, Herbert Vo\ss %% %% It 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. %% %% See http://www.latex-project.org/lppl.txt for details. %% \documentclass{ttctexa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{348.0pt} \StartShownPreambleCommands \usepackage[pictex]{m-ch-en} \StopShownPreambleCommands \begin{document} \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}