aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-07-01 20:13:42 +0200
committerAdrian Kummerlaender2017-07-01 20:13:42 +0200
commit50459f72e4505aae0d738939816e4988bf9a57a5 (patch)
tree8d85f6e8e3b4411ab2b973a09a6b90fa9e742593 /common
parentd9354deed77364dabd033388cc53a3f40c944fd7 (diff)
downloadmath_reference_sheets-50459f72e4505aae0d738939816e4988bf9a57a5.tar
math_reference_sheets-50459f72e4505aae0d738939816e4988bf9a57a5.tar.gz
math_reference_sheets-50459f72e4505aae0d738939816e4988bf9a57a5.tar.bz2
math_reference_sheets-50459f72e4505aae0d738939816e4988bf9a57a5.tar.lz
math_reference_sheets-50459f72e4505aae0d738939816e4988bf9a57a5.tar.xz
math_reference_sheets-50459f72e4505aae0d738939816e4988bf9a57a5.tar.zst
math_reference_sheets-50459f72e4505aae0d738939816e4988bf9a57a5.zip
Add section on prime numbers
Diffstat (limited to 'common')
-rw-r--r--common/commands.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands.tex b/common/commands.tex
index 0162f8e..0853848 100644
--- a/common/commands.tex
+++ b/common/commands.tex
@@ -3,6 +3,7 @@
\newcommand{\K}{\mathbb{K}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\Z}{\mathbb{Z}}
+\newcommand{\Primes}{\mathbb{P}}
\newcommand{\powerset}[1]{\mathcal{P}(#1)}
\newcommand{\skp}[1]{\langle #1 \rangle}