[plt-scheme] Re: schemeregion in an environment

From: Sam TH (samth at ccs.neu.edu)
Date: Wed Jun 24 11:28:14 EDT 2009

On Wed, Jun 24, 2009 at 10:48 AM, Sam TH<samth at ccs.neu.edu> wrote:
> Is it possible to use schemeregion inside another environment (like
> itemize)?  The slatex manual suggests that it is, but it doesn't seem
> to work for me.  I thought this program would work:

Here's a working solution.  Note additional curly braces.

\begin{itemize}
  \item
    {
      \begin{schemedisplay}
        stuff
      \end{schemedisplay}
    }
\end{itemize}

-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.