发布时间: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}
\int_a^b f(x) dx
\end{equation}
\lipsum[1]
\end{shaded}
\end{document}

效果图:

LaTeX技巧475:设置文本背景色的简单方法


点赞(1)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部