Last active
January 23, 2018 02:24
-
-
Save Liam0205/d99c6ce515fe2d75a97d48dcb5e7dc0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{amsmath} | |
\newcommand{\arbbv}[3][0]{\ensuremath{#2_{#1}, #2_{#1}, \ldots, #2_{#3}}} | |
\begin{document} | |
\[ | |
\arbbv{a}{n}. | |
\] | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment