发布时间:2011-01-10 20:13:08
文章类别:小技巧
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100oa4g.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
问题:设置环境/段落的背景色,环境/段落超页时能分页,一些LaTeX相关教程大多使用的是colorbox来实现例子演示。
参阅:http://www.latex-community.org/forum/viewtopic.php?f=5&t=1441
\documentclass{article}
\usepackage{framed}
\usepackage{lipsum}
\usepackage{color}
%\usepackage[dvipsnames]{color}
%\definecolor{shadecolor}{named}{Gray}
\definecolor{shadecolor}{rgb}{0.92,0.92,0.92}
\begin{document}
\lipsum[1]
\begin{shaded}
\begin{equation}
\end{equation}
\lipsum[1]
\end{shaded}
\end{document}
效果图:
发表评论 取消回复