From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/lists/table.par | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkg/lists/table.par (limited to 'pkg/lists/table.par') diff --git a/pkg/lists/table.par b/pkg/lists/table.par new file mode 100644 index 00000000..56781c06 --- /dev/null +++ b/pkg/lists/table.par @@ -0,0 +1,5 @@ +input_files,s,a,,,,list of files to be formatted as tables +first_col,i,h,7,0,,offset to first column of table +last_col,i,h,0,0,,offset to last column of table (0 for right margin) +ncols,i,h,0,0,,number of columns (0 to get max that will fit) +maxstrlen,i,h,0,0,,maximum string length for table entry (0 if none) -- cgit