对齐方程式时的基本麻烦

时间:2019-12-16 17:07:18

标签: alignment

这是我的代码:

\usepackage{amsmath} \begin{document} \begin{align} \forall x \in \mathbb{R}^* , f(x,x) & = x^2 + 1 \text{ and } \displaystyle{\lim_{x \to 0} f(x,x) & = 1}. \\ \forall x \in \mathbb{R}^* , f(x,x^2) & = 2x \text{ and } \displaystyle{\lim_{x \to 0} f(x,x^2) & = 0} \end{align} \end{document}

但是它不起作用。

0 个答案:

没有答案