Search found 1 match

by talas
Wed Jun 24, 2009 3:30 pm
Forum: General
Topic: own environment inside environment: forgotten \endgroup.
Replies: 1
Views: 2802

own environment inside environment: forgotten \endgroup.

Hi,

I try to create my own envrionement in LaTeX2e, where it want to have a envrionment inside environemnt (see the example).

\documentclass{article}

\title{title}
\author{author}
\date{}

\newenvironment{Inside}[2]{%
#1 & #2 &%
}{%
\\%
}

\newenvironment{Outside}{
\begin{tabular}[t]{lll ...