[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] [AUCTeX] GNU AUCTeX 11.89.4 released to ELPA
From: |
Uwe Brauer |
Subject: |
Re: [AUCTeX-devel] [AUCTeX] GNU AUCTeX 11.89.4 released to ELPA |
Date: |
Sun, 22 May 2016 20:40:30 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> On 2016-05-22, at 18:51, Uwe Brauer <address@hidden> wrote:
> No, you're not the only one! Even if prettifying has some rough edges.
> BTW, here is a snippet from my init.el which removes one of these rough
> edges:
> (add-to-list 'tex--prettify-symbols-alist '("\\mathbb{R}" . 8477) t)
> (add-to-list 'tex--prettify-symbols-alist '("\\mathbb{N}" . 8469) t)
> (add-to-list 'tex--prettify-symbols-alist '("\\mathbb{P}" . 8473) t)
> (add-to-list 'tex--prettify-symbols-alist '("\\mathbb{Q}" . 8474) t)
> (add-to-list 'tex--prettify-symbols-alist '("\\mathbb{Z}" . 8484) t)
Oh I already added quite a bit of symbols to that list, but never really
committed it as a patch. I am quite busy now, but in 2 weeks I might
have the time for that.
Uwe