+-----------------------------------------------------------------------------+
|                              dumpinsertseject                               |
+-----------------------------------------------------------------------------+
 
Abbreviation:  ã|\dieã%
 
Parameters:    ã|noneã%
 
    ã|Description:ã%
This  markup is  used to  dump (print)  all  accumulated figures  and tables
(inserts) entered  with \figure, \topinsert  or \midinsert.   After printing
the figures  and other inserts, a  new page is  started.  If  no inserts had
been accumulated, a new page is  still started.  This markup appears in many
of the format markup, such as \chapterformat.
 
    ã|Example:ã%
 
\chapterformat{\numberingstyle{1}
  \titleformat{\dumpinsertseject
      \cl{\twelvept\bd Chapter \chapternumber}
      \cl{\twelvept\bd \chaptertitle}
      \vs{1\bl}
      \setsubheadanumber{0}
      \setsubheadbnumber{0}
      \setsubheadcnumber{0}
      \setsubheaddnumber{0}
      }
  \incontents{yes}
   }
 
    ã|Notes:ã%
The \topinsert and \midinsert markup are discussed in The TEXbook.
