发布时间:2010-01-07 20:04:33
文章类别:数学公式
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100grnf.html

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

LaTeX处理公式非常漂亮,但是遇到行间的矩阵,往往会扩大我们的行间距来满足矩阵的显示空间,这样整体不是很美观,而且也会出现溢出或者段落调整带来的诸多问题。
我们在进行行间矩阵输入的时候,如下便是很好的例子,也是很好的解决方案。
演示效果图:
LaTeX技巧199:行间矩阵的减肥处理方法

演示代码:
\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:
$ \left( \begin{smallmatrix}
1 & 0 \\ 0 & -1
\end{smallmatrix} \right) $
and follow it with enough text to ensure that
there is at least one full line below the matrix.
\end{document}


点赞(1)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部