latex:在公式之中和公式之间插入说明文字和标点符号

时间:2015-09-17 23:05:37   收藏:0   阅读:934

在公式之中和公式之间插入说明文字和标点符号,主要使用 \intertext{文本} \shortintertext{文本} \text{文本} 这三个命令

 

代码:

\begin{align*}
x^{2}+2x+1 &=0 \text{,即$x=-1$。}
\shortintertext{因为$f‘(x)=2x+2 $,故}
f‘(-1) & = 0\text{。}
\end{align*}

 

得到的公式如下:

技术分享

原文:http://www.cnblogs.com/suerchen/p/4817658.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!