Chemfig 中的 Spiros

Chemfig 中的 Spiros

在此处输入图片描述

你好,我需要帮助:如何绘制螺环化合物?谢谢你的帮助。

答案1

就为了这次机会,我完成了你的代码……但我不是化学专家。如果我犯了错误,请原谅。

PS:一般来说,你会问用户必须在哪里创建你的绘图。

%% Compile and read me!
\documentclass[a4paper,12pt]{article}
\usepackage{chemfig}
\usepackage{float}
\usepackage{graphicx}

\begin{document}

\begin{figure}[H]
\centering
\chemfig{
            % 9
     >[:270]% 5
     -[:270]% 4
               (
         -[:210]% 3
                   (
             -[:150]% 8
              -[:90]% 7
              -[:30]% 6
             -[:330]% -> 5
                   )
         -[:300]% 2
         -[:180]% 1
          -[:60]% -> 3
               )
               (
        <:[:270]% 15
               )
     -[:330]% 10
      -[:30]% 11
      -[:90]% 12
               (
          -[:30]COOCH_3% 14
               )
    =^[:150]% 13
               (
         -[:210]% -> 5
               )
}
\caption{Is this a Spiro compound??}
\end{figure}
\end{document}


\end{document}

A

相关内容