使用 Chemfig 的 LibreOffice + TeXmath

使用 Chemfig 的 LibreOffice + TeXmath

使用 LaTeX 示例

\documentclass{article}
\usepackage{chemfig}
\usetikzlibrary{arrows.meta}
\tikzset{
  elmove/.style={-{Stealth[#1]},shorten >=3pt,shorten <=2pt}
}
\begin{document}
\schemestart
 \chemfig{@{Cl1}\lewis{2:4:6:,Cl}-[@{b}]@{Cl2}\lewis{0:2:6:,Cl}}
\arrow(--plus){0}[,.1]
\+
\arrow{0}[,.1]
\chemfig{@{C}\lewis{4.,C}H_3}
\arrow
\chemfig{\lewis{0.2:4:6:,Cl}}
\chemsign{+}  \chemfig{\lewis{2:4:6:,Cl}-CH_3}
\schemestop
  \chemmove{
\path (plus) ++(45:4mm) coordinate (nb) ;   
\draw[elmove=left]
        (b) ..controls +(-90:7mm) and +(-90:7mm) .. (Cl1) ;
\draw[elmove=left]
    (b) ..controls + (80:10mm) and +(100:7mm) .. (plus) ;  
\draw[elmove=right]
        (C) ++(-.25,0) ..controls + (80:7mm) and +(80:6mm) .. (plus) ;
 }
\end{document}

我得到了输出

在此处输入图片描述

我尝试使用 LibreOffice 和 TeXmath 我将其传输并输入序言:

在此处输入图片描述

但结果却是这样的:

在此处输入图片描述

any idea how to fix this?

相关内容