Nanokid 正在创作中

Nanokid 正在创作中

在此处输入图片描述

您好,我想用乳胶制作 Nanokid,但我需要一些帮助来制作双手。我该如何制作双手,让 3 条蛇朝 3 个不同的方向运动?

我到目前为止有这个

$\chemfig{*6(=(-~-*6(=-(-~--[:-90]-[:-150])=-(-~--[:-90]-[:-30])=-))-(-~--)=-(-)=(-~--)-)}$

答案1

你几乎已经拥有它了:

\documentclass[border=10mm]{standalone}
\usepackage{chemfig}

\begin{document}

\renewcommand*\printatom[1]{\ensuremath{\mathsf{#1}}}
\footnotesize
\chemfig[atom sep=1.25em]{*6(=(-~-*6(=-(-~--[:-90]-[:-150])=-(-~--[:-90]-[:-30])=-))-(-~-([:30]-)([:-90]-)-)=-(-*5(-O---O-))=(-~-([:210]-)([:90]-)-)-)}

\end{document}

在此处输入图片描述

相关内容