LaTeX技巧199:行间矩阵的减肥处理方法

标签:
latex行间矩阵输入方法 |
分类: 数学公式 |
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
我们在进行行间矩阵输入的时候,如下便是很好的例子,也是很好的解决方案。
演示效果图:

演示代码:
\documentclass{article}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{183.0pt}
\usepackage{amsmath}
\begin{document}
To show the effect of the matrix on surrounding
lines inside a paragraph, we put it here:
and follow it with enough text to ensure that
there is at least one full line below the matrix.
\end{document}