From 9893672a537e4309dd9345e0372900bf20378a6b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 9 Aug 2020 15:40:30 +0100 Subject: +org fragtog description --- Emacs/.config/emacs/config.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 508703d..e3645cb 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -692,6 +692,14 @@ Also setup a lot of variables, particularly for latex exports. :hook (org-mode . evil-org-mode)) #+END_SRC ** Org fragtog +Toggle latex fragments in org mode so you get fancy maths symbols. I +use latex a bit in org mode as it is the premier way of getting +mathematical symbols and text rendered and compiled, but org mode > +latex. + +As Org mode has the ability to accept arbitrary inputs of Latex +(through escaped (square) brackets), allowing me to observe how they +look is nice to have. #+BEGIN_SRC emacs-lisp (use-package org-fragtog :hook (org-mode . org-fragtog-mode)) -- cgit v1.2.3-13-gbd6f