Recent content by joftius

  1. J

    LaTeX LaTeX won't let me create a macro to \begin{split}

    So I'm trying to do this: \newcommand{\bq}{\begin{equation*}} \newcommand{\eq}{\end{equation*}} \newcommand{\bsp}{\begin{split}} \newcommand{\esp}{\end{split}} \bq \bsp 1 & = 1 \\ 2 & = 1 + 1 \esp \eq but then LaTeX gives me this error Runaway argument? 1 & = 1 \\ 2 & = 1...
Back
Top