<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thank you Jonathan; a great improvement, and one much appreciated.<br>
    <br>
    <div class="moz-cite-prefix">Jonathan Kew wrote:<br>
    </div>
    <blockquote
      cite="mid:8f34e0b7-66c4-76ef-644c-866ad89af091@gmail.com"
      type="cite">You could avoid the untidiness of #5 if you hook in
      \setboundingboxes differently, such that it's actually inserted
      into what is being shipped out, rather than added to the MVL to
      become part of the next page. E.g. if you're using the plain.tex
      \output routine, you could just sneak it onto the start of
      \makeheadline:
      <br>
      <br>
          \let \Makeheadline = \makeheadline
      <br>
          \def \makeheadline {\setboundingboxes \Makeheadline}
      <br>
      <br>
      Then every page should get the desired settings, AFAICS, without
      needing to do it manually on the first page (and without needing
      an explicit page count in the source).<br>
    </blockquote>
    ** Phil.<br>
    <div class="moz-signature">-- <br>
      <img src="cid:part1.00090400.03050007@Rhul.Ac.Uk"><br>
      Philip Taylor</div>
  </body>
</html>