<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
All,<br>
<br>
I'm trying to write a final exam and I'd like it to be organized by
chapter, but with questions numbered sequentially.<br>
<br>
That is the "main" file, final.ltx, would essentially look like the
following:<br>
<tt><br>
\documentclass{article}<br>
\begin{document}<br>
<br>
&nbsp; \begin{enumerate}<br>
&nbsp; &nbsp; \include{ch01/ch01.ltx}<br>
&nbsp; &nbsp; \include{ch02/ch02.ltx}<br>
&nbsp; &nbsp; ...<br>
&nbsp; &nbsp; \include{ch12/ch12.ltx}<br>
&nbsp; \end{enumerate}<br>
\end{document}<br>
<br>
</tt>The problem is that the <tt>enumerate</tt> environment doesn't
seem to exist once the chapter files are included. &nbsp;I get the error:<br>
&nbsp; Something's wrong --- perhaps a missing \item.<br>
Each chapter file is full of \items.<br>
<br>
What am I doing wrong? &nbsp;It would be unpleasant to have 12 chapters
worth of questions (with supporting figures, formulas, etc.) all
sitting in one dirctory.<br>
<br>
Thanks.<br>
<br>
<div class="moz-signature">-- <br>
<table width="100%">
  <tbody>
    <tr>
      <td><!--         $Id: baseSignature.html,v 1.2 2003/08/26 01:56:03 doug Exp $         -->
,Doug<br>
Douglas Lewan<br>
      <table>
        <tbody>
          <tr>
            <td>email:        </td>
            <td><a href="mailto:d_lewan2000@yahoo.com">d_lewan2000@yahoo.com</a> </td>
          </tr>
          <tr>
            <td>cell:        </td>
            <td>908 7207 908 </td>
          </tr>
        </tbody>
      </table>
      </td>
      <td> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Todays assembler command : EXOP Execute<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Operator <br>
      </td>
    </tr>
  </tbody>
</table>
</div>
</body>
</html>