emacs-orgmode
[Top][All Lists]
Advanced

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

Re: An org-latex face


From: Léo Ackermann
Subject: Re: An org-latex face
Date: Mon, 7 Jun 2021 14:05:12 +0200

Hi both!
Thanks a lot for your answers, it looks pretty now :)

Best,
Leo

Le mar. 1 juin 2021 à 10:43, Timothy <tecosaur@gmail.com> a écrit :

Hi Léo,

For what it’s worth, I currently make do with:

(setq org-highlight-latex-and-related '(native script entities))
(add-to-list 'org-src-block-faces '("latex" (:inherit default :extend t)))

All the best,
Timothy

From: Léo Ackermann
Subject: An org-latex face
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Date: Tue, 01 Jun 2021 14:04:47 +0800

Hi,

When it comes to preview inline LaTeX fragments within org-mode, the org package applies the `org-block` face. It would be nice to *treat inline latex block specially*, to make integration of the those preview-block easier when surrounded by plaintext. This feature would allow to have a theme that highlight blocks (source code, examples) without the background artifact you can see in attachment when previewing latex fragments.
It seems that a way to adress this is to add another `org-latex` face, as we already have with `org-quote`. One could also change the `org-src-font-lock-fontify-block` function to include a subroutine for inline latex blocks. Nevertheless, the later seems to be harder to customize...
What do you think of this ?

Thank you for your job on this amazing program! 
Have a nice day!

Best,
Leo

reply via email to

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