]> git.eshelyaron.com Git - emacs.git/commitdiff
Add prettified version of \\Bbb{Q}.
authorTassilo Horn <tsdh@gnu.org>
Tue, 6 Oct 2015 18:58:47 +0000 (20:58 +0200)
committerTassilo Horn <tsdh@gnu.org>
Tue, 6 Oct 2015 19:00:02 +0000 (21:00 +0200)
* lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Add
prettified version for \\Bbb{Q}.

lisp/textmodes/tex-mode.el

index cbeded2c61bd485c8ee6a027c212519ec42f7a00..ef9c71c1bb02eaf4bda92f20198cf472106d8896 100644 (file)
@@ -3375,6 +3375,7 @@ There might be text before point."
     ("\\wr" . ?≀)
     ("\\Bbb{N}" . ?ℕ)                        ; AMS commands for blackboard bold
     ("\\Bbb{P}" . ?ℙ)                        ; Also sometimes \mathbb.
+    ("\\Bbb{Q}" . ?ℚ)
     ("\\Bbb{R}" . ?ℝ)
     ("\\Bbb{Z}" . ?ℤ)
     ("--" . ?–)