IO_PRLATEX — Function to print a table in latex format
[LATEX_CODE]=IO_PRLATEX(ChemFICH,DATA_NUM,DATA_TXT,[TYPE,NBDEC,TITLES,CAPTION,TABCODE])
Path of the file where data should be printed in.
Numerical data matrix (matrix NxP).
Text data matrix (string matrix NxP2).
Either 'NORMAL' to print under the latex environment 'table' or 'LONG' to print under the 'longtable' environment (default is 'NORMAL').
Number of decimals to retain in the printing format (matrix 1xP1, default is [1 .. 1])
Titles of the P1+P2 columns (string matrix, default is ['C1' .. 'C(P1+P2)']).
Name of the latex label given to the table (default is 'tab:').
This function prints in a text file containing the latex code of numerical and string matrices. LONG options should be used if the matrix spans over several pages.