| 
 | 
      
 
   Document 396
 
How to create a typeset appendix for each chapter or section
   Version: 3.x, 4.x, 5.x  - Scientific WorkPlace & Scientific
   Word
 
   Creating an appendix for each chapter of a book or for each section of an
   article requires the addition of the appendix package, which implements a
   subappendices environment to contain the appendix.
 
Creating subappendices
   - Add the appendix package to your document.
 
   - Begin the subappendices environment:
     
      
         - Place the insertion point where you want the appendix to appear.
 
      - Enter an encapsulated TeX field.
 
      - In the entry area, type \begin{subappendices} and
            choose OK.
 
    
 
- Type the title of the appendix and apply the section tag (for appendices
      within chapters) or the subsection tag (for appendices within sections).
 
- Type the content of the appendix.
 
- End the subappendices environment:
   
   
      - Place the insertion point where you want the appendix to end.
 
      - Enter an encapsulated TeX field.
 
      - In the entry area, type \end{subappendices} and
            choose OK.
 
 
 
 
Changing the numbering scheme
   The subappendices you create are numbered with the chapter or section number
   and an uppercase alphabetic letter (2.A, 2.B, and so on). You can modify the
   numbering scheme to remove the chapter or section number:
 
   - From the Typeset menu, choose
         Preamble.
 
   - Click the mouse in the entry area.
 
   - On a new line at the end of the preamble entries, type
      
      
         \renewcommand{\setthesection}{\Alph{section}}
       
      
         or
       
      
         \renewcommand{\setthesubsection}{\Alph{subsection}}
       
    
   - Choose OK.
 
 
Last revised 03/03/06
 
 
 This document was created with Scientific WorkPlace.
  
 |