Fix missing word in math formatting section
This commit is contained in:
parent
6e49bb7c67
commit
35817ab9ba
10
doc/org.texi
10
doc/org.texi
|
@ -9656,11 +9656,11 @@ insert something like the following into the buffer:
|
||||||
@code{org-export-html-mathjax-options} for the meaning of the parameters in
|
@code{org-export-html-mathjax-options} for the meaning of the parameters in
|
||||||
this line.
|
this line.
|
||||||
|
|
||||||
If you prefer, you can also request that La@TeX{} are processed into small
|
If you prefer, you can also request that La@TeX{} fragments are processed
|
||||||
images that will be inserted into the browser page. Before the availability
|
into small images that will be inserted into the browser page. Before the
|
||||||
of MathJax, this was the default method for Org files. This method requires
|
availability of MathJax, this was the default method for Org files. This
|
||||||
that the @file{dvipng} program is available on your system. You can still
|
method requires that the @file{dvipng} program is available on your system.
|
||||||
get this processing with
|
You can still get this processing with
|
||||||
|
|
||||||
@example
|
@example
|
||||||
#+OPTIONS: LaTeX:dvipng
|
#+OPTIONS: LaTeX:dvipng
|
||||||
|
|
Loading…
Reference in New Issue