newenvironment がうまくいきません

Re: newenvironment がうまくいきません

- Higashi Keigo の投稿
返信数: 0
ありがとうございました。全くの勉強不足ですが、ご教授頂いた対処療法で、やりたかったことはできました。

\documentclass{article}
\usepackage{fancyvrb}
\newenvironment{renshu}%
{\Verbatim[frame=single, framesep=2mm, xleftmargin=5mm]}%
{\endVerbatim}%

\begin{document}
\begin{renshu}
\begin{renshu}%
blah blah
\end{renshu}
\end{document}