emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/julia-mode 747176f 177/352: fix latex symbol \bot


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 747176f 177/352: fix latex symbol \bot
Date: Sun, 29 Aug 2021 11:22:40 -0400 (EDT)

branch: elpa/julia-mode
commit 747176f42ce1d55e8c0ee16a0d9c55cbd939cd5b
Author: Jeff Bezanson <jeff.bezanson@gmail.com>
Commit: Yichao Yu <yyc1992@gmail.com>

    fix latex symbol \bot
---
 julia-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/julia-mode.el b/julia-mode.el
index d67b028..f32637b 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -1107,6 +1107,7 @@ Do not move back beyond MIN."
 (puthash "\\vdash" "⊢" julia-latexsubs)
 (puthash "\\dashv" "⊣" julia-latexsubs)
 (puthash "\\top" "⊤" julia-latexsubs)
+(puthash "\\bot" "⊥" julia-latexsubs)
 (puthash "\\models" "⊧" julia-latexsubs)
 (puthash "\\vDash" "⊨" julia-latexsubs)
 (puthash "\\Vdash" "⊩" julia-latexsubs)



reply via email to

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