<html>
<body>
I am trying to complete an instructor's solutions manual for a new
edition of a Modern Physics text.&nbsp; So far Tex has<br>
worked wonderful for all of the equations and description.<br><br>
Now I am trying to put it all in a book so that the pages will all be
correct, etc.<br><br>
That works fine, but I can't seem to get the
<font color="#0000FF">correct headings </font>on the top of the
pages.<br><br>
I added this (entire file is below):<br><br>
<font color="#FF0000">\usepackage{layout}<br>
\pagestyle{myheadings}<br><br>
\markboth{ chapter title }{\text{chapter}}<br><br>
</font>This places the words <font color="#0000FF">chapter title
</font>on the even pages and <font color="#0000FF">chapter </font>on the
odd pages as<br>
you would expect.<br><br>
The problem is that I want the <font color="#0000FF">chapter title
</font>and the <font color="#0000FF">chapter</font> number to change
<br>
with each new chapter <br><br>
If I take out the <font color="#FF0000">commands</font> above, I can
obtain Chapter 2, Chapter 3, etc. on the <br>
even pages, but nothing on the odd pages.<br><br>
<br>
Any suggestions????<br><br>
Also, how do you place figures if you don't want any numbering or naming
to go<br>
with them?<br><br>
Thank you for any assistance.<br><br>
Allen<br><br>
<br><br>
Entire document follows if this is helpful.<br><br>
\documentclass[10pt]{book}<br><br>
\usepackage{amsmath}<br>
\usepackage{amsthm}<br>
\usepackage{graphics}<br>
\usepackage{layout}<br>
\pagestyle{myheadings}<br><br>
<br>
\markboth{title on the page}{\text{chapter}}<br><br>
\setlength{\oddsidemargin}{0.0in} \setlength{\topmargin}{0.0in}<br>
\setlength{\evensidemargin}{0.0in} \setlength{\textheight}{8.5 in}<br>
\setlength{\textwidth}{6.5in}<br><br>
\begin{document}<br><br>
\setcounter{chapter}{1}<br>
\input{Chapter2.tex}<br>
%editing complete<br>
\input{Chapter3.tex}<br>
%editing complete<br>
\input{Chapter4.tex}<br>
\input{Chapter5.tex}<br>
\input{Chapter6.tex}<br>
\input{Chapter7.tex}<br>
\input{Chapter8.tex}<br>
\input{Chapter9.tex}<br>
\input{Chapter10.tex}<br>
\input{Chapter11.tex}<br>
\input{Chapter12.tex}<br>
\input{Chapter13.tex}<br>
\input{Chapter14.tex}<br>
\input{Chapter15.tex}<br>
%editing complete<br>
\input{Chapter16.tex}<br><br>
\end{document}<br><br>
<x-sigsep><p></x-sigsep>
<font face="Forte">Allen P. Flora<br>
</font>Allen P. Flora, Ph.D.<br>
Professor of Physics<br>
Hood College<br>
Frederick, MD.&nbsp; 21701<br><br>
There is more to life than increasing its speed.<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Mahatmas
Gandhi<br>
</body>
</html>