The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!doctype html public "-//W30//DTD W3 HTML 2.0//EN">

<HTML>

<!-- This file was generated using SDF 2.001 by
     Ian Clatworthy (ianc@mincom.com). SDF is freely
     available from http://www.mincom.com/mtr/sdf. -->

<HEAD>
<TITLE>SDF 2.001: SDF Reference: appendix Filter</TITLE>
</HEAD>
<BODY BGCOLOR="ffffff">

<DIV CLASS="header">
<P><IMG SRC="../sdflogo.gif" ALIGN="Right"></P>
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="re_sdf.html">Contents</A> | <A HREF="in_filt.html">Parent Topic</A> | <A HREF="faddress.html">Previous Topic</A> | <A HREF="fascii_g.html">Next Topic</A> <BR><A HREF="../index.html">Home</A> | <A HREF="../catalog.html">Catalog</A></P>
</DIV>
<BR CLEAR="Right">
</DIV>
<DIV CLASS="main">
<H1>5.5. appendix Filter</H1>
<HR>
<H2><A NAME="Interface">Interface</A></H2>
<P>The general syntax is:</P>
<PRE>
  !block <STRONG>appendix</STRONG>
  ...
  !endblock
</PRE>
<P>See <A HREF="in_filif.html">Understanding Filter Interfaces</A>, if necessary.</P>
<HR>
<H2><A NAME="Description">Description</A></H2>
<P>The <EM>appendix</EM> filter is used when including a topic as an &quot;appendix&quot; section within a document, i.e. normal headings are converted to appendix headings.</P>
<HR>
<H2><A NAME="Examples">Examples</A></H2>
<P>A typical book might look like this:</P>
<PRE>
<B>!init</B> OPT_STYLE=<TT>&quot;manual&quot;</TT>

<B>!define</B> DOC_NAME <TT>&quot;A Sample Book&quot;</TT>
<B>!build_title</B>

<B>!include</B> <TT>&quot;chapter1.sdf&quot;</TT>
<B>!include</B> <TT>&quot;chapter2.sdf&quot;</TT>
<B>!include</B> <TT>&quot;chapter3.sdf&quot;</TT>
<B>!include</B> <TT>&quot;appendx1.sdf&quot;</TT>; appendix
</PRE>
</DIV>
<DIV CLASS="footer">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="re_sdf.html">Contents</A> | <A HREF="in_filt.html">Parent Topic</A> | <A HREF="faddress.html">Previous Topic</A> | <A HREF="fascii_g.html">Next Topic</A> <BR><A HREF="../index.html">Home</A> | <A HREF="../catalog.html">Catalog</A></P>
</DIV>
</DIV>

</BODY>
</HTML>