From 56871fb665ff13b36285e1dbc9a910d6b5e3f474 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Fri, 2 Feb 2018 16:34:54 +0100 Subject: [PATCH] natural numbers --- macros.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/macros.tex b/macros.tex index 0cb4c84..8fd341d 100644 --- a/macros.tex +++ b/macros.tex @@ -34,6 +34,7 @@ %% Usual sets \newcommand{\RR}{\xspace\ensuremath{\mathbb{R}}\xspace} \newcommand{\ZZ}{\xspace\ensuremath{\mathbb{Z}}\xspace} +\newcommand{\NN}{\xspace\ensuremath{\mathbb{N}}\xspace} \newcommand{\CC}{\xspace\ensuremath{\mathbb{C}}\xspace} \newcommand{\QQ}{\xspace\ensuremath{\mathbb{Q}}\xspace} \newcommand{\Zq}{\xspace\ensuremath{\mathbb{Z}_q}\xspace}