尝试使用 chemfig 绘制色氨酸

尝试使用 chemfig 绘制色氨酸

你好,我想画出我在 chemfig 中提到的色氨酸,我试过这个代码,但它看起来确实像,有什么提示可以告诉我怎么做吗?我一直在阅读这份文件帮助图表

平均能量损失

\documentclass[grid,avery5371]{flashcards}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{garamondx}
\usepackage{chemfig}
\newcommand{\cardpaper}{letterpaper} 
\newcommand{\cardpapermode}{landscape} 
\newcommand{\cardrows}{5} 
\newcommand{\cardcolumns}{2} 
\setlength{\cardheight}{3in} 
\setlength{\cardwidth}{3.5in} 
\setlength{\topoffset}{0.50in} 
\setlength{\oddoffset}{0.75in} 
\setlength{\evenoffset}{0.75in}
\geometry{headheight=10pt}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\chead{\small MCAT FlashCards Chemistry}

\begin{flashcard}[Amino Acids - NonPolarSideChains]
    {
        \chemfig{H_3N^+-C(-[2]H)(-[6]CH_2([6]*6(-\chembelow{=}NH=)))-C(=[1]O)(-[7]O^{-})}
    }
Name goes here
\end{flashcard}
\begin{flashcard}[Amino Acids - NonPolarSideChains Previous Attempt]
{
\chemfig{H_3N^+-C(-[2]H)(-[6]CH_2([6]*4(=NH=-)([6]*6(=-=-=-))))-C(=[1]O)(-[7]O^{-})}
}
Name goes here
\end{flashcard}

答案1

实现此目的的一种方法(使用绘制色氨酸chemfig)是从 6 环开始。

\documentclass{article}
\usepackage{chemfig}
\begin{document}
\chemfig{[:30]*6(-=-(-[:60]NH(-[:120]=[4]?(-[2]CH_2-[2]C(-[2]H)(-[0]C(=[1]O)(-[-1]O|{^-}))(-[4]H_3N{^+}))))=?-=)}
\end{document}

在此处输入图片描述

答案2

\chemname{\chemfig{C_{\alpha}(-[5]H_3N^+) (-[7]C(=[1]O)(-[7]O^{-})) (>:[3]H) (<[1]C_{\beta}H_2(-[3]*5(-*6(-=-=-?)=-HN-=)))}}{Tryptophan, Trp, W}

在此处输入图片描述

相关内容