跳到正文
学而记

百科词条

2-甲基赤藓醇磷酸(MEP)

2-甲基赤藓醇磷酸 甲基赤藓醇4-磷酸 MEP 2C-MEP-4P $结构式:$ - tikz \usepackage chemfig \definecolor cpk P rgb 1.00, 0.50, 0.00 % P \begin document \chemfig atom sep=2em - 3.3, <: 1.3, OH <

称谓

2-甲基赤藓醇磷酸 甲基赤藓醇4-磷酸 MEP 2C-MEP-4P

$结构式:$

-

\usepackage{chemfig}
\definecolor{cpk_P}{rgb}{1.00, 0.50, 0.00}     % P
\begin{document}

\chemfig[atom sep=2em]{
	(-[3.3,]
		(<:[1.3,]OH)
		(<[2.7,])
		(-[4.7]
			(-[6]OH)
		)
	)
		(<[6,]OH)
		% P
		-[0.7,]-[7.3,]O(-[0,0.54,,,,transparent]{\chemmove{\draw[ultra thick,green,fill=cpk_P,line width=2pt] (0.1,0.12)circle(6pt);}P}
		% 下边界支撑
		-[6,0.5,,,,transparent])
}

\end{document}

^1

-

\usepackage{chemfig}
\definecolor{cpk_P}{rgb}{1.00, 0.50, 0.00}     % P
\begin{document}

\chemfig[atom sep=2em,cram width=3pt]{
	(-[3.3,]
		(<:[1.3,]OH)
		(<[2.7,])
		(-[4.7]
			(-[6]OH)
		)
	)
		(<[6,]OH)
		% P
		-[0.7,]-[7.3,]O(-[0.7,1,,,,]{\chemmove{\draw[ultra thick,green,fill=cpk_P,line width=2pt] (0.1,0.12)circle(6pt);}P}
		% 下边界支撑
		-[6,0.5,,,,transparent])
}

\end{document}

^2