//---------------------------------------------------------------------------------------------------- //$Header$ //---------------------------------------------------------------------------------------------------- //This program generates the following files for the book: // // a)The .tex file for the single volume version of the book. // // b)One .tex file per volume for the multiple volume version of the book. // // c)A Windows batch file to recompile and create PostScript and .PDFs for the single volume // version of the book and for each volume of the multiple volume version of the book. // // d)A *nix Bash script to recompile and create PostScript for the single volume version of the // book and for each volume of the multiple volume version of the book. // // e)A Windows batch ... // //---------------------------------------------------------------------------------------------------- //$End of $RCSfile: basefilegen.c,v $ //----------------------------------------------------------------------------------------------------