emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a4a98a1: Add prettified version of \\Bbb{Q}.


From: Tassilo Horn
Subject: [Emacs-diffs] master a4a98a1: Add prettified version of \\Bbb{Q}.
Date: Tue, 06 Oct 2015 19:00:18 +0000

branch: master
commit a4a98a1b2568793ead43e824ecf227768759df12
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Add prettified version of \\Bbb{Q}.
    
    * lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Add
    prettified version for \\Bbb{Q}.
---
 lisp/textmodes/tex-mode.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index cbeded2..ef9c71c 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -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}" . ?ℤ)
     ("--" . ?–)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]