1

Possible Duplicate:
Comprehensive list of tools that simplify the generation of LaTeX tables

Is there a visual tool which can generate tex code for more complex tables as shown? The idea is to drawn them and generate the latex code as shown: enter image description here

iceman
  • 1,213

1 Answers1

1

Excel supports merged cells, and you can convert a table to LaTeX using the Excel2LaTeX add-in (this works for multirow and multicolumn cells). However, you would have to manually change the generated code if you want to use the tabularx environment.

See also: Comprehensive list of tools that simplify the generation of LaTeX tables.

krlmlr
  • 12,530