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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<html>
<head><title>\pagestyle</title></head>
<body>
<h1>\pagestyle</h1>
<P>
</P>
<P>
<CODE>\pagestyle{option}</CODE>
</P>
<P>
The <CODE>\pagestyle</CODE> command changes the style from the current page on
throughout the remainder of your document.
</P>
<P>
The valid options are:
</P>
<UL>
<LI>
<CODE>plain</CODE> - Just a plain page number.
<LI>
<CODE>empty</CODE> - Produces empty heads and feet - no page numbers.
<LI>
<CODE>headings</CODE> - Puts running headings on each page. The document
style specifies what goes in the headings.
<LI>
<CODE>myheadings</CODE> - You specify what is to go in the heading with the
<CODE>\markboth</CODE> or the <CODE>\markright</CODE> commands.
</UL>
<UL>
<LI><A href="sec139.html">\markboth</A>: Set left and right headings.
<LI><A href="sec140.html">\markright</A>: Set right heading only.
</UL>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|