Matej Cepl wrote: > On Tue, Mar 05, 2002 at 11:04:34PM +0200, Dekel Tsur wrote: > > You meant \bottomrule, didn't you? There is no problem with > inserting \toprule to the first cell of the table directly > (actually, I have no idea, how could one use your trick to insert > \toprule, because there is no cell preceding that line).
before the table: \let\myLine\hline \let\hline\toprule at the end of first row \let\hline\myLine Herbert -- http://www.lyx.org/help/
