Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread 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 handle these environments, but you must require the package in the header: #+LaTeX_HEADER: \usepackage{amslatex} Or

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread waterloo
It is `amsmath' , not `amslatex' . Org include amsmath defaultly . 2009/8/11 Carsten Dominik carsten.domi...@gmail.com 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.

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Carsten Dominik
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

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread waterloo
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} 1d\\

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Scot Becker
`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,

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com 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

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Carsten Dominik
On Aug 11, 2009, at 3:41 PM, Nick Dokos wrote: waterloo waterloo2...@gmail.com 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

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread waterloo
The manual says math environment need not be in \[ \]. \[ \begin{matrix} 1d\\ dd\\ \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

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Nick Dokos
waterloo waterloo2...@gmail.com 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

Re: [Orgmode] org-mode can not precess some LATEX environment

2009-08-11 Thread Carsten Dominik
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} 1d\\ dd\\ \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