Skip to content

Instantly share code, notes, and snippets.

@PhilGeek
Created January 25, 2009 21:16
Show Gist options
  • Save PhilGeek/52535 to your computer and use it in GitHub Desktop.
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.
\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