// ######################## R E A D M E #############################################
// ##                                                                              ##
// ##  tc2tex - written by Lorenz Milla, Germany - April 2012 - Version 1.0        ##
// ##                                                                              ##
// ##  draws a rectangle (or square), dissected into squares                       ##
// ##                                                                              ##
// ##  requires one argument: the name of the input text file.                     ##
// ##  usage example: tc2tex input.txt                                             ##
// ##                                                                              ##
// ##  Windows users can drag and drop the input text file onto tc2tex.exe         ##
// ##                                                                              ##
// ##  reads in the tablecode from the first line of the input file, for example:  ##
// ##  21 112 112 50 35 27 8 19 15 17 11 6 24 29 25 9 2 7 18 16 42 4 37 33         ##
// ##                                                                              ##
// ##  reads only the FIRST line from the text file, and only in this format.      ##
// ##                                                                              ##
// ##  creates a LaTeX-file "squares.tex".                                         ##
// ##                                                                              ##
// ##################################################################################

