[plt-scheme] schemeregion in an environment
You really want to use schemeregion around entire files.
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