divGen (hendiAll)
                    
                    Back
                
            <divGen> (automatically generated text division) indicates the location at which a textual division generated automatically by a text-processing application is to appear.
                                Other Customizations
                            
                            
                        
                                Attributes
                            
                            type
                                                                                                    
                                                    
                                                
                                            
                                                        
                                                            
                                                            specifies what type of generated text division (e.g., table of contents) is to appear..
                                                        
                                                    
                                                
                                                        Possible values
                                                    
                                                    
                                                                        toc
                                                                    
                                                                
                                                                    (table of contents)
                                                                    
                                                                    
                                                                
                                                            
                                                                        endNotes
                                                                    
                                                                
                                                                    (Endnotes)
                                                                    Marks the location where endnotes (extracted from note elements in runing text) should be displayed.
                                                                    
                                                                
                                                            
                                    Example
                                
                                <att>indexName</att> <gi>index</gi> <back>
        <div1 type="backmat">
          <head>Bibliography</head>
          <!-- ... -->
        </div1>
        <div1 type="backmat">
          <head>Indices</head>
          <divGen n="Index Nominum" type="NAMES"/>
          <divGen n="Index Rerum" type="THINGS"/>
        </div1>
      </back>
                                
                                    Example
                                
                                <gi>divGen</gi> <front>
        <!--<titlePage>...</titlePage>-->
        <divGen type="toc"/>
        <div>
          <head>Preface</head>
          <p> ... </p>
        </div>
      </front>