How to write the set of complex numbers in Latex !

Set of complex numbers

In old books, classic mathematical number sets are marked in bold as follows

$\mathbf{C}$ is the set of complex numbers.

So we use the \ mathbf command. Which give:

$\mathbf{C}$ is the set of complex numbers.

You will have noticed that in recent books, we use a font that is based on double bars, this notation is actually derived from the writing of classic sets on the blackboard: indeed, on the blackboard we do not fill these sets, or it would take a ton of chalk !!! In Latex, we use the amsfonts package In the preamble we have:

\usepackage{amsfonts}

and \mathbb command

$\mathbb{C}$ is the set of complex numbers.

$\mathbb{C}$ is the set of complex numbers.

How to write Latex real and imaginary part symbol

Latex real part symbol Latex imaginary part symbol