<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Ross,</p>
    <p>Fascinating!</p>
    <p>Making that small change does correct the ordering. But then I
      thought that if the counter is correctly capturing the output, do
      I really even need the "ref=\arabic{... etc"?</p>
    <p>So I removed the ref group from each \setlist group, and that
      also works except we are left with spacing between the numbers
      (RQ1 (a) i.), whereas the ref group eliminates them (RQ1(a)i.). <br>
    </p>
    <p>\newlist{enumrq}{enumerate}{3}<br>
      \setlist[enumrq,1]{align=left,labelsep=.25em,label=RQ\arabic*}<br>
\setlist[enumrq,2]{align=left,leftmargin=*,labelsep=.25em,label*=~(\alph*)}<br>
\setlist[enumrq,3]{align=left,leftmargin=*,labelsep=.25em,label*=~\roman*.}<br>
    </p>
    <p>So now I wonder which is more visually appealing in a cross
      reference.</p>
    <p>I tried it with a dot numbering format and that works better.</p>
    <p>\newlist{enumrq*}{enumerate}{3}<br>
      \setlist[enumrq*,1]{align=left,labelsep=.5em,label=RQ\arabic*}<br>
\setlist[enumrq*,2]{align=left,leftmargin=*,labelsep=.25em,label*=.\arabic*}<br>
\setlist[enumrq*,3]{align=left,leftmargin=*,labelsep=.25em,label*=.\arabic*}<br>
    </p>
    <p>Note that in this case, the *'s are still in place and the
      counter works as expected. So I think maybe there is an issue in
      how the \alph counter is working. <br>
    </p>
    <p>In this instance, the workaround provides what is required.</p>
    <p>Cheers</p>
    <p>Alan<br>
    </p>
    <div class="moz-cite-prefix">On 15/04/21 7:27 pm, Ross Moore wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:2CFA117B-05CC-4D6E-AAD0-EE2A22D7F3F8@mq.edu.au">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      Hi Alan,<br class="">
      <div><br class="">
        <blockquote type="cite" class="">
          <div class="">On 15 Apr 2021, at 4:56 pm, Dr Alan Litchfield
            <<a href="mailto:alan@alphabyte.co.nz" class=""
              moz-do-not-send="true">alan@alphabyte.co.nz</a>> wrote:</div>
          <br class="Apple-interchange-newline">
          <div class="">
            <div class="">
              <p class="">Hi,</p>
              <p class="">I should have been more explicit.<br class="">
              </p>
              <p class="">In the pdf, the cross references to the
                enumerated items do not correlate with their label
                numbers. Specifically, the 4th, 5th, 7th and 8th.</p>
            </div>
          </div>
        </blockquote>
        <div><br class="">
        </div>
        <div>OK. I see it now.</div>
        <div><br class="">
        </div>
        <div>Here’s the issue:</div>
        <div><br class="">
        </div>
        <div>I inserted these lines before the 1st wrong item:</div>
        <div><br class="">
        </div>
        <div>
          <blockquote type="cite" class="">
          </blockquote>
          <blockquote type="cite" class="">
            <blockquote type="cite" class="">
            </blockquote>
          </blockquote>
          <blockquote type="cite" class="">
            <blockquote type="cite" class="">
              <blockquote type="cite" class="">
                <div style="margin: 0px; font-stretch: normal;
                  line-height: normal;" class="">\show\theenumrqi</div>
                <div style="margin: 0px; font-stretch: normal;
                  line-height: normal;" class="">\show\theenumrqii</div>
                <div style="margin: 0px; font-stretch: normal;
                  line-height: normal;" class="">\show\theenumrqiii</div>
                <div style="margin: 0px; font-stretch: normal;
                  line-height: normal;" class=""><span class="Apple-tab-span" style="white-space:pre"></span>\item
                  reference is rq:4 \label{rq:4} </div>
                <div style="margin: 0px; font-stretch: normal;
                  line-height: normal;" class=""><span class="Apple-tab-span" style="white-space:pre"></span>\end{enumrq}</div>
              </blockquote>
            </blockquote>
          </blockquote>
          <div class=""><br class="">
          </div>
          <div class="">Here’s what you get:</div>
        </div>
        <div><br class="">
        </div>
        <div>
          <blockquote type="cite" class="">
          </blockquote>
          <blockquote type="cite" class="">
            <blockquote type="cite" class="">
              <div>> \theenumrqi=macro:</div>
              <div>->{RQ\arabic {enumrqi}}.</div>
              <div>l.20 \show\theenumrqi</div>
              <div>                     </div>
              <div>? </div>
              <div>> \theenumrqii=macro:</div>
              <div>->{RQ\arabic {enumrqii}(\alph {enumrqii})}.</div>
              <div>l.21 \show\theenumrqii</div>
              <div>                      </div>
              <div>? </div>
              <div>> \theenumrqiii=macro:</div>
              <div>->{RQ\arabic {enumrqiii}(\alph {enumrqiii})\roman
                {enumrqiii}.}.</div>
              <div>l.22 \show\theenumrqiii</div>
              <div>                       </div>
              <div>? </div>
            </blockquote>
          </blockquote>
          <div class=""><br class="">
          </div>
          <div class="">See how the expansions for the 2nd- and
            3rd-level counters are wrong.</div>
          <div class="">It should be:</div>
          <div class=""><br class="">
          </div>
          <div class="">
            <blockquote type="cite" class="">
              <blockquote type="cite" class="">
                <div>> \theenumrqiii=macro:</div>
                <div>->{RQ\arabic {enumrqi}(\alph {enumrqii})\roman
                  {enumrqiii}.}.</div>
              </blockquote>
            </blockquote>
          </div>
        </div>
        <div><br class="">
        </div>
        <div><br class="">
        </div>
        <div>Here’s one way to get it correct:</div>
        <div><br class="">
        </div>
        <div>
          <div style="margin: 0px; font-stretch: normal; line-height:
            normal;" class="">%\setlist[enumrq,1]{align=left,labelsep=.5em,label=RQ\arabic*</div>
          <div style="margin: 0px; font-stretch: normal; line-height:
            normal;" class="">%, ref=RQ\arabic*}</div>
          <div style="margin: 0px; font-stretch: normal; line-height:
            normal;" class="">%\setlist[enumrq,2]{align=left,leftmargin=*,labelsep=.25em,label=~(\alph*),
            ref=RQ\arabic*(\alph*)}</div>
          <div style="margin: 0px; font-stretch: normal; line-height:
            normal;" class="">%\setlist[enumrq,3]{align=left,leftmargin=*,labelsep=.25em,label=~\roman*.,
            ref=RQ\arabic*(\alph*)\roman*.}</div>
          <div style="margin: 0px; font-stretch: normal; line-height:
            normal; min-height: 14px;" class="">
            <br class="">
          </div>
          <div style="margin: 0px; font-stretch: normal; line-height:
            normal;" class="">\setlist[enumrq,1]{align=left,labelsep=.5em,label=RQ\arabic*,
            ref=RQ\arabic*}</div>
          <div style="margin: 0px; font-stretch: normal; line-height:
            normal;" class="">\setlist[enumrq,2]{align=left,leftmargin=*,labelsep=.25em,label=~(\alph*),
            ref=RQ\arabic{enumrqi}(\alph*)}</div>
          <div style="margin: 0px; font-stretch: normal; line-height:
            normal;" class="">\setlist[enumrq,3]{align=left,leftmargin=*,labelsep=.25em,label=~\roman*.,
            ref=RQ\arabic{enumrqi}(\alph{enumrqii})\roman*.}</div>
          <div class=""><br class="">
          </div>
          <div class=""><br class="">
          </div>
          <div class="">It seems that you cannot use multiple *s in the
             ref=  field.</div>
          <div class=""><br class="">
          </div>
          <div class="">That kind of makes sense, if * is meant to refer
            to a default counter.</div>
          <div class="">How will it know internally that you actually
            meant 3 different counters?</div>
          <div class=""><br class="">
          </div>
        </div>
        <blockquote type="cite" class="">
          <div class="">
            <div class="">
              <p class=""><br class="">
              </p>
              <p class="">Thanks</p>
              <p class="">Alan<br class="">
              </p>
            </div>
          </div>
        </blockquote>
        <br class="">
      </div>
      <div><br class="">
      </div>
      <div>Hope this helps.</div>
      <div><br class="">
      </div>
      <div><span class="Apple-tab-span" style="white-space:pre"></span>Ross</div>
      <br class="">
      <div class=""><br class="">
        Dr Ross Moore<br class="">
        Department of Mathematics and Statistics 
        <div class="">12 Wally’s Walk, Level 7, Room 734<br class="">
          Macquarie University, NSW 2109, Australia<br class="">
          T: +61 2 9850 8955  |  F: +61 2 9850 8114<br class="">
          M:+61 407 288 255  |  E: <a href="mailto:ross.moore@mq.edu.au"
            class="" moz-do-not-send="true">ross.moore@mq.edu.au</a><br
            class="">
          <a href="http://www.maths.mq.edu.au" class=""
            moz-do-not-send="true">http://www.maths.mq.edu.au</a><span
            style="font-size: 12px; line-height: normal;"><a
              href="http://mq.edu.au/" target="_blank" style="font-size:
              12px; line-height: normal;" class=""
              moz-do-not-send="true"><span><br
                  class="Apple-interchange-newline" style="caret-color:
                  rgb(0, 105, 217); color: rgb(0, 105, 217); font-size:
                  12px; font-style: normal; font-variant-caps: normal;
                  font-weight: normal; letter-spacing: normal;
                  text-align: start; text-indent: 0px; text-transform:
                  none; white-space: normal; word-spacing: 0px;
                  -webkit-text-size-adjust: auto;
                  -webkit-text-stroke-width: 0px; font-family: Arial,
                  sans-serif; orphans: 2; widows: 2;">
                <span style="caret-color: rgb(0, 105, 217); color:
                  rgb(0, 105, 217); font-size: 12px; font-style: normal;
                  font-variant-caps: normal; font-weight: normal;
                  letter-spacing: normal; text-align: start;
                  text-indent: 0px; text-transform: none; white-space:
                  normal; word-spacing: 0px; -webkit-text-size-adjust:
                  auto; -webkit-text-stroke-width: 0px; font-family:
                  Arial, sans-serif; orphans: 2; widows: 2;"><span><span><span><span><img
                            apple-inline="yes"
                            id="CA990EBE-1C34-4F86-B1E2-82B9DDE6FEB6"
                            src="cid:part4.2ECD6DF7.BAF0C399@alphabyte.co.nz"
                            class=""></span><br style="font-size: 12px;
                          font-style: normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration:
                          none;" class="">
                        <span style="font-size: 12px; font-style:
                          normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">CRICOS Provider Number 00002J. Think
                          before you</span><span style="font-size: 12px;
                          font-style: normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class=""> </span><span style="font-size: 12px;
                          font-style: normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">print. </span><br style="font-size:
                          12px; font-style: normal; font-variant-caps:
                          normal; font-weight: normal; letter-spacing:
                          normal; orphans: 2; text-align: start;
                          text-indent: 0px; text-transform: none;
                          white-space: normal; widows: 2; word-spacing:
                          0px; -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration:
                          none;" class="">
                        <span style="font-size: 12px; font-style:
                          normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">Please consider the environment
                          before printing this</span><span
                          style="font-size: 12px; font-style: normal;
                          font-variant-caps: normal; font-weight:
                          normal; letter-spacing: normal; orphans: 2;
                          text-align: start; text-indent: 0px;
                          text-transform: none; white-space: normal;
                          widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class=""> </span><span style="font-size: 12px;
                          font-style: normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">email.</span><br style="font-size:
                          12px; font-style: normal; font-variant-caps:
                          normal; font-weight: normal; letter-spacing:
                          normal; orphans: 2; text-align: start;
                          text-indent: 0px; text-transform: none;
                          white-space: normal; widows: 2; word-spacing:
                          0px; -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration:
                          none;" class="">
                        <br style="font-size: 12px; font-style: normal;
                          font-variant-caps: normal; font-weight:
                          normal; letter-spacing: normal; orphans: 2;
                          text-align: start; text-indent: 0px;
                          text-transform: none; white-space: normal;
                          widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration:
                          none;" class="">
                        <span style="font-size: 12px; font-style:
                          normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">This message is intended for the
                          addressee named</span><span style="font-size:
                          12px; font-style: normal; font-variant-caps:
                          normal; font-weight: normal; letter-spacing:
                          normal; orphans: 2; text-align: start;
                          text-indent: 0px; text-transform: none;
                          white-space: normal; widows: 2; word-spacing:
                          0px; -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class=""> </span><span style="font-size: 12px;
                          font-style: normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">and may </span><br style="font-size:
                          12px; font-style: normal; font-variant-caps:
                          normal; font-weight: normal; letter-spacing:
                          normal; orphans: 2; text-align: start;
                          text-indent: 0px; text-transform: none;
                          white-space: normal; widows: 2; word-spacing:
                          0px; -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration:
                          none;" class="">
                        <span style="font-size: 12px; font-style:
                          normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">contain confidential information. If
                          you are not the</span><span style="font-size:
                          12px; font-style: normal; font-variant-caps:
                          normal; font-weight: normal; letter-spacing:
                          normal; orphans: 2; text-align: start;
                          text-indent: 0px; text-transform: none;
                          white-space: normal; widows: 2; word-spacing:
                          0px; -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class=""> </span><span style="font-size: 12px;
                          font-style: normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">intended </span><br style="font-size:
                          12px; font-style: normal; font-variant-caps:
                          normal; font-weight: normal; letter-spacing:
                          normal; orphans: 2; text-align: start;
                          text-indent: 0px; text-transform: none;
                          white-space: normal; widows: 2; word-spacing:
                          0px; -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration:
                          none;" class="">
                        <span style="font-size: 12px; font-style:
                          normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">recipient, please delete it and
                          notify the sender. Views</span><span
                          style="font-size: 12px; font-style: normal;
                          font-variant-caps: normal; font-weight:
                          normal; letter-spacing: normal; orphans: 2;
                          text-align: start; text-indent: 0px;
                          text-transform: none; white-space: normal;
                          widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class=""> </span><span style="font-size: 12px;
                          font-style: normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">expressed </span><br
                          style="font-size: 12px; font-style: normal;
                          font-variant-caps: normal; font-weight:
                          normal; letter-spacing: normal; orphans: 2;
                          text-align: start; text-indent: 0px;
                          text-transform: none; white-space: normal;
                          widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration:
                          none;" class="">
                        <span style="font-size: 12px; font-style:
                          normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">in this message are those of the
                          individual sender, and</span><span
                          style="font-size: 12px; font-style: normal;
                          font-variant-caps: normal; font-weight:
                          normal; letter-spacing: normal; orphans: 2;
                          text-align: start; text-indent: 0px;
                          text-transform: none; white-space: normal;
                          widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class=""> </span><span style="font-size: 12px;
                          font-style: normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">are not </span><br style="font-size:
                          12px; font-style: normal; font-variant-caps:
                          normal; font-weight: normal; letter-spacing:
                          normal; orphans: 2; text-align: start;
                          text-indent: 0px; text-transform: none;
                          white-space: normal; widows: 2; word-spacing:
                          0px; -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration:
                          none;" class="">
                        <span style="font-size: 12px; font-style:
                          normal; font-variant-caps: normal;
                          font-weight: normal; letter-spacing: normal;
                          orphans: 2; text-align: start; text-indent:
                          0px; text-transform: none; white-space:
                          normal; widows: 2; word-spacing: 0px;
                          -webkit-text-size-adjust: auto;
                          -webkit-text-stroke-width: 0px; caret-color:
                          rgb(0, 0, 0); color: rgb(0, 0, 0);
                          font-family: Helvetica; text-decoration: none;
                          float: none; display: inline !important;"
                          class="">necessarily the views of Macquarie
                          University.</span> </span></span></span></span></span></a></span></div>
      </div>
      <br class="">
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">----------- Please Consult the Following Before Posting -----------
TeX FAQ: <a class="moz-txt-link-freetext" href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a>
List Reminders and Etiquette: <a class="moz-txt-link-freetext" href="https://sites.esm.psu.edu/~gray/tex/">https://sites.esm.psu.edu/~gray/tex/</a>
List Archives: <a class="moz-txt-link-freetext" href="http://dir.gmane.org/gmane.comp.tex.macosx">http://dir.gmane.org/gmane.comp.tex.macosx</a>
                <a class="moz-txt-link-freetext" href="https://email.esm.psu.edu/pipermail/macosx-tex/">https://email.esm.psu.edu/pipermail/macosx-tex/</a>
TeX on Mac OS X Website: <a class="moz-txt-link-freetext" href="http://mactex-wiki.tug.org/">http://mactex-wiki.tug.org/</a>
List Info: <a class="moz-txt-link-freetext" href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Dr Alan Litchfield
AlphaByte
PO Box 1941
Auckland, New Zealand 1140</pre>
  </body>
</html>