我的代码如下:
\documentclass{book}
\usepackage[T1]{fontenc}%
\usepackage{times}
\usepackage[defaultmathsizes,italic]{mathastext}%
\usepackage{mathtools}
\begin{document}
\begin{align*}
x \in L &\Longrightarrow \big|\vec{a}_x \cdot \mathcal{U} \vec{a}_x\big|^2 \geq 1 - \epsilon(n),\\
x \notin L &\Longrightarrow \big|\vec{a}_x \cdot \mathcal{U} \vec{a}_x\big|^2 \leq \epsilon(n).
\end{align*}
\end{document}
这个过程没有错误,但是的输出\Longrightarrow
看起来像=
符号和的字距调整\leftarrow
,而且看起来很奇怪:
我在 Windows7 系统上使用MikTeX 2.9
PDFLaTeX
,我需要使用相同的安装包mathastext
,请提出建议...