repeating for every page? Or best alternative

2002-05-02 Thread Christopher M. Jones
I would like to know how to repeat a command for every page. Specifically, I have the following at the beginning of a document: \begin{picture}(0,0) \unitlength=1in \put(-.35,-7.25){\line(0,1){7.25}\hspace{1.05\textwidth}\line(0,1){7.25}} \end{picture} The effect this gives me should be

Re: repeating for every page? Or best alternative

2002-05-02 Thread Matej Cepl
On 2 May, Christopher M. Jones wrote: \begin{picture}(0,0) \unitlength=1in \put(-.35,-7.25){\line(0,1){7.25}\hspace{1.05\textwidth}\line(0,1){7.25}} \end{picture} The effect this gives me should be repeated on every page. What is the best way to achieve this? I suppose, that this

repeating for every page? Or best alternative

2002-05-02 Thread Christopher M. Jones
I would like to know how to repeat a command for every page. Specifically, I have the following at the beginning of a document: \begin{picture}(0,0) \unitlength=1in \put(-.35,-7.25){\line(0,1){7.25}\hspace{1.05\textwidth}\line(0,1){7.25}} \end{picture} The effect this gives me should be

Re: repeating for every page? Or best alternative

2002-05-02 Thread Matej Cepl
On 2 May, Christopher M. Jones wrote: \begin{picture}(0,0) \unitlength=1in \put(-.35,-7.25){\line(0,1){7.25}\hspace{1.05\textwidth}\line(0,1){7.25}} \end{picture} The effect this gives me should be repeated on every page. What is the best way to achieve this? I suppose, that this

repeating for every page? Or best alternative

2002-05-02 Thread Christopher M. Jones
I would like to know how to repeat a command for every page. Specifically, I have the following at the beginning of a document: \begin{picture}(0,0) \unitlength=1in \put(-.35,-7.25){\line(0,1){7.25}\hspace{1.05\textwidth}\line(0,1){7.25}} \end{picture} The effect this gives me should be

Re: repeating for every page? Or best alternative

2002-05-02 Thread Matej Cepl
On 2 May, Christopher M. Jones wrote: > \begin{picture}(0,0) > \unitlength=1in > \put(-.35,-7.25){\line(0,1){7.25}\hspace{1.05\textwidth}\line(0,1){7.25}} > \end{picture} > > The effect this gives me should be repeated on every page. What > is the best way to achieve this? I suppose, that