Search found 2 matches

by linuxophile
Thu May 10, 2012 1:38 pm
Forum: Text Formatting
Topic: Define Shortcut Macro for 'align' Environment
Replies: 2
Views: 5504

Define Shortcut Macro for 'align' Environment

Hello,

I am trying to switch from eqnarray to align environment; since I use everywhere a macro
\def\bea{\begin{eqnarray}}
\end\eea{\end{eqnarray}}

I thought I would simply re-define them as in the code below

\documentclass[11pt]{article}
\usepackage{amsmath}
\def\bea{\begin{align}}
\def\eea ...