<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Calibri;color: #000000;font-size: 12pt;">
Dear All,<br>
<br>
Has the method for including private postscript header files been changed?<br>
<br>
For years I have included a private header file (mypstrix.pro) in my postscript documents. An abbreviated version is included at the end of this message. This was subsequently loaded by adding the following two lines to the file pstricks.con. Actually, to a
 copy of pstricks.con located in my private root.<br>
<br>
\pstcustomize<br>
\pstheader{mypstrix.pro}<br>
<br>
Now  the command chain:       latex -- dvips <br>
would generate a postscript file with an embedded copy of mypstrix.pro. This has worked seamlessly for at least 9 years. Yesterday it stopped working.
<br>
<br>
I am using the latest version of MiKTeX 2.9 if it matters.<br>
<br>
Is there another way to load private header files that I could try?<br>
<br>
thanks<br>
rick<br>
<br>
<br>
%% Begin mypstrix.pro %%<br>
%!<br>
% My own PostScript prologue for pstricks.tex. (Set flag in pstricks.con to use.)<br>
% Version 2004<br>
%<br>
userdict begin %<br>
/natBase {ENeperian} def %<br>
/avg@ {add 2 div} def % (a+b)/2<br>
/dist@ {sub abs} def % |a-b|<br>
%%Hyperbolics<br>
/sinh@t {dup natBase exch exp exch neg natBase exch exp sub 2 div} def %<br>
end<br>
%<br>
%% End mypstrix.pro %%<br>
</div>
</body>
</html>