On Mon, May 14, 2001 at 09:51:11AM +0200, Juergen Vigna wrote:
> 
> On 14-May-2001 Dekel Tsur wrote:
> 
> > No you don't!
> > See also the mail I sent to lyx-devel.
> 
> #:O) well before crying out you should try the stuff maybe, don't you think?
>      And I'm right (and I did try it out;)
> 
>         J?rgen

If you have 2 multicolumn cells side by side, and you want a double vertical
rule then the latex code should be
\multicolumn{1}{c||}{Foo}&
\multicolumn{1}{c|}{Bar}&

As I said before, you should not put | before the column type letter!

Currently, LyX incorrectly generates the following code:
\multicolumn{1}{c||}{Foo}&
\multicolumn{1}{|c|}{Bar}&

Reply via email to