October 2015
Intermediate to advanced
378 pages
7h 44m
English
In the previous recipe, we already encountered formulae for molecules. Now let's see how to draw them. This means drawing a group of atoms and connecting them by lines of various kinds.
This rather complex seeming task becomes manageable using the chemfig package. It provides a compact syntax for drawing molecules. Let's draw some:
\documentclass{article}chemfig package:\usepackage{chemfig}tabular environment with a right-aligned column and a left-aligned one.\renewcommand{\arraystretch}{1.5}
\begin{tabular}{rl}\chemfig command. Write atoms as letters and a single bond using ...Read now
Unlock full access