1 |
//---------------------------------------------------------------------------------------------------- |
2 |
//$Header$ |
3 |
//---------------------------------------------------------------------------------------------------- |
4 |
//This program generates the following files for the book: |
5 |
// |
6 |
// a)The .tex file for the single volume version of the book. |
7 |
// |
8 |
// b)One .tex file per volume for the multiple volume version of the book. |
9 |
// |
10 |
// c)A Windows batch file to recompile and create PostScript and .PDFs for the single volume |
11 |
// version of the book and for each volume of the multiple volume version of the book. |
12 |
// |
13 |
// d)A *nix Bash script to recompile and create PostScript for the single volume version of the |
14 |
// book and for each volume of the multiple volume version of the book. |
15 |
// |
16 |
// e)A Windows batch ... |
17 |
// |
18 |
//---------------------------------------------------------------------------------------------------- |
19 |
//$End of $RCSfile: basefilegen.c,v $ |
20 |
//---------------------------------------------------------------------------------------------------- |