CLI-latextable

 A CLI command "latextable" is provided. Given the TSV formatted table
 such as copied region of an Excel worksheet or SQL output, you can
 easily get the LaTeX commands to produce same table even if it contains
 any alphabetical, numeral, symbolic characters unless they are ASCII or
 UTF-8. You can save a lot of time to draw tables by utilizing many 
 option swithes for magnifying, rotating partly or totally, treating well
 on large numbers, hankaku-kana and so on.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

But you do not necessarily need to follow the "Build" instruction above.
The files decompressed from the *.tar.gz files contain program files
under "scripts/" directory, and each of the programs works stand-alone
as a Perl script. 

Thus you can copy them to any directory you like, then you can run them
(by taking care of the file permissions and the command path).


LICENSE AND COPYRIGHT

Copyright (C) 2018 "Toshiyuki Shimono"

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see L<http://www.gnu.org/licenses/>.

