圖片中的組胺酸 Chemfig

圖片中的組胺酸 Chemfig

這組照片中的最後一張。我有這個組胺酸,我已經做了一系列問題。這次我做了我所知道的事情:我需要幫助來完成組胺酸中的三角形。另外,如果我要發布這些記錄卡可能嗎?如果你繼續提問的話,我可以在某個地方做。

    \begin{flashcard}
        {
            \chemfig{H_3N^{+}-C(-[2]H)(-[6]CH_2(trianglething))-C(=[1]O)(-[7]O^-)}
        }
    Done
    \end{flashcard}

答案1

解決方案與chemmove

\documentclass{article}
\usepackage{chemfig}
\usetikzlibrary{calc}

\begin{document}

\chemfig{NH(-[4]@{a})(-[:165,0.22,,,draw=none]^{+})
    =[:60,,1]-[:120,,,1]NH-[4]@{b}-[2]CH_2
    -[2]C(-[2]H)(-[4,0.9]H_3N^{+}|\vphantom{C})
    -[0]C(=[1]O)
    -[-1]O|^{-}}
\chemmove[-]{
    \draw (a) -- (b);
    \draw ($(a)+(2pt,2pt)$) -- ($(b)+(2pt,-2pt)$);
}

\end{document}

相關內容