加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

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

(2010-01-07 20:04:33)
标签:

latex

行间矩阵

输入方法

分类: 数学公式

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}

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有