Created
October 10, 2016 15:18
-
-
Save tmbo/65fd6c126f8c0cc84e663ee5e3ccdabb to your computer and use it in GitHub Desktop.
Latex macro for deviation function
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
\usepackage{mathtools} | |
% ... | |
\DeclarePairedDelimiterX{\infdivx}[2]{(}{)}{% | |
#1\;\delimsize\|\;#2% | |
} | |
\newcommand{\infdiv}{D\infdivx} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment