Make LaTeX-fold \star bigger

This commit is contained in:
tecosaur 2020-04-10 02:28:04 +08:00
parent 78e5354e8f
commit dc4c5a2153
1 changed files with 3 additions and 1 deletions

View File

@ -1877,12 +1877,14 @@ Once again, /all hail mixed pitch mode!/
Let's enhance ~TeX-fold-math~ a bit
#+BEGIN_SRC emacs-lisp
(after! latex
(setcar (assoc "⋆" LaTeX-fold-math-spec-list) "★")) ;; make \star bigger
(setq TeX-fold-math-spec-list
`(;; missing/better symbols
("≤" ("le"))
("≥" ("ge"))
("≠" ("ne"))
("★" ("star"))
;; conviniance shorts
("" ("left"))
("" ("right"))