记得,我刚开始用beamer的时候,就想着里面的的box怎么用到其他地方,一直很糊涂,后来发现了这个包,很酷,大家可以看看其说明文档学习下使用。 效果图如下 代码演示 选自:http://tex.stackexchange.com/questions/47680/use-beamercolorbox-in-book\documentclass{article}
\usepackage{tcolorbox}
\begin{document}
\begin{tcolorbox}[colback=blue!5,colframe=blue!75!black,title=My title]
My box with my title.
\end{tcolorbox}
\begin{tcolorbox}[colback=yellow!5,colframe=yellow!75!black,title=My title]
I can do this also with a title.
\tcblower
Lower part of my box.
\end{tcolorbox}
\begin{tcolorbox}[colback=yellow!10,colframe=red!75!black,title=Here I am]
something
\end{tcolorbox}
\end{document}
发表评论 取消回复