| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 156.1 | delete the highest version of .CRF file | VAXUUM::KOHLBRENNER |  | Thu Mar 26 1987 08:35 | 18 | 
|  |     If the book build completed without crashing or being ^Yed,
    the cross reference file was probably correctly written.
    I suspect that you then did an element build and for some
    reason failed to complete the tag translator part.  Either
    it crashed or you type ^Y to terminate it early.  If you
    catch it at the right time, you will have written a partial
    CRF file.  
    
    At the next element build, the tag translator realizes that it is
    being asked to load a CRF file that is incomplete and it issues
    the "incomplete" message.  The cure is to delete the CRf file
    with the highest version number, and then repeat the element
    build.
    
    Looks like we should be either documenting this pretty thoroughly,
    or putting in some failsafe code that won't leave a partial CRF
    there...
    
 | 
| 156.2 | PRINTING CHAPTERS WILL WORK | CUPOLA::LMELEWSKI |  | Thu Mar 26 1987 08:40 | 5 | 
|  |     You might try
         DOCUMENT/PROFILE=entirebook chaptern GENERAL LN03
    Note the sequence of profile and chaptern...this works for me.
    
    
 | 
| 156.3 | qualifers are not position-sensitive | VAXUUM::KOHLBRENNER |  | Thu Mar 26 1987 08:51 | 6 | 
|  |     re: .2
    
    THere should be NO effect from specifying the qualifier in one
    place or another on the command line.  If someone gets DOCUMENT
    to do something different by placing the qualifiers in different
    places on the command line, WE WANT TO HEAR ABOUT IT!
 | 
| 156.4 | Worked! | IJSAPL::KLERK | Theo de Klerk | Thu Mar 26 1987 15:38 | 13 | 
|  |  Re. -.2: The qualifier position was not important, as it should!
 Removing the CRF files did do the trick. However, I'm positive
 that I tried this solution myself before without any luck. Let's
 assume I did something wrong then. Main thing is it worked.
Still the one question left:
  Can I modify Document to specify a PRINT/QUE=LN03/FORM=A4 instead
  of /FORM=DEFAULT?
    If so, how?
Theo
 | 
| 156.5 | Incomplete CRF FIle and DOC/PRINT=FORM=... | VAXUUM::ETZEL | Mike | Thu Mar 26 1987 17:20 | 19 | 
|  |     1. Just encountered the same error as .1, "incomplete crf file"
       only there was no .CRF file. I'll mail Bill the location of the
       file. 
    
    2. Theo: you may be able to use a different form using the following
       DOCUMENT command:
    
    		$ DOCUMENT/PRINT=(FORM=A4,PASSALL,NOFEED) ... LN03
    
       Usually there is a form called DEFAULT defined on your system.
       A system manager can redefine it as needed (DEFINE /FORM),
       as is done below for 8 1/2 x 11 paper:
    	$   define /form DEFAULT                0  -
	    /stock=default   /desc="System-defined default"  /nowrap -
	    /notruncate /width=132 /length=66 /margin=(bottom=6)
           
              
 |