I mean the list symbol in case it does not show up well in the title.
It is not \bl
like the book says.
I mean the list symbol in case it does not show up well in the title.
It is not \bl
like the book says.
The book provides the code to make typing easier in the "Some Extra Emacs Definitions" addendum:
(eval-after-load "quail/latin-ltx"
'(mapc (lambda (pair)
(quail-defrule (car pair) (cadr pair) "TeX"))
'( ("\\bb" "𝔹") ("\\bl" "𝕃") ("\\bs" "𝕊") ("\\bt" "𝕋") ("\\bv" "𝕍") ("\\cv" "⋎") ("\\comp" "○") ("\\m" "↦") ("\\om" "ω"))))
You just need to copy it from here and paste it into your .emacs file.
It's not part of the emacs mode yet but I have submitted a Pull Request to add the missing blackboard bold letters.