Created
January 25, 2009 21:16
-
-
Save PhilGeek/52535 to your computer and use it in GitHub Desktop.
Defines a discussion environment. Text within will be set against a blue background.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\definecolor{myblue}{rgb}{0.8,0.8,1} | |
\makeatletter\newenvironment{discussion}{% | |
\noindent\begin{lrbox}{\@tempboxa}\begin{minipage}{\columnwidth}\setlength{\parindent}{1em}}{\end{minipage}\end{lrbox}% | |
\colorbox{myblue}{\usebox{\@tempboxa}} | |
}\makeatother |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment