Yann Collete wrote: > > Hello, > > You will find, attached to this mail, a sample of a table. > The problem is for the: > > - \bottomrule[2pt] command (where do I put this command ?) > - junction between horizontal lines and vertical lines. it's possible but very tricky ... look at the attched file. Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/
#LyX 1.1 created this file. For more info see http://www.lyx.org/ \lyxformat 218 \textclass article \begin_preamble \usepackage{booktabs} \usepackage{array} \end_preamble \language french \inputencoding auto \fontscheme default \graphics default \paperfontsize default \spacing single \papersize Default \paperpackage a4 \use_geometry 0 \use_amsmath 0 \paperorientation portrait \secnumdepth 3 \tocdepth 3 \paragraph_separation indent \defskip medskip \quotes_language english \quotes_times 2 \papercolumns 1 \papersides 1 \paperpagestyle default \layout Standard If you do a view postscript, you can see on the two top corners that the bold lines aren't joined. In the first and third column, I insert respectively !{ \backslash vrule width 2pt}l and l!{ \backslash vrule width 2pt} \layout Standard \latex latex \backslash let \backslash myLine \backslash hline \layout Standard \latex latex \backslash renewcommand{ \backslash hline}{ \backslash bottomrule[2pt]} \layout Standard \begin_inset Tabular <lyxtabular version="2" rows="3" columns="3"> <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0"> <column alignment="center" valignment="top" leftline="false" rightline="false" width="" special="!{\vrule width 2pt}l"> <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special=""> <column alignment="center" valignment="top" leftline="true" rightline="false" width="" special="l!{\vrule width 2pt}"> <row topline="true" bottomline="false" newpage="false"> <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special=""> \begin_inset Text \layout Standard Title 1 \end_inset </cell> <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special=""> \begin_inset Text \layout Standard Title 2 \end_inset </cell> <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special=""> \begin_inset Text \layout Standard Title 3 \end_inset </cell> </row> <row topline="false" bottomline="false" newpage="false"> <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special=""> \begin_inset Text \layout Standard \latex latex \backslash myLine \latex default Cell 1 \end_inset </cell> <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special=""> \begin_inset Text \layout Standard Cell 2 \end_inset </cell> <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special=""> \begin_inset Text \layout Standard Cell 3 \end_inset </cell> </row> <row topline="false" bottomline="true" newpage="false"> <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special=""> \begin_inset Text \layout Standard \latex latex \backslash myLine \latex default Cell 4 \end_inset </cell> <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special=""> \begin_inset Text \layout Standard Cell 5 \end_inset </cell> <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special=""> \begin_inset Text \layout Standard Cell 6 \begin_inset Info I tried to insert \bottomrule[2pt] here but I've got errors. \end_inset \end_inset </cell> </row> </lyxtabular> \end_inset \the_end
