Uwe Brauer writes:
"Nicolas" == Nicolas Goaziou writes:
>
>> Hello,
>> Uwe Brauer writes:
>
>> Try
>
>> | / | <> | <> |
>> | | | |
>> | | this | today|
>> | | that | tomorrow |
>
>
> Thanks very much! Works perfect, maybe add so
>>> "Nicolas" == Nicolas Goaziou writes:
> Hello,
> Uwe Brauer writes:
> Try
> | / | <> | <> |
> | | | |
> | | this | today|
> | | that | tomorrow |
Thanks very much! Works perfect, maybe add something about it in the
documentation?
Uwe
Hello,
Uwe Brauer writes:
> | / | | |
> | | this | today|
> | | that | tomorrow |
> \end{comment}
Try
| / | <> | <> |
| | | |
| | this | today|
| | that | tomorrow |
Regards,
--
Nicolas Goaziou
Hello
Please look at the following two examples
\documentclass[12pt]{article}
\usepackage{amssymb,amsfonts,amsmath,amsthm}
\begin{document}
% BEGIN RECEIVE ORGTBL test
\begin{tabular}{|l|l|}
this & today\\ \hline
that & tomorrow\\ \hline
\end{tabular}
% END RECEIVE ORGTBL test
\begin{comment}
#