Search found 2 matches

by alukyane
Thu Oct 30, 2008 9:30 pm
Forum: Document Classes
Topic: Redefining \[ to \begin{align*}
Replies: 4
Views: 6326

Re: Redefining \[ to \begin{align*}

Thanks Stefan, that works great!
-Anton
by alukyane
Thu Oct 30, 2008 8:48 pm
Forum: Document Classes
Topic: Redefining \[ to \begin{align*}
Replies: 4
Views: 6326

Redefining \[ to \begin{align*}

Hello world,

This may not be proper style, but I would find it very convenient to

\renewcommand{\[}{\begin{align*}}
\renewcommand{\]}{\end{align*}}

While this works,

\[5\]

produces the error "Paragraph ended before \align* was complete".

Does anyone have any ideas for making this work? I'm ...