On Aug 11, 2009, at 4:50 PM, waterloo wrote:
The manual says math environment need not be in \[ \].
No, this is not what the manual says.
\[
\begin{matrix}
1&d\\
d&d\\
\end{matrix}
\]
When I put mouse point on `begin' , I can get preview image through
C-c C-x C-l.
Yes
When I put mouse
Carsten Dominik wrote:
> > but
> > I do see a problem. Here is the org file:
> >
> > ,
> > | #+LaTeX_HEADER: \usepackage{amsmath}
>
> This is actually not necessary, I was mistaken here.
>
It may not be necessary for preview, but it seems to be necessary for
export: no element of org-expo
The manual says math environment need not be in \[ \].
\[
\begin{matrix}
1&d\\
d&d\\
\end{matrix}
\]
When I put mouse point on `begin' , I can get preview image through C-c C-x
C-l.
When I put mouse point on `matrix' , I get two identical matrix with a
square between them.
When I put mouse point on
waterloo wrote:
> Excuse me .
> I put the following latex code in an org file , and put point in it ,C-c
> C-x C-l. It don't produce the correct image. There is only an square
> appearing . The latex environment is include in amsmath package, which is
> include in Org Format Latex Header defaut
On Aug 11, 2009, at 3:41 PM, Nick Dokos wrote:
waterloo wrote:
Excuse me .
I put the following latex code in an org file , and put point in
it ,C-c
C-x C-l. It don't produce the correct image. There is only an
square
appearing . The latex environment is include in amsmath package,
wh
>
> `To avoid conflicts with currency specifications, single ‘$’ characters are
> only recognized as math delimiters if the enclosed text contains at most two
> line breaks, is directly attached to the ‘$’ characters with no whitespace
> in between, and if the closing ‘$’ is followed by whitespace,
Excuse me .
I put the following latex code in an org file , and put point in it ,C-c
C-x C-l. It don't produce the correct image. There is only an square
appearing . The latex environment is include in amsmath package, which is
include in Org Format Latex Header defautly.
\begin{matrix}
1&d\\
d
So then, what do you mean by
"org-mode can not precess some LATEX environment"
Please, if you want us to spend the time giving you the
answer, put in the time to explain yourself clearly, if
possible already in the initial post and not after two
mails back and forth. This will allow the exper
It is `amsmath' , not `amslatex' .
Org include amsmath defaultly .
2009/8/11 Carsten Dominik
>
> On Aug 11, 2009, at 10:37 AM, waterloo wrote:
>
> org-mode can not precess some LATEX environment .
>> Such as :
>> \begin{matrix}
>> \end{matrix}
>>
>> which is in amslatex.
>>
>
> Org-mode will h
On Aug 11, 2009, at 10:37 AM, waterloo wrote:
org-mode can not precess some LATEX environment .
Such as :
\begin{matrix}
\end{matrix}
which is in amslatex.
Org-mode will handle these environments, but you must require the
package in the header:
#+LaTeX_HEADER: \usepackage{amslatex}
Or
10 matches
Mail list logo