<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Suresh Govindachar via texhax wrote:<br>
      <br>
    </div>
    <blockquote type="cite"
      cite="mid:a6276b67-9271-7fdd-8d7e-de908c74ab1d@yahoo.com">
      Two questions:
      <br>
      <br>
      a) My naive attempts to replace Helvetica with Arial failed. How
      would this replacement be done?
      <br>
    </blockquote>
    <br>
    Do you (i.e., does your TeX system) have all the necessary
    font-related files for Arial-BoldMT ?  My TeX Live 2020 system has
    none.  Maybe use CMSS10, for which you will have the necessary
    font-related files.<br>
    <br>
    <blockquote type="cite"
      cite="mid:a6276b67-9271-7fdd-8d7e-de908c74ab1d@yahoo.com">
      b) Why do Appendix F and G have watermarks, and how can they be
      removed?
      <br>
    </blockquote>
    <br>
    F.tex -> <br>
    <br>
    % Save file as: F.TEX Source: <a class="moz-txt-link-abbreviated" href="mailto:FILESERV@SHSU.BITNET">FILESERV@SHSU.BITNET</a>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">\special{!userdict
      begin </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">/bop-hook{gsave
    </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">72 144
      translate</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">/Helvetica-Bold
      findfont 648 scalefont setfont</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">0 0 moveto
    </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">0.9
      setgray </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">(F) show </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">grestore}def
      end}<br>
    </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br>
      G.tex probably similar (I did not bother to look).<br>
    </p>
    <br>
    <i>Philip Taylor</i><br>
  </body>
</html>