[texhax] style latex

Heiko Oberdiek heiko.oberdiek at googlemail.com
Wed Mar 21 11:51:16 CET 2012


On Wed, Mar 21, 2012 at 10:39:50AM +0000, Mohamed HOUSSNI wrote:

> Can someone help me ? I'm looking for a way to program a latex
> environment with several paragraphs, but after compilation it
> generates a single paragraph. Is this possible? or is there a
> package that does this?

I don't understand the purpose and perhaps I have misunderstood
the question.

\documentclass{article}

\newenvironment{nopar}{\let\par\relax}{}

\begin{document}
Outside nopar.

\begin{nopar}
First paragraph.

Second paragraph.

Third paragraph.
\end{nopar}

Outside nopar.
\end{document}

Yours sincerely
  Heiko Oberdiek


More information about the texhax mailing list