Le Mardi 11 Juin 2002 13:20, Luke Worth a �crit : > Hello. May i ask, i saw somewhere a while back that (in latex) you can > make a table but instead of vertical lines have ='s or :'s or .'s > > like: > > 123:456 > 1234:56 > and have all :'s lined up like decimal stops. > > how?
With this kind of construct
\begin{tabular}{r@{:}l}
12 & 34 \\
56 & 78
\end{tabular}
instead of using the simple | for a vertical line I used @{sometext} wich
insert sometext as the column separator, you can even put a mathematical
expression in sometext.
You can use this in LyX with the "special column" in the tabular dialog (see
attached file, it is in LyX 1.2 format).
--
Renaud Michel
Il y a trois cat�gories de femmes :
les putains, les salopes et les emmerdeuses.
Fr�d�rique Dare
example.lyx
Description: application/lyx
