Menu

Console

Derrick Barlow

Console

General usage:

LTC <input file> <output file> [options]

Options

  • -a (alignment)
    • L - Left
    • C - Center
    • R - Right
  • -e (bold header)
    • NONE
    • ROW
    • COL
    • BOTH
  • -b (border style)
    • NONE
    • ALL
  • -d (delimiter)
    • TAB
    • COMMA
  • -s (table style)
    • TABULAR
    • NONE

Example

To create a LaTeX table from a file called "input.txt" to "output.txt" with center alignment, first column bold, all borders, comma delimited and no table structure use the following:

LTC input.txt output.txt -a C -e ROW -b ALL -d COMMA -s NONE

MongoDB Logo MongoDB