>>> "Nicolas" == Nicolas Goaziou writes:
> Hello,
> Uwe Brauer writes:
>> But I don't know how to obtain
>>
>> \begin{longtabu}{|l|l|}
> Like this:
> | / | <>| <> |
> | | hallo | this |
> Notice the empty special column at the beginning.
Cool!! Thanks
Hello,
Uwe Brauer writes:
> But I don't know how to obtain
>
> \begin{longtabu}{|l|l|}
Like this:
| / | <>| <> |
| | hallo | this |
Notice the empty special column at the beginning.
Regards,
--
Nicolas Goaziou
>>> "Nicolas" == Nicolas Goaziou writes:
> Hello,
> Uwe Brauer writes:
>> This is the usual setting, but I would like to obtain the following
>>
>> % BEGIN RECEIVE ORGTBL test
>> \begin{longtabu}{|l|l|}
>> \hline
>> Name & Date\\ \hline
>> Joe Doe & «2016-02-24 Wed»\
Hello,
Uwe Brauer writes:
> This is the usual setting, but I would like to obtain the following
>
> % BEGIN RECEIVE ORGTBL test
> \begin{longtabu}{|l|l|}
> \hline
> Name & Date\\ \hline
> Joe Doe & «2016-02-24 Wed»\\ \hline
> \end{longtabu}
> % END RECEIVE ORGTBL test
> \begin{comment}
> #+ORGTB
% BEGIN RECEIVE ORGTBL test
\begin{tabular}{ll}
Name & Date\\ \hline
Joe Doe & «2016-02-24 Wed»\\ \hline
\end{tabular}
% END RECEIVE ORGTBL test
\begin{comment}
#+ORGTBL: SEND test orgtbl-to-latex :lend " \\hline"
| Name| Date |
| Joe Doe | «2016-02-24 Wed» |
\end{comment}
T