Some experiments in LaTeX that I mention in my zine, the codex.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
799 B

  1. \documentclass{standalone}
  2. \usepackage{chemfig}
  3. \begin{document}
  4. \begin{math}
  5. \chemfig{
  6. % 1
  7. >[:54]% 2
  8. -[:300]% 3
  9. -% 4
  10. >[:60]% 5
  11. -[:120]% 6
  12. (
  13. -[:180]% 7
  14. (
  15. <[:132]% 8
  16. -[:204]% 9
  17. -[:276]% 10
  18. (
  19. <[:222,,,2]HO% 11
  20. )
  21. -[:348]% -> 2
  22. )
  23. -[:240]% -> 2
  24. )
  25. <:[:60]% 12
  26. -% 13
  27. -[:300]% 14
  28. =_% 15
  29. -[:300]% 16
  30. (
  31. =O% 17
  32. )
  33. -[:240]% 18
  34. -[:180]% 19
  35. -[:120]% 20
  36. (
  37. -[:180]% -> 5
  38. )
  39. (
  40. -[:60]% -> 14
  41. )
  42. <[:240]% 21
  43. }\end{math}
  44. \end{document}