[TxMt] delete a space: impossible

Alan Schussman alan at schussman.com
Fri Feb 17 18:07:53 UTC 2006


On Feb 17, 2006, at 10:48 AM, Alain Matthes wrote:

> \begin{tabular}{|l|*{10}{c|}}
> \hline
> Année& 1992&  1993& 1994& 1995&  1996&1997&1998&1999& 2000& 2001\\
> \hline
> Rang de &	0&1&2& 3&4&	5&6&7&8&9\\
> l'année $x_i$ & & & & & & & & & & \\
> \hline
> Taux $t_i$&	42,7 & 42,9&43,4&43,7&44,8&44,9& 44,9&45,7&44,7 & 44,2\ 
> \ \hline
> \end{tabular}

On the subject of easily building tables, you might try this quick  
perl script:
http://notes.somethingpretentious.net/articles/2005/11/24/tab- 
delimited-text-to-latex-tabular

I set it up as a command in the LaTeX bundle, set to replace the  
selected text. A couple of quick keystrokes and it converts a tab- 
delimeted table like this:

row one	item	item2	item3
row two	item	item2	item3
row three	item	item2	item3

to a basic LaTeX table that you can then tweak to your needs:

\begin{tabular}{cccc}
\hline
row one & item & item2 & item3\\
\hline
row two & item & item2 & item3\\
row three & item & item2 & item3\\
\\
\hline
\end{tabular}

Cheers-
-Alan






More information about the textmate mailing list