File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,11 @@ Return an AST with newlines counts in each level."
115
115
116
116
(defun +org-extras-inject-latex-fragment (orig-func &rest args)
117
117
" Advice function to inject latex code before and/or after the equation in a latex fragment.
118
- You can use this to set \\ mathversion{bold} for example to make
119
- it bolder. The way it works is by defining
120
- :latex-fragment-pre-body and/or :latex-fragment-post-body in the
121
- variable `org-format-latex-options' . These strings will then be
122
- injected before and after the code for the fragment before it is
123
- made into an image."
118
+ You can use this to set \\ mathversion{bold} for example to make it bolder.
119
+ The way it works is by defining :latex-fragment-pre-body and/or
120
+ :latex-fragment-post-body in the variable `org-format-latex-options' . These
121
+ strings will then be injected before and after the code for the fragment before
122
+ it is made into an image."
124
123
(setf (car args)
125
124
(concat
126
125
(or (plist-get org-format-latex-options :latex-fragment-pre-body ) " " )
You can’t perform that action at this time.
0 commit comments