mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Increase latex preview size on omen again
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
9a87e44944
commit
7a425e82e9
|
@ -108,7 +108,7 @@ Adjust size of LaTeX previews.
|
|||
#+BEGIN_SRC emacs-lisp :results none
|
||||
(pcase (system-name)
|
||||
("heater" (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.75)))
|
||||
("omen" (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.0))))
|
||||
("omen" (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5))))
|
||||
#+END_SRC
|
||||
|
||||
To support non-breakable whitespace, create a new ~org-entity~.
|
||||
|
|
Loading…
Reference in a new issue