[plt-scheme] schemeregion in an environment

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

On Wed, Jun 24, 2009 at 11:11 AM, Matthias
Felleisen<matthias at ccs.neu.edu> wrote:
>
> You really want to use schemeregion around entire files.

This doesn't fix the problem at all - the schemeregion isn't relevant here.

However, this does work:

\begin{itemize}
 \item
  {


> On Jun 24, 2009, at 10:48 AM, Sam TH 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:
>>
>> \documentclass{article}
>> \usepackage{slatex}
>> \begin{document}
>>
>> \begin{schemeregion}
>>  \begin{itemize}
>>    \item
>>      \begin{schemeprogram}
>>        stuff
>>      \end{schemeprogram}
>>  \end{itemize}
>> \end{schemeregion}
>>
>> \end{document}
>>
>> but it gives an error about a missing \item.
>> --
>> sam th
>> samth at ccs.neu.edu
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>



-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.