book/00ReadMe.txt $Author: predrag $ $Date: 2007-07-26 23:11:04 -0400 (Thu, 26 Jul 2007) $ -------------------------------------------------------------------------- PC 26 jul 2007 PC 04 nov 2002 --------------- Instructions for Princeton U. Press svn (subversion) check out dasgroup from zero.physics.gatech.edu svn repository instructions are on www.cns.gatech.edu to read internal webpages, you will need to type ****** ****** [ask Predrag] predrag [snail] nbi.dk, skype predragcvitanovic, or office 404 385 2502 for 1) buzzframe.physics.gatech.edu login 2) svn checkout dasgroup password Linux instructions (MSwindows tortoiseSVN similar): svn co dasgroup cd dasgroup cd book Macros are in PUPress/PUPdef_group.tex place the latest style file into PUPress/flbook.cls enter all editing notes into 00Edits.txt edit the master file: GroupTheory.tex replace: flbookGT -> flbook [flbook.cls temporarily replaced by flbookGT 12/07/02] uncomment \usepackage[LY1,mtbold]{pupfonts} to activate Adobe Times comment/uncomment \doublespace as desired --------------- How to LaTeX it In the main book directory .../dasgroup/book type latex GroupTheory remember to generate the index file book.idx makeindex GroupTheory then repeat latex GroupTheory latex GroupTheory this generates GroupTheory.dvi, etc. when done editing (do this before going home, at least), cd .../dasgroup svn commit -m"...description of edits..." That's all, folks! ================================================================ ********* Notes (pre-PUP) for editing the manuscript ********** [PUP editors can safely ignore the rest] %%12/07/07 %%Predrag: %%12/07/02 %%Predrag: PUP replaced by "Gone with ... Press" Linux instructions for getting the webpages: svn co dasgroup cd dasgroup svn co ...GroupTheory mv GroupTheory WWW -------------- Updating the whole WWW PostScript text Edit ~DasGroup/book/bin/mkbook contents and intro page ranges by hand,then execute mkGroupThePS the PostScript version of all chapters marked by \forMkbook in draft.tex main file is generated, compressed , and moved to the ~/WWW/chapters/ directory. You also might need to edit ~/WWW/index.html manually. -------------- How to prepare the GroupTheory.pdf WWW version set {false} in draft.tex: %\setboolean{display_comments}{true} \setboolean{display_comments}{false} type mkGroupThePDF This should produce postscript 1 fonts (not bitmapped): www.nbi.dk/GroupTheory/GroupTheory.ps.gz is now ready for transfer to Windows. Use Adobe destiller to convert to hyperlinked draft.pdf. Make sure that the fonts are embedded in destiller preferences. on Adobe Destiller 4.0: compatibility: Acrobat 3.0 joboption: TexOptimized (PressOptimized if TexOptimized not there) then drag draft.ps into Destiller transfer the result to norsci1.nordita.dk:~dasgroup/WWW/chapter/GroupTheory.pdf to have the byteserver version working -------------- Preparing version for editing in draft.tex edit: \setboolean{display_comments}{true} %% turn margin comments on %\setboolean{display_comments}{false} %% turn margin comments off mkDasGroupPS --------------- How to TeX it it on your own machine If you put a mirror of source files on your machine, set your TEXINPUTS environment variable to to something like setenv TEXINPUTS ./:..::$HOME/DasGroup/tex/texinputs/\ :$HOME/DasGroup/book/:$HOME/DasGroup/book/inputs/sedirectory. --------------------------------------------------------------