Eis 6 possíveis soluções para a escrita dos símbolos dos conjuntos da sequência numérica habitual, isto é, os naturais, os inteiros, os fracionários, os reais, e os complexos (os quaterniões e os octeniões não são muito usuais).
Os comandos:
\usepackage{amssymb}
$\mathbb{N, Z, Q, R, C}$
produzem
.
Os comandos:
\usepackage{bbold}
$\mathbb{N, Z, Q, R, C}$
produzem
.
Os comandos:
\usepackage{bbm}
$\mathbbm{N, Z, Q, R, C}$
produzem
.
Os comandos:
\usepackage{dsfont}
$\mathds{N, Z, Q, R, C}$
produzem
.
Os comandos:
\def\bkCrm{{\rm \kern.24em
\vrule width.05em height1.4ex depth-.05ex
\kern-.26em C}}
\def\bkNrm{{\rm I\kern-0.07em \mbox{\vrule height0.7em
width0.07em depth0em}\kern-.18em N}}
\def\bkQrm{{\rm \kern.24em
\vrule width.05em height1.4ex depth-.05ex
\kern-.26em Q}}
\def\bkRrm{{\rm I\kern-.17em R}}
\def\bkZrm{{\rm Z\kern-.32em Z}}
$\bkNrm, \bkZrm, \bkQrm, \bkRrm, \bkCrm$
produzem
.
Os comandos:
\def\bkCsf{{\sf \kern.24em
\vrule width.05em height1.4ex depth-.05ex
\kern-.3em C}}
\def\bkNsf{{\sf \mbox{\vrule height0.7em width0.06em
depth0em}\kern-.04em N}}
\def\bkQsf{{\sf \kern.24em
\vrule width.05em height1.4ex depth-.05ex
\kern-.3em Q}}
\def\bkRsf{{\sf \mbox{\vrule height0.705em width0.06em
depth0em}\kern-.04em R}}
\def\bkZsf{{\sf Z\kern-.4em Z}}
$\bkNsf, \bkZsf, \bkQsf, \bkRsf, \bkCsf$
produzem
.