emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] lost in tables syntax


From: Joseph Vidal-Rosset
Subject: Re: [O] lost in tables syntax
Date: Thu, 23 Jan 2014 13:37:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Le jeu.  23 janv. 2014  à 01:18:35 ,  Bastien <address@hidden> a  envoyé ce
message:
> Hi Joseph,
>
> Joseph Vidal-Rosset <address@hidden> writes:
>
>> I am not reluctant to learn the org-syntax, but I need help.
>
> Then we need to know more on how to help you :)
>
> If you want multi-columns Org tables, alas, that's not
> supported.

Many thanks Bastien  for your quick reply.  The best for me  would be to
use the  LaTeX syntax with  tabular, multicol ,  ect. and to  succeed in
html export too. But 
with in the headers the following line: 

#+STYLE: <SCRIPT SRC="/usr/share/jsmath/easy/load.js"></SCRIPT>

and in the .tex file the following code:

\begin{center}
 \begin{tabular}[tb]{cc}
\multicolumn{2}{c}{$ ((p \to q) \to p) \to p $} \\
$ ((\bot \to q) \to \bot) \to \bot $ & $ ((\top \to q) \to \top) \to \top $ \\
$ (\top \to \bot) \to \bot $ & $ \top $ \\
$ \neg \neg \top $ & \\
$ \top $ &   \\
\end{tabular}
\end{center}

I get in iceweasel (i.e. the Firefox of Debian): 


Unknown environment "center" 
Unknown environment "tabular"

... 

I have also tried to use imagemagick, it does not work correctly... 

Again, thanks for your kind help. 

Jo. 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]