This commit is contained in:
Zelong Kuang
2026-02-08 23:44:31 +11:00
parent 7a36bc79fc
commit 0fa71217ac
3 changed files with 8 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
(TeX-PDF-mode t)
(TeX-DVI-via-PDFTeX t)
:config
(setq-default TeX-command-default "LaTeXMk")
;; Format math as a Latex string with Calc
(add-hook 'LaTeX-mode-hook #'eglot-ensure)
(defun latex-math-from-calc ()