Search found 1 match

by glp40hs
Sun Sep 12, 2010 12:22 am
Forum: Text Formatting
Topic: newenvironment
Replies: 1
Views: 1453

newenvironment

Hello everybody, I would like to make a new environment that the interior must be a text in red. See the example:

Simple Code:
\newenvironment{test}{Begin the text \\ }{\\End the text!}

\begin{test}
paragraph 1
paragraph 2
paragraph 3
\end{test}

Result:

Begin the text
paragraph 1
paragraph ...