diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-08-20 17:30:17 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-08-20 17:44:25 +0100 |
commit | 37edfe179334215ef86117bd1a885ae08da134da (patch) | |
tree | 691b53ee7e4618ce513964472734d6137a574920 /Emacs/.config/emacs/config.org | |
parent | 6f043e421359d0491189d1daaeb07e0d06e72939 (diff) | |
download | dotfiles-37edfe179334215ef86117bd1a885ae08da134da.tar.gz dotfiles-37edfe179334215ef86117bd1a885ae08da134da.tar.bz2 dotfiles-37edfe179334215ef86117bd1a885ae08da134da.zip |
(Emacs)-calctex
Removed calctex: super buggy, have to set a specific version to use
and honestly not even that useful for all the bloat it's carrying.
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index adea897..e7a6a3c 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2061,7 +2061,10 @@ without invoking calc directly: $1 + 2\rightarrow_{\text{calc-embed}} 3$. (with-eval-after-load "evil-collection" (evil-collection-calc-setup))) #+end_src -*** Calctex +*** WIP Calctex +:PROPERTIES: +:header-args:emacs-lisp: :tangle no +:END: ~calc-mode~ also has a 3rd party package called ~calctex~. It renders mathematical expressions within calc as if they were rendered in TeX. You can also copy the expressions in their TeX forms, which is pretty |