LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Proportional Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
David Carlisle <[log in to unmask]>
Reply To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Wed, 15 Oct 1997 22:03:25 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (33 lines)
Barbara,

> here's what it says in the file technote.tex that's distributed with the
> ams-latex collection.
> ...
> Users have proposed two workarounds (September 1996):
> ....

Both of those workarounds always looked odd to me, as as far as I can
see the code goes to some lengths to make the following construction
work, but then doesn't tell anyone about it. The same thing works for
essentially the same reasons in the verbatim and tabularx package
environments, those package document this though.

David


\documentclass[]{article}

\usepackage[]{amsmath}

\newenvironment{fancyequation}
               {\hrule \equation}
               {\endequation\hrule}

\begin{document}

  \begin{fancyequation}
 a = b
  \end{fancyequation}

\end{document}

ATOM RSS1 RSS2