summaryrefslogtreecommitdiff
path: root/lisp/textmodes/tex-mode.el
diff options
context:
space:
mode:
authorUwe Brauer <oub@mat.ucm.es>2021-09-17 16:32:48 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-09-17 16:32:48 +0200
commit894ea5f66f89a3a2301a8461194a700ade748efc (patch)
treeaec84445c1e7ceeef104e6e8cc5b42b9190d2077 /lisp/textmodes/tex-mode.el
parent928c1626732256a234014ed1b9d44853a85bc7f1 (diff)
downloademacs-894ea5f66f89a3a2301a8461194a700ade748efc.tar.gz
Add more symbols to tex--prettify-symbols-alist
* lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Add mathbb, caligraphic letters, fractur, varkappa and \|. (bug#50639).
Diffstat (limited to 'lisp/textmodes/tex-mode.el')
-rw-r--r--lisp/textmodes/tex-mode.el91
1 files changed, 91 insertions, 0 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 697c0de5984..0c7ab049d70 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -3469,7 +3469,98 @@ There might be text before point."
("\\Bbb{P}" . ?ℙ) ; Also sometimes \mathbb.
("\\Bbb{Q}" . ?ℚ)
("\\Bbb{R}" . ?ℝ)
+ ("\\Bbb{T}" . ?ℝ)
+ ("\\Bbb{T}" . #x1D54B)
("\\Bbb{Z}" . ?ℤ)
+ ("\\mathbb{N}" . ?ℕ) ; AMS commands for blackboard bold
+ ("\\mathbb{P}" . ?ℙ) ; Also sometimes \mathbb.
+ ("\\mathbb{Q}" . ?ℚ)
+ ("\\mathbb{R}" . ?ℝ)
+ ("\\mathbb{T}" . #x1D54B)
+ ("\\mathbb{Z}" . ?ℤ)
+ ("\\pm" . ?\u00B1)
+ ("\\|" . ?\u2016)
+ ("\\varkappa" . ?\u03F0)
+ ;; caligraphic
+ ("\\mathcal{A}" . #x1D49C)
+ ("\\mathcal{B}" . #x0212C)
+ ("\\mathcal{C}" . #x1D49E)
+ ("\\mathcal{D}" . #x1D49F)
+ ("\\mathcal{E}" . #x02130)
+ ("\\mathcal{F}" . #x02131)
+ ("\\mathcal{G}" . #x1D4A2)
+ ("\\mathcal{H}" . #x0210B)
+ ("\\mathcal{I}" . #x02110)
+ ("\\mathcal{J}" . #x1D4A5)
+ ("\\mathcal{K}" . #x1D4A6)
+ ("\\mathcal{L}" . #x02112)
+ ("\\mathcal{M}" . #x02133)
+ ("\\mathcal{N}" . #x1D4A9)
+ ("\\mathcal{O}" . #x1D4AA)
+ ("\\mathcal{P}" . #x1D4AB)
+ ("\\mathcal{Q}" . #x1D4AC)
+ ("\\mathcal{R}" . #x0211B)
+ ("\\mathcal{S}" . #x1D4AE)
+ ("\\mathcal{T}" . #x1D4AF)
+ ("\\mathcal{U}" . #x1D4B0)
+ ("\\mathcal{V}" . #x1D4B1)
+ ("\\mathcal{W}" . #x1D4B2)
+ ("\\mathcal{X}" . #x1D4B3)
+ ("\\mathcal{Y}" . #x1D4B4)
+ ("\\mathcal{Z}" . #x1D4B5)
+ ;; fractur
+ ("\\mathfrak{A}" . #x1D504)
+ ("\\mathfrak{B}" . #x1D505)
+ ("\\mathfrak{C}" . #x0212D)
+ ("\\mathfrak{D}" . #x1D507)
+ ("\\mathfrak{E}" . #x1D508)
+ ("\\mathfrak{F}" . #x1D509)
+ ("\\mathfrak{G}" . #x1D50A)
+ ("\\mathfrak{H}" . #x0210C)
+ ("\\mathfrak{I}" . #x02111)
+ ("\\mathfrak{J}" . #x1D50D)
+ ("\\mathfrak{K}" . #x1D50E)
+ ("\\mathfrak{L}" . #x1D50F)
+ ("\\mathfrak{M}" . #x1D510)
+ ("\\mathfrak{N}" . #x1D511)
+ ("\\mathfrak{O}" . #x1D512)
+ ("\\mathfrak{P}" . #x1D513)
+ ("\\mathfrak{Q}" . #x1D514)
+ ("\\mathfrak{R}" . #x0211C)
+ ("\\mathfrak{S}" . #x1D516)
+ ("\\mathfrak{T}" . #x1D517)
+ ("\\mathfrak{U}" . #x1D518)
+ ("\\mathfrak{V}" . #x1D519)
+ ("\\mathfrak{W}" . #x1D51A)
+ ("\\mathfrak{X}" . #x1D51B)
+ ("\\mathfrak{Y}" . #x1D51C)
+ ("\\mathfrak{Z}" . #x02128)
+ ("\\mathfrak{a}" . #x1D51E)
+ ("\\mathfrak{b}" . #x1D51F)
+ ("\\mathfrak{c}" . #x1D520)
+ ("\\mathfrak{d}" . #x1D521)
+ ("\\mathfrak{e}" . #x1D522)
+ ("\\mathfrak{f}" . #x1D523)
+ ("\\mathfrak{g}" . #x1D524)
+ ("\\mathfrak{h}" . #x1D525)
+ ("\\mathfrak{i}" . #x1D526)
+ ("\\mathfrak{j}" . #x1D527)
+ ("\\mathfrak{k}" . #x1D528)
+ ("\\mathfrak{l}" . #x1D529)
+ ("\\mathfrak{m}" . #x1D52A)
+ ("\\mathfrak{n}" . #x1D52B)
+ ("\\mathfrak{o}" . #x1D52C)
+ ("\\mathfrak{p}" . #x1D52D)
+ ("\\mathfrak{q}" . #x1D52E)
+ ("\\mathfrak{r}" . #x1D52F)
+ ("\\mathfrak{s}" . #x1D530)
+ ("\\mathfrak{t}" . #x1D531)
+ ("\\mathfrak{u}" . #x1D532)
+ ("\\mathfrak{v}" . #x1D533)
+ ("\\mathfrak{w}" . #x1D534)
+ ("\\mathfrak{x}" . #x1D535)
+ ("\\mathfrak{y}" . #x1D536)
+ ("\\mathfrak{z}" . #x1D537)
("--" . ?–)
("---" . ?—)
("\\ordfeminine" . ?ª)