1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  
     | 
    
      <html>
<head><title>Help On LaTeX \pagestyle</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">\pagestyle</font></h1>
 <tt>\pagestyle{option}</tt>
<p>
 The <tt>\pagestyle</tt> <a href="declarations.html">declaration</a>
  changes  the style  from the current  page on
 throughout the remainder of your document.
<p>
 The valid options are:
<ul>
<li><TT>plain</TT> Just a plain page number.
<li><TT>empty</TT> Produces empty heads and feet - no page numbers.
<li><TT>headings</TT> Puts running headings  on  each  page.   The  document
     style specifies what goes in the headings.
<li><TT>myheadings</TT> You specify what is to go in the  heading  with  the
     <tt>\markboth</tt> or the <tt>\markright</tt> commands.
</ul>
<hr>
See also
<A href="ltx-264.html"><tt>\markboth</tt> and 
  <tt>\markright</tt></A><br>
See also <a href="ltx-131.html">Page Styles</a><br>
Back to the <a href="ltx-2.html">Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 29 Jun 1995.
</address>
</body>
</html>
 
     |