如何在 chemfig 环境中显示“(”或“)”。例如,我想写以下化学式:
我尝试使用 \text{(} 和 \text{)} 在 chemfig 环境中获取“(”和“)”。但现在我无法正确获取双键“O”。
\documentclass[12pt,a4paper]{report}
\usepackage[top=1in,bottom=1in,left=1.25in,right=1in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{times,chemfig,amsmath}
\begin{document}
\chemfig{3 \text{(} ^{-}OC=OCH_2 \text{)}_2C \text{(} OH \text{)} C=OO^{-}}
\end{document}
我得到以下输出:
当我尝试通过在 '=' 和 'O' 之间添加“[:90]”使双键垂直时:
\chemfig{3 \text{(} ^{-}OC=[:90]OCH_2 \text{)}_2C \text{(} OH \text{)} C=[:90]OO^{-}}
我得到了奇怪的输出,例如:
任何建议都会有很大帮助。!