/[dtapublic]/pubs/books/ucbka/trunk/scripts/cp_script.tcl
ViewVC logotype

Diff of /pubs/books/ucbka/trunk/scripts/cp_script.tcl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 244 by dashley, Mon Jul 3 01:58:00 2017 UTC revision 245 by dashley, Mon Oct 8 14:45:55 2018 UTC
# Line 2815  set buildlogfilename cp_log.txt Line 2815  set buildlogfilename cp_log.txt
2815  #which might have a different drive name, etc.  #which might have a different drive name, etc.
2816  #  #
2817  #Path where Tex executables are located.  #Path where Tex executables are located.
2818  set pathTexExecutables c:/texmf/miktex/bin  set pathTexExecutables c:/texmf/miktex/bin/x64
2819  #  #
2820  #Path where the the book source code is located.  Everything is assumed in  #Path where the the book source code is located.  Everything is assumed in
2821  #a static arrangement below this directory.  #a static arrangement below this directory.
# Line 3608  set chapterList { Line 3608  set chapterList {
3608                     "0"                                                                               \                     "0"                                                                               \
3609                  soc1                                                                                 \                  soc1                                                                                 \
3610                     "Support Of Off-Chip Peripherals And Subsystems"                                  \                     "Support Of Off-Chip Peripherals And Subsystems"                                  \
3611                     "Off-Chip Peripherals And Subsystems"                                  \                     "Off-Chip Peripherals And Subsystems"                                             \
3612                     "Support Of Off-Chip Peripherals And Subsystems"                                  \                     "Support Of Off-Chip Peripherals And Subsystems"                                  \
3613                     "Off-Chip Peripherals And Subsystems"                                  \                     "Off-Chip Peripherals And Subsystems"                                             \
3614                     "F"                                                                               \                     "F"                                                                               \
3615                     "F"                                                                               \                     "F"                                                                               \
3616                     "0"                                                                               \                     "0"                                                                               \
# Line 4101  outboth "Buttons formed and awaiting pre Line 4101  outboth "Buttons formed and awaiting pre
4101  hlineboth  hlineboth
4102    
4103  #----------------------------------------------------------------------------------------  #----------------------------------------------------------------------------------------
 # $Log: cp_script.tcl,v $  
 # Revision 1.40  2009/08/14 03:38:57  dashley  
 # Base path of book changed.  
 #  
 # Revision 1.39  2005/05/22 18:42:28  dtashley  
 # Addition of chapter.  
 #  
 # Revision 1.38  2005/05/22 18:28:54  dtashley  
 # a)Addition of server-based tool set volume.  
 # b)Addition of chapter to that volume.  
 #  
 # Revision 1.37  2005/05/22 17:53:33  dtashley  
 # Modified to use Adobe 6.0 Distiller rather than Adobe 4.0 Distiller.  
 #  
 # Revision 1.36  2004/02/22 15:01:57  dtashley  
 # Edits.  
 #  
 # Revision 1.35  2003/11/28 23:45:38  dtashley  
 # Verbiage changed because IJU Tool Set changed to ESRG Tool Set.  
 #  
 # Revision 1.34  2003/10/30 16:41:18  dtashley  
 # Modified to incorporate Acrobat Distiller 5.0.  
 #  
 # Revision 1.33  2003/10/30 15:56:24  dtashley  
 # Changes made to make near-duplicate PostScript files that will print  
 # full duplex (both sides of page).  
 #  
 # Revision 1.32  2003/10/29 23:35:12  dtashley  
 # Comments about duplex printing added.  
 #  
 # Revision 1.31  2003/10/29 23:25:39  dtashley  
 # Modifications for MikTex.  
 #  
 # Revision 1.30  2003/05/17 01:11:20  dtashley  
 # Script modified to include separator before glossaries, bibliography,  
 # and index in single-volume .TEX file.  
 #  
 # Revision 1.29  2003/05/15 08:25:08  dtashley  
 # Changes for removal of "Information for Authors" chapter (this has been  
 # moved to a web page).  
 #  
 # Revision 1.28  2003/05/15 04:50:47  dtashley  
 # Changes pursuant to removal of the quote farm chapter (it has been moved to  
 # be a web page).  
 #  
 # Revision 1.27  2003/04/30 06:35:06  dtashley  
 # Script simplified by removal of buttons and functionality split so that the  
 # master .TEX files can be built independently of compilation--this will  
 # hopefully support those who are using versions of LaTeX other than 4allTex.  
 #  
 # Revision 1.26  2003/04/07 07:05:49  dtashley  
 # List of algorithms added to generation of SVF.TEX.  
 #  
 # Revision 1.25  2003/02/27 05:00:54  dtashley  
 # Chapter about complex integer algorithms added.  
 #  
 # Revision 1.24  2002/10/30 02:05:47  dtashley  
 # Additional chapter containing solutions of chapter on error-detecting  
 # and error-correcting codes added.  
 #  
 # Revision 1.23  2002/09/25 05:39:11  dtashley  
 # Addition of chapter on error-detecting and error-correcting codes.  
 #  
 # Revision 1.22  2002/08/26 17:57:04  dtashley  
 # Additional solutions chapter added.  Precautionary checkin to be sure  
 # that I've captured all changes.  
 #  
 # Revision 1.21  2002/07/31 04:37:19  dtashley  
 # Title of number theory chapter changed.  
 #  
 # Revision 1.20  2002/04/09 23:50:52  dtashley  
 # Modification of Tcl script for lists of tables, figures.  
 #  
 # Revision 1.19  2002/04/09 23:32:21  dtashley  
 # Edits, preparing for addition of lists of tables and figures.  
 #  
 # Revision 1.18  2002/01/25 11:29:34  dtashley  
 # Path of book changed in preparation for transfer to ESRG.  
 #  
 # Revision 1.17  2001/08/31 23:11:17  dtashley  
 # End of August 2001 safety check-in.  
 #  
 # Revision 1.16  2001/08/27 20:06:09  dtashley  
 # Edits and substantial re-organization.  
 #  
 # Revision 1.15  2001/08/25 22:51:26  dtashley  
 # Complex re-organization of book.  
 #  
 # Revision 1.14  2001/07/11 20:10:30  dtashley  
 # Chapter on DOS console-mode utilities added.  
 #  
 # Revision 1.13  2001/07/01 00:25:46  dtashley  
 # Four chapters of solutions added.  
 #  
 # Revision 1.12  2001/06/19 22:52:26  dtashley  
 # Chapters added.  
 #  
 # Revision 1.11  2001/06/19 19:15:50  dtashley  
 # New chapters added.  
 #  
 # Revision 1.10  2001/06/19 00:15:32  dtashley  
 # Preface finished, acks modified to include gratitude to  
 # SourceForge, and name of tool set changed from IjuTools  
 # to The Iju Tool Set.  
 #  
 # Revision 1.9  2001/06/17 00:17:02  dtashley  
 # LOG spacing error confirmed fixed.  Script runs.  
 #  
 # Revision 1.8  2001/06/17 00:10:49  dtashley  
 # Test check-in to correct LOG spacing problem.  
 #  
 # Revision 1.7  2001/06/17 00:06:25  dtashley  
 # Line EOL and keyword expansion problems believed fixed.  Test  
 # check-in.  
 #----------------------------------------------------------------------------------------  
4104  # End of CP_SCRIPT.TCL  # End of CP_SCRIPT.TCL
4105  #----------------------------------------------------------------------------------------  #----------------------------------------------------------------------------------------

Legend:
Removed from v.244  
changed lines
  Added in v.245

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25