Changes between Version 3 and Version 4 of Tips/Tables

Show
Ignore:
Timestamp:
06/27/08 13:40:59 (5 years ago)
Author:
mwr
Comment:

Adding information about mat2textable and xl2latex.

Legend:

Unmodified
Added
Removed
Modified
  • Tips/Tables

    v3 v4  
    22 
    33[[PageOutline]] 
     4 
     5== How Do I Get All This (Excel, MATLAB, etc.) Data Into a Table? == 
     6 
     7  * MATLAB users: download [http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=306&objectType=FILE mat2textable.m] to convert any MATLAB array into a workable LaTeX table. 
     8  * Excel users: download the [http://www.ctan.org/tex-archive/help/Catalogue/entries/xl2latex.html xl2latex] program for Visual Basic and follow its installation instructions. 
     9 
     10Neither of these methods will necessarily give you a table with perfect typography for every situation, but they will remove the manual work of retyping all your table data. 
    411 
    512== How Do I Include Aligned Equations In a Table? ==