On 2017-03-28, Joel Kulesza wrote: > Is there a recommended method to insert a glyph for a blackboard (or > blackboard-bold) 1?
> I've tried \mathbb in math-mode, but then when I insert "1", I instead get > a [image: \mathbb{1}]. It is a known limitation of most LaTeX mathbb fonts to only support uppercase Latin letters. Exceptions include STIX fonts, some Unicode math fonts and the packages fourier, fouriernc, and mathbbol. The "symbols.pdf" document may also help try texdoc symbols on the command line if you have TeXLive. Günter