Add command for absolute value
This commit is contained in:
parent
540d49d160
commit
7c9b1bf863
@ -1 +1,4 @@
|
||||
\newcommand{\eg}{\textit{e}.\textit{g}.}
|
||||
|
||||
% absolute value
|
||||
\DeclarePairedDelimiter\abs{\lvert}{\rvert}%
|
||||
|
@ -26,6 +26,7 @@ headsepline,
|
||||
\usepackage[english]{babel}
|
||||
% math stuff
|
||||
\usepackage{amsmath}
|
||||
\usepackage{mathtools}
|
||||
|
||||
% UTF-8 encoding
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
Loading…
Reference in New Issue
Block a user