Skip to content

Instantly share code, notes, and snippets.

@vermiculus
Created March 24, 2014 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vermiculus/9741278 to your computer and use it in GitHub Desktop.
Save vermiculus/9741278 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{mathtools}
\DeclareMathOperator{\Barr}{Bar}
\newcommand\Fooo{\mathrm{Foo}}
\newcommand\Bazz{\mathrm{Baz}}
\newcommand\Fobb{\mathrm{Fob}}
\begin{document}
\begin{align*}
\Fooo & = \Barr(x,y) \\ \shortintertext{where}
x & = \Bazz \\
y & = \Fobb
\end{align*}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment