Hi,
I was writing equations using latex fragments in org table. When exported to
html, some equations in the table cells were automatically wrapped.
The following is a minimal example,
| a | b | c |
| \\( a-1 \\) | \\( b-1 \\) | \\( c-1 \\) |
Thanks for the clarification!
Jiang
On Sep 9 2016, at 8:41 pm, Nick Dokos wrote:
> s j writes:
>
> > I am using the org-plus-contrib package in org ELPA.
>
> The export block
>
> #+begin_export latex
> ...
> #+end_export
>
> doe
Hi,
When one writes latex displayed equations in an org file, is it possible to
achieve the following two points at the same time?
1. In the org buffer, the latex codes have syntax highlighting according to
auctex (auctex installed).
2. The equation can be exported as a displayed equ
I am using the org-plus-contrib package in org ELPA.
The export block
#+begin_export latex
...
#+end_export
does not work properly.
It produces
\begin{export}
...
\end{export}
in the .tex file and causes error.
Instead, I still need to use
#+begin_latex
...
It was solved. I just report it here in case it is useful to others.
It turned out to be a problem with the language environment.
Previously, the language environment was detected to be Chinese although my
system-default language is English. The preferred charset for Greek letters
was then se