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.

14 lines
452 B

  1. \documentclass{standalone}
  2. \usepackage{chemfig}
  3. \renewcommand*\printatom[1]{\ensuremath{\mathsf{#1}}}
  4. \begin{document}
  5. % \setcrambond{2pt}{}{}
  6. % \setatomsep{2em}
  7. \chemfig{
  8. HO-[2,.5,2]?<[7,.7](-[2,.5]OH)-[,,,,line width=2.4pt](-[6,.5]OH)>[1,.7]
  9. (-[:-65,.7]O-[:65,.7]?[b](-[2,.7]CH_2OH)<[:-60,.707](-[6,.5]OH)
  10. -[,,,,line width=2.4pt](-[2,.5,,2]HO)>[:60,.707](-[6,.5]CH_2OH)-[:162,.9]O?[b])
  11. -[3,.7]O-[4]?(-[2,.3]-[3,.5]HO)}
  12. \end{document}