summaryrefslogtreecommitdiff
path: root/graphics/mol2chemfig/docs/chapters/tpic1.tex
blob: b6cbf605957c14f05ac4260e9e8e51edb815375b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\input{plp}
\input{plp2}

\begin{center}
\begin{tikzpicture}%
[>=stealth, help lines/.style={very thin,draw=black!25}, x=1cm, y=1cm]

% draw grid of help lines 
\draw[help lines] (0,0) grid (12,4);

% place  both structures
\node[anchor=south west, inner sep=10pt] at (0,0) (plp)  {\chemfig{!{plp}}};
\node[anchor=south west, inner sep=10pt] at (7,0) (plp2) {\chemfig{!{plp2}}};

\draw[<->] (plp) -- (plp2);

\end{tikzpicture}
\end{center}