NAME
make_overview.pl - Generate a LaTeX overview file with plots of all measurements in a directory
SYNOPSIS
huettel@pc55508 ~ $ make_overview.pl
Evaluates filelist.txt
in the current directory, reads the specified metafiles, generates the specified plots and a LaTeX file overview.tex
.
SYNTAX of filelist.txt
% Chapter 1 title
%% Section 1.1 title
Plotname MYMEASUREMENT.META
Plotname MYMEASUREMENT2.META
% Chapter 2 title
Plotname ANOTHERMEASUREMENT.META
Pretty simple, huh? The only important thing is - the separator between the plot name and the file name has to be a TAB.
CAVEATS/BUGS
none known so far :)
SEE ALSO
AUTHOR/COPYRIGHT
Copyright 2006-2007 Daniel Schröer
2011 Andreas K. Hüttel
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.