Advertisement
Guest User

Claisen ester condensation

a guest
Mar 27th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.99 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage{chemfig}
  3.     \setchemfig{
  4.         angle increment = 15,
  5.         atom sep = 2em,
  6.         double bond sep = 3pt,
  7.         cram width = 0.3em,
  8.         compound sep = 6.0em,
  9.         arrow coeff = 0.5,
  10.         %scheme debug = false,
  11.         bond join = true,
  12.     }
  13.  
  14. \begin{document}
  15.  
  16. \schemestart
  17.     \arrow{<=>}
  18.     \chemfig{
  19.         R'
  20.         -[:30](=[@{db1}:90]@{o1}O)
  21.         -[@{sb1}:-30](-[:-90]R)(-[@{hb1}:-30]@{h1}H)
  22.         -[:30](=[:90]O)
  23.         -[:-30]OEt
  24.         -[:-90,,,,draw=none]@{e1}\Lewis{0:,\llap{${}^\ominus$}B}
  25.     }
  26.     \chemmove{
  27.         \draw(db1)..controls +(0:5mm) and +(0:5mm)..(o1);
  28.         \draw(hb1)..controls +(60:5mm) and +(60:5mm)..(sb1);
  29.         \draw(e1)..controls +(-120:5mm) and +(-120:5mm)..(h1);
  30.     }
  31.     \arrow{->}
  32.     \chemleft{[}
  33.     \subscheme{
  34.         \chemfig{
  35.             R'-[:30](-[:90]O\rlap{${}^\ominus$})
  36.             =[:-30](-[:-90]R)
  37.             -[:30](=[:90]O)
  38.             -[:-30]OEt
  39.         }
  40.         \arrow{<->}
  41.         \chemfig{
  42.             R'-[:30](=[:90]O)
  43.             -[:-30](-[:-90]R)
  44.             =[:30](-[:90]O\rlap{${}^\ominus$})
  45.             -[:-30]OEt
  46.         }
  47.     }
  48.     \chemright{]}
  49. \schemestop
  50.  
  51. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement