emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ddb8069: Add prettify symbol for \times


From: Tassilo Horn
Subject: [Emacs-diffs] master ddb8069: Add prettify symbol for \times
Date: Thu, 05 Nov 2015 20:13:48 +0000

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

    Add prettify symbol for \times
    
    * lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Add
    prettification support for \times.
---
 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 0b13759..c9d347d 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -3291,6 +3291,7 @@ There might be text before point."
     ("\\rightthreetimes" . ?⋌)
     ("\\risingdotseq" . ?≓)
     ("\\rtimes" . ?⋊)
+    ("\\times" . ?×)
     ("\\sbs" . ?﹨)
     ("\\searrow" . ?↘)
     ("\\setminus" . ?∖)



reply via email to

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