箭头的错误和丑陋输出

箭头的错误和丑陋输出

我有一个关于 的奇怪输出xrightarrow{}。为什么会这样?我该如何修复它?

\documentclass[12pt]{article}
\usepackage[top=0.3in, bottom=1.2in, left=0.8in, right=0.8in]{geometry}

\setlength{\parindent}{0cm}

\usepackage[fleqn]{amsmath}
\usepackage{unicode-math}

\everymath{\displaystyle}

\allowdisplaybreaks

\setlength{\mathindent}{0cm}

\newcommand{\CCMG}[1]
{\begin{gather*}#1\end{gather*}}

\newcommand{\CCMAD}[1]
{\begin{aligned}#1\end{aligned}}

\newcommand{\CCMA}[1]
{\begin{align*}#1\end{align*}}


\begin{document}
\raggedcolumns

\CCMG
{
\CCMAD
{
&g'(\xi_{n})=\frac{g(x_{n})-g(\rho)}{x_{n}-\rho}\Rightarrow\\
&\Rightarrow g(x_{n})=g(\rho)+g'(\xi_{n})\epsilon_{n}\xrightarrow{g(\rho)=\rho,g(x_{n})=x_{n+1}}
}
}

\end{document}

在此处输入图片描述

相关内容