LaTeX: change unimportant face to non-monospace

This is arguably slightly worse for text, but makes alignment of inline
maths in Org tables /actually work/, which is worth it in my mind.
This commit is contained in:
TEC 2021-03-20 03:24:31 +08:00
parent a396388e53
commit 719152bb1a
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 2 deletions

View File

@ -8282,8 +8282,7 @@ Maths deliminators can be de-emphasised a bit
#+begin_src emacs-lisp
;; Making \( \) less visible
(defface unimportant-latex-face
'((t
:inherit font-lock-comment-face :family "Overpass" :weight light))
'((t :inherit font-lock-comment-face :weight extra-light))
"Face used to make \\(\\), \\[\\] less visible."
:group 'LaTeX-math)