| 
 | 
      
 
   Document 651
 
The LaTeX sidecap package
   Version: 5.5 - Scientific WorkPlace & Scientific Word
 
   The sidecap package provides typeset captions to the left or right side of
   floating graphics or tables.
 
   The package defines two environments, SCfigure and SCtable, that create
   centered side-by-side minipages of customizable width. The environments, which
   are entered in TeX fields in your document, create floating objects that can
   be positioned with standard float parameters.
 
   The package documentation contains information about various placement
   options for captions in single- or double-column page layouts.
 
   Follow these steps to create captions to the side of floating objects:
 
   - 
      
          Add the sidecap package to your document.
       
    
   - 
      
         From the Typeset menu, choose
         Options and Packages and then choose the
         Package Options tab.
       
    
   - 
      
         From the Packages in Use list, select the
         sidecap package and choose Modify.
       
    
   - 
      
         Choose the placement option you want:
       
      
          
            
            
            
            | Option | 
            Effect | 
          
      
      
         
            | outercaption | 
            Caption appears on left on left pages and on right on right pages
            (default)
  | 
          
         
            innercaption
  | 
            Caption appears on left on right pages and on right on left
            pages
  | 
          
         
            leftcaption
  | 
            Caption always appears on left | 
          
         
            rightcpation
  | 
            Caption always appears on right | 
          
         
            wide
  | 
            Caption and figure or table may extend into the margin | 
          
         
            raggedright, raggedleft, ragged*
  | 
            Caption is better justified | 
          
      
    
 
- 
   
      Choose OK.
    
 
- 
   
      Begin the figure or table environment:
    
   
      - 
         
            Place the insertion point in your document where you want the floating object
            to appear.
          
       
      - 
         
            Enter an encapsulated TeX field.
          
       
      - 
         
            In the entry area, type
            \begin{SCfigure}[relwidth][placement] or
            \begin{SCtable}[relwidth][placement] where
            relwidth is an optional width relative to the
            width of the graphic or table, and placement is
            the floating position you want:
          
         
             
            
            
            
            |  placement    | 
            Position of the floating frame | 
          
      
      
         
            | h | 
            As close as possible to the entry point in the text | 
          
         
            | t | 
            At the top of a page | 
          
         
            | b | 
            At the bottom of a page | 
          
         
            | p | 
            On a separate page containing only floating frames | 
          
      
    
 
- 
   
      On a new line, type \caption{text} where
      text is the text of the caption.
    
 
- 
   
      Choose OK.
    
 
 
 
- 
   
      Enter the graphic or table.
    
   
      Do not enter the graphic or table as a floating object.
    
 
- 
   
      End the environment:
    
   
      - 
         
            Place the insertion point where you want the environment to end.
          
       
      - 
         
            Enter an encapsulated TeX field.
          
       
      - 
         
            In the entry area, type \end{SCfigure} or
            \end{SCtable}.
          
       
      - 
         
            Choose OK.
          
       
    
 
 
   The package uses the  ragged2e package, which is
   provided with the program. See the package documentation for more information.
   The sidecap package is installed in the TCITeX/TeX/LaTeX/contrib/sidecap
   directory.
 
Last revised 05/17/06
 
 |