I previously asked about tricks for reducing typing when writing beamer presentations. I thought it might be useful to write a few macros for common commands. E.g., something like this:
\newcommand{\bi}{\begin{itemize}}
\newcommand{\ei}{\end{itemize}}
\newcommand{\be}{\begin{enumerate}}
\newcommand{\ee}{\end{enumerate}}
\newcommand{\bb}{\begin{block}}
\newcommand{\eb}{\end{block}}
I'm always a little wary about defining macros in case it introduces issues.
In particular, I encountered problems when trying to write a macro for \begin{frame}.
Has anyone already done this and worked out a good set of macros?
I'd also be interested in whether experienced users think macro redefinition in this case is worth the bother.
\beginand\endcommands. – Seamus Oct 14 '10 at 10:14