Fix size of LaTeX fragments in Org buffers
This commit is contained in:
parent
5216ca180c
commit
48b92ee85d
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -738,7 +738,7 @@
|
|||
|
||||
(setq org-src-preserve-indentation nil
|
||||
org-edit-src-content-indentation 0)
|
||||
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5))
|
||||
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1))
|
||||
|
||||
(require 'ox-latex)
|
||||
(add-to-list 'org-latex-classes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue