I want to have a \mathbb{1} without affecting the usual appearance of \mathbb{R}.
I have tried the solutions given in https://tex.stackexchange.com/a/3493/8323 but the only that works is the \usepackage{mathbbol} (I suspect a package clash somewhere). But it affects all the other "blackboarded" characters.
Is it possible?
More precisions:
When I say "it affects all the other "blackboarded" characters", I mean the font of the "blackboard" changes. But the thing is I don't want to change all the "blackboarded" character; I only want to add one.
With other packages, it does not work: when I do
\mathds{1}or\mathbbm{1}or, etc. the1is not doubled.
Apart from \usepackage{mathbbol}, the other packages I've tried are
\usepackage{dsfont}
\usepackage{bbm}
\usepackage{bbold}
\usepackage{mbboard}

