Jeremie Juste <jeremieju...@gmail.com> writes:

> Hello,
>
> I would like to preview easily latex table environment. I noticed that
> org-toggle-latex-fragment shows the latex-preview for the tabular
> environment but not for the table environment.
>

For me, the preview shows both tables. My org-preview-latex-default-process
is set to imagemagick.

>
> \begin{center}                                                                
>                                                                               
>   \begin{tabular}{ l | c | r }                                                
>                                                                               
>     \hline                                                                    
>                                                                               
>     1 & 2 & 3 \\ \hline 
>     4 & 5 & 6 \\ \hline 
>     7 & 8 & 9 \\                                                              
>                                                                               
>     \hline                                                                    
>                                                                               
>   \end{tabular}                                                               
>                                                                               
> \end{center} 
>
>
>
> \begin{table}
> \begin{center}                                                                
>                                                                               
>   \begin{tabular}{ l | c | r }                                                
>                                                                               
>     \hline                                                                    
>                                                                               
>     1 & 2 & 3 \\ \hline 
>     4 & 5 & 6 \\ \hline 
>     7 & 8 & 9 \\                                                              
>                                                                               
>     \hline                                                                    
>                                                                               
>   \end{tabular}                                                               
>                                                                               
> \end{center} 
> \end{table} 
>

-- 
Nick


Reply via email to