This is a very short question : how do I produce the blackboard bold letters in the second column (the one that reads "Text") of this document? It seems to me that the package eulervm uses the same blackboard bold as the standard math font in Latex, and I would like to replace the standard blackboard bold with that of the linked document.
\documentclass[11pt]{scrartcl}
\usepackage{amsmath, amsfonts, amssymb, amsthm}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\renewcommand{\rmdefault}{pplx}
\usepackage{eulervm}
\usepackage{dsfont}
\begin{document}
I want the blackboard bold letters from the \textit{second} column.
$\mathbb{ABCDEFG}\mathds{ABCDEFG}$
\end{document}



\usepackage{dsfont}then use the latex commands shown in the table – David Carlisle Sep 15 '14 at 22:40dsfontpackage (by adding\usepackage{dsfont}in the preamble), the blackboard bold letters I get in the document correspond to that of the third column. I don't know how to get those of the second column. – Olivier Bégassat Sep 15 '14 at 22:45\usepackage[sans]{dsfont}(which are not those in the left column, those of the first column resemble the\mathbbfromfourierpackage). – Manuel Sep 15 '14 at 22:52\mathds{ABC}according to the documentation? Thesansoption causes\mathdsto use a different alphabet. – cfr Sep 15 '14 at 22:57\mathbbfromxits-math– David Carlisle Sep 15 '14 at 22:59eulervmfor the rest? – Olivier Bégassat Sep 15 '14 at 23:01eulervm... – Olivier Bégassat Sep 15 '14 at 23:14eulervm? – cfr Sep 15 '14 at 23:16