diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/6-3-3.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/6-3-3.ltx | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/6-3-3.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/6-3-3.ltx new file mode 100644 index 00000000000..ee3f8b394da --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/6-3-3.ltx @@ -0,0 +1,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} |