PRINT_LATEX_TABLE
Name
PRINT_LATEX_TABLE
Purpose
This procedure will create LaTeX code for a table from a provided
two-dimensional array.
Category
General.
Calling Sequence
PRINT_LATEX_TABLE, var, FORMAT=format
Inputs
var
A two-dimensional array containing the data to be placed in a
LaTeX tabular element.
Keyword Parametrs
FORMAT
A keyword parameter set equal to a scalar string or an array of
strings containing FORTRAN-style specification(s) for the format
to be used for every or each column in the produced table,
respectively. Some valid examples are
FORMAT='i7'
FORMAT=['f10.3','f7.2','f12.4']
Return Value
None
Side Effects
None
Requires
None
Modification History
Written by: Carl Salvaggio
September, 2010 Original code
September, 2011 Added optional support for FORTRAN-style format
specification
Disclaimer
This source code is provided "as is" and without warranties as to performance
or merchantability. The author and/or distributors of this source code may
have made statements about this source code. Any such statements do not
constitute warranties and shall not be relied on by the user in deciding
whether to use this source code.
This source code is provided without any express or implied warranties
whatsoever. Because of the diversity of conditions and hardware under which
this source code may be used, no warranty of fitness for a particular purpose
is offered. The user is advised to test the source code thoroughly before
relying on it. The user must assume the entire risk of using the source code.