Advertisement
Guest User

N,N-dimethylaniline derivatives drawn with chemfig

a guest
Apr 7th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.86 KB | None | 0 0
  1. % !TEX program = xelatex
  2.  
  3. \documentclass[a4paper]{article}
  4. \usepackage{fontspec}
  5.     \setmainfont{Noto Sans}
  6. \usepackage{chemmacros}
  7.     \chemsetup{
  8.         modules = all,
  9.     }
  10. \usepackage{chemfig}
  11.     \setchemfig{
  12.         angle increment = 45,
  13.         atom sep = 1.75em,
  14.         double bond sep = 3pt,
  15.         cram width = 0.3em,
  16.         compound sep = 6.0em,
  17.         arrow coeff = 0.5,
  18.         scheme debug = false,
  19.         bond join = true,
  20.         bond style = {
  21.             line width = 0.6pt
  22.         },
  23.     }
  24.  
  25. \begin{document}
  26.  
  27. \chemfig{**6(-(-[:90,,,,draw=none]-[:0,2]OMe)---(-[,,,1]N{(}Me{)}_2)--)}
  28. \quad
  29. \chemfig{**6(-(-[:90,,,,draw=none]-[:0,2]CH_3)---(-[,,,1]N{(}Me{)}_2)--)}
  30. \quad
  31. \chemfig{**6(-(-[:90,,,,draw=none]-[:0,2]NO_2)---(-[,,,1]N{(}Me{)}_2)--)}
  32. \quad
  33. \chemfig{**6(-(-[:90,,,,draw=none]-[:0,2]CCl_3)---(-[,,,1]N{(}Me{)}_2)--)}
  34. \quad
  35. \chemfig{**6(-(-[:90,,,,draw=none]-[:0,2]CCl_3)---(-[,,,1]NH_2)--)}
  36.  
  37. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement