跳到正文
学而记

百科词条

0. 烯醇化酶(enolase)--2-磷酸甘油酸脱水

EnolaseScene.mp4 烯醇化酶 enolase C3:2-磷酸甘油酸(2PG) C3:磷酸烯醇式丙酮酸(PEP) + 2O$ $化学方程式:$ - tikz \usepackage chemfig \definecolor cpk P1 rgb 0.50, 0.75, 0.50 % P1 \begin document

![[EnolaseScene.mp4]]

称谓

烯醇化酶 enolase

催化反应

[[C3:2-磷酸甘油酸(2PG)]]<->[[C3:磷酸烯醇式丙酮酸(PEP)]]+$

$化学方程式:$ -

\usepackage{chemfig}
\definecolor{cpk_P1}{rgb}{0.50, 0.75, 0.50}     % P1
\begin{document}
\chemname{
\chemfig[atom sep=2em]{
(-[2,1.1,,,transparent]) %向上支撑
	COO^{-}
	-[6]C(-O(
		% P
		(-[0,0.54,,,,transparent]{\chemmove{\draw[ultra thick,green,fill=cpk_P1,line width=2pt] (0.1,0.12)circle(6pt);}P})
	))(-[4]H)
	-[6]CH_2OH
}
}{2-phosphoglycerate}
\quad\quad
\begin{tikzpicture} 
\draw [<->] (0,0) to node[above] {enolase} (1.2,0);
\end{tikzpicture}
\quad\quad\quad\quad
\chemname{
\chemfig[atom sep=2em]{
(-[2,1.1,,,transparent]) %向上支撑
	COO^{-}
	-[6]C(-O
		% P
		(-[0,0.54,,,,transparent]{\chemmove{\draw[ultra thick,green,fill=cpk_P1,line width=2pt] (0.1,0.12)circle(6pt);}P})
	)
	=[6]CH_2
}
}{phosphoenolpyruvic acid}
+$

\end{document}

^1

-

\usepackage{chemfig}
\definecolor{cpk_P1}{rgb}{0.50, 0.75, 0.50}     % P1
\begin{document}
\chemname{
\chemfig[atom sep=2em]{
(-[2,1.1,,,transparent]) %向上支撑
	COO^{-}
	-[6]C(-O(
		% P
		(-[0,0.54,,,,transparent]{\chemmove{\draw[ultra thick,green,fill=cpk_P1,line width=2pt] (0.1,0.12)circle(6pt);}P})
	))(-[4]H)
	-[6]CH_2OH
}
}{}
\begin{tikzpicture} 
\draw [<->] (0,0) to node[above] {} (1,0);
\end{tikzpicture}
\chemname{
\chemfig[atom sep=2em]{
(-[2,1.1,,,transparent]) %向上支撑
	COO^{-}
	-[6]C(-O
		% P
		(-[0,0.54,,,,transparent]{\chemmove{\draw[ultra thick,green,fill=cpk_P1,line width=2pt] (0.1,0.12)circle(6pt);}P})
	)
	=[6]CH_2
}
}{}
+$

\end{document}

^2

-

\usepackage{chemfig}
\begin{document}
\chemname{
\chemfig[atom sep=2em]{
	COO^{-}
	-[6]C(-OPO_3^{2-})(-[4]H)
	-[6]CH_2OH
}
}{2-phosphoglycerate}
\quad\quad
\begin{tikzpicture} 
\draw [<->] (0,0) to node[above] {enolase} (1.2,0);
\end{tikzpicture}
\quad\quad\quad\quad
\chemname{
\chemfig[atom sep=2em]{
	COO^{-}
	-[6]C(-OPO_3^{2-})
	=[6]CH_2
}
}{phosphoenolpyruvic acid}
+$

\end{document}

-

\usepackage{chemfig}
\begin{document}

\chemfig{
COOH
	(-[6,0.5]C(-[,0.6]OH)
		(-[6,0.5]CH_2
			(-[,0.8]\fbox{P}
			)
		)
	)
}

\begin{tikzpicture} 
\draw [<->] (0,0) to node[above] {enolase} (1.2,0);
\end{tikzpicture}

\chemfig{
	COOH
		(-[6,0.5]CH(-[,0.7]\fbox{P})
			(=[6,0.5]CH_2)
		)
}

+$

\end{document}

-

\usepackage{chemfig}
\begin{document}

\chemfig{
	(-[4,0.5]HO)
	(-[7,0.5]
		(-[5,0.8]\fbox{P})
		(-[,0.5]
			(-[1,0.8]OH)
			(=[7,0.8]O)
		)
	)
}

\begin{tikzpicture} 
\draw [<->] (0,0) to node[above] {enolase} (1.2,0);
\end{tikzpicture}

\chemfig{
	(-[3.5,0.8]\fbox{P})
	(=[6,0.5])
	(-[0.5,0.5]
		(=[2,0.5]O)
		(-[7.5,0.8]OH)
	)
}

+$

\end{document}