<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">Ross Moore wrote:<br>
    </div>
    <blockquote
      cite="mid:BF518895-70D8-4446-8378-07CC4B279842@mq.edu.au"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      One of my messages answered this.
      <div class="">
        <div>
          <div>It is so that  \setpagecolor  can work correctly.</div>
          <div>A coloured rectangle is drawn, at the size of the full
            page.</div>
          <div> \shipout  is patched to do it on every page.</div>
        </div>
      </div>
    </blockquote>
    OK, that makes sense ('though I would argue that it should be the
    author's responsibility to set page size, and the package should
    assume that the author has done so correctly prior to loading the
    package), but I still do not know from where it is taking what it
    believes (wrongly, in my case) to be the page size.  In other words,
    rather than using :<br>
    <br>
    <tt>    \input eplain<br>
          \beginpackages<br>
              \usepackage [nosetpagesize] {color}    <br>
          \endpackages<br>
      <br>
    </tt>what should I be setting prior to using package {color} in
    order to communicate my intended page size to package {color} ?<br>
    <br>
    And why does :<br>
    <br>
    <tt>    \input miniltx<br>
          \input color<br>
      <br>
    </tt>/not/ change my page size ?<br>
    <br>
    ** Phil.<br>
  </body>
</html>