<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5848" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hello all,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have set up a counter and environment (using XeLaTeX) as follows:</DIV>
<DIV>&nbsp;</DIV>
<DIV>\newcounter{examples}[chapter]</DIV>
<DIV>&nbsp;</DIV>
<DIV>\newenvironment{examples}<BR>&nbsp;{\begin{list}%<BR>&nbsp;&nbsp;{\textsc{Example} \arabic{examples}.} %<BR>&nbsp;&nbsp;{\setlength{\labelsep}{10pt} %<BR>&nbsp;&nbsp;&nbsp;\setlength{\itemindent}{10pt} %<BR>&nbsp;&nbsp;&nbsp;\setlength{\leftmargin}{0pt} %<BR>&nbsp;&nbsp;&nbsp;\setlength{\labelwidth}{0pt} %<BR>&nbsp;&nbsp;&nbsp;\usecounter{examples}%<BR>&nbsp;&nbsp;} %<BR>&nbsp;} %<BR>&nbsp;{\end{list}}</DIV>
<DIV>&nbsp;</DIV>
<DIV>The idea is to let the examples counter run through each chapter and only reset at the next chapter. For some reason, it resets itself in environment changes (for example after enumerates, at each new section...).</DIV>
<DIV>&nbsp;</DIV>
<DIV>What am I doing wrong?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks</DIV>
<DIV>&nbsp;</DIV>
<DIV>K</DIV>
<DIV>&nbsp;</DIV>
<DIV>Karljürgen G. Feuerherm, PhD<BR>Department of Archaeology and Classical Studies<BR>Wilfrid Laurier University<BR>75 University Avenue West<BR>Waterloo, Ontario N2L 3C5<BR>Tel. (519) 884-1970 x3193<BR>Fax (519) 883-0991 (ATTN Arch. &amp; Classics)</DIV></BODY></HTML>