Search found 1 match

by ampinto
Wed Jul 18, 2012 7:28 pm
Forum: Document Classes
Topic: Redefining \[ to \begin{align*}
Replies: 4
Views: 6326

Redefining \[ to \begin{align*}

I agree, it's bad style.

On the other hand, the previous solution gave me an idea:

Code: Select all

\def\bal#1\eal{\begin{align*}#1\end{align*}}
This works like a charm, and finally allows me to write \bal \eal instead of \begin{align} \end{align}.