[Master Index] [Index for export/brede]

brede_tex_list

(export/brede/brede_tex_list.m)


Function Synopsis

s = brede_tex_list(S, varargin)

Help text

 brede_tex_list      - Make a LaTeX code with list

       brede_tex_list(S, 'PropertyName', 'PropertyValue')

       Input:    S     Cell array

       Property: Caption     Figure caption add to \caption
                 Filename    [ {} | a string ] Filename
                 Format      [ {lll ...} | format string ] Format
                             string for columns
                 Header      Cellstring with header items    
                 Label       [ {} | a string ] A LaTeX label
                             associated with \label
                 LatexTableType [ {table} | table* ]
                 Precommands LaTeX commands add just before the
                             tabular command 
 
       Output:   s           String
                
       Construct LaTeX code with list. The list is constructed as a 
       tabular environment within an table environment.

       If a filename is given the constructed latex code is written to
       that file, else it is just returned in the 's' output variable.

       If, e.g., filename='mytable.tex' then the LaTeX code can be
       included in the main LaTeX with the following command

          \input{mytable}

       Note that the 'Caption' has to be defined if the 'Label' is to
       be used. Otherwise the LaTeX \ref command will not work.

       The default of Precommand is '\setlength{\extrarowheight}{3pt}'
       which means that the array package should be used
       (\usepackage{array}).

       See also BREDE, BREDE_BIB_BIB2TEX, BREDE_BIB_BIB2CITEKEY,
                BREDE_EXP_EXP2TEX, BREDE_HTML_LIST. 

 $Id: brede_tex_list.m,v 1.6 2006/07/19 17:49:19 fn Exp $

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF