1 |
dashley |
4 |
//----------------------------------------------------------------------------------------------------
|
2 |
|
|
//$Header: /home/dashley/cvsrep/e3ft_gpl01/e3ft_gpl01/dtaipubs/esrgubka/scripts/basefilegen.c,v 1.2 2009/08/14 04:07:27 dashley Exp $
|
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 |
|
|
|
20 |
|
|
|
21 |
|
|
//----------------------------------------------------------------------------------------------------
|
22 |
|
|
//$Log: basefilegen.c,v $
|
23 |
|
|
//Revision 1.2 2009/08/14 04:07:27 dashley
|
24 |
|
|
//Edits.
|
25 |
|
|
//
|
26 |
|
|
//Revision 1.1 2009/08/14 03:54:42 dashley
|
27 |
|
|
//Initial checkin.
|
28 |
|
|
//----------------------------------------------------------------------------------------------------
|
29 |
|
|
//$End of $RCSfile: basefilegen.c,v $
|
30 |
|
|
//----------------------------------------------------------------------------------------------------
|