发布时间:2009-11-18 13:51:33
文章类别:宏包使用
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100g34g.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
ragged2e 提供了一些新的命令和环境来协助 LaTeX 断词,从而尽可能地使排版得到的输出比较整齐。
示例代码:
\documentclass{article}\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{159.0pt}
\usepackage{ragged2e}
\begin{document}
The right column shows the input text to be treated by
\LaTeX{} with preamble material shown in blue. In the
left column one sees the result after typesetting.
China is a big
Country.
\end{document}
效果图:
发表评论 取消回复