mirror of
https://github.com/Foltik/dotfiles
synced 2025-03-13 15:48:31 -04:00
Add latex scaling command
This commit is contained in:
parent
bc96b24598
commit
204a386ffb
@ -1538,6 +1538,10 @@ cdlatex adds better TeX-specific template expansions and other niceties.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package cdlatex
|
||||
:hook (LaTeX-mode . cdlatex-mode)
|
||||
:preface
|
||||
(defun jf-larger-latex ()
|
||||
(interactive)
|
||||
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5)))
|
||||
:custom
|
||||
(cdlatex-env-alist jf-cdlatex-envs)
|
||||
(cdlatex-command-alist jf-cdlatex-commands)
|
||||
|
Loading…
Reference in New Issue
Block a user