From 8c82f07f17be5ec6075b4e4ceb8d956d36218c30 Mon Sep 17 00:00:00 2001 From: BardofSprites Date: Tue, 21 Apr 2026 16:59:15 -0400 Subject: update mathmode to xenops and new cdlatex symbols --- bard-elisp/bard-writing.el | 10 ++++++++-- config.org | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/bard-elisp/bard-writing.el b/bard-elisp/bard-writing.el index cf66650..12c37de 100644 --- a/bard-elisp/bard-writing.el +++ b/bard-elisp/bard-writing.el @@ -114,14 +114,20 @@ "Add functions into list." (add-multiple-into-list 'cdlatex-math-symbol-alist-comb - '((?V "\\vec")))) + '((?V "\\vec") + (?= "\\implies" "\\Leftrightarrow" "\\Longleftrightarrow")))) + +(use-package xenops + :ensure t + :config + (setq xenops-math-image-scale-factor 1.2)) (define-minor-mode bard/org-math-mode "Enable features to write math in `org-mode'." :init-value nil :lighter " S=" :global nil - (org-fragtog-mode t) + (xenops-mode t) (org-cdlatex-mode t) (electric-pair-local-mode t) (bard/cdlatex-add-math-symbols) diff --git a/config.org b/config.org index 919746e..3985b60 100644 --- a/config.org +++ b/config.org @@ -4404,14 +4404,20 @@ I want to have a custom format for my daily journal file to start what I want to "Add functions into list." (add-multiple-into-list 'cdlatex-math-symbol-alist-comb - '((?V "\\vec")))) + '((?V "\\vec") + (?= "\\implies" "\\Leftrightarrow" "\\Longleftrightarrow")))) + + (use-package xenops + :ensure t + :config + (setq xenops-math-image-scale-factor 1.2)) (define-minor-mode bard/org-math-mode "Enable features to write math in `org-mode'." :init-value nil :lighter " S=" :global nil - (org-fragtog-mode t) + (xenops-mode t) (org-cdlatex-mode t) (electric-pair-local-mode t) (bard/cdlatex-add-math-symbols) -- cgit v1.2.3