<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Comic Sans MS" color=#000080 size=2>Use the fancyhdr package (I 
use a few others too), as follows:</FONT></DIV>
<DIV><FONT face="Comic Sans MS" color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" color=#000080 
size=2>\documentclass{book}<BR>\def\enl{\filbreak\small\textbf}<BR>\def\ene{\filbreak\textbf}<BR>\def\enn{\normalsize}<BR>\usepackage{fancyhdr}<BR>\usepackage[papersize={6.14in,9.21in},margin={0.5in},top={1in},bottom={0.75in},headheight={23.101pt},centering,verbose=false]{geometry}<BR>\usepackage[none]{hyphenat}<BR>\usepackage{multicol}<BR>\newcommand{\imark}[1]{#1\markboth{#1}{#1}}<BR>\fontsize{10}{12.5}\selectfont</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" color=#000080 
size=2>\begin{document}<BR>\frontmatter <BR>\mainmatter<BR>%&nbsp;COPY THIS CODE 
WHEN CHANGING 
HEADERS<BR>%&nbsp;\end{multicols}<BR>%&nbsp;\eject<BR>\pagestyle{fancy}\fancyhead{}<BR>\fancyhead[LE,RO]{\textsf{\rightmark\\\leftmark}}<BR>\fancyhead[C]{\textbf{Abbreviations}}<BR>\fancyhead[RE,LO]{\small\textsl{Also 
see Studies, Chemotherapy\\Regimens, and 
Vocabulary}}<BR>\renewcommand{\headrulewidth}{0.2pt} 
<BR>\fancyfoot[LE,RO]{\textit{MeDiCaLeSe~2005}}<BR>\fancyfoot[RE,LO]{\textsf{www.medicalese.org}}<BR>\renewcommand{\footrulewidth}{0.2pt}<BR>\raggedright<BR>\begin{multicols}{2}<BR>%&nbsp;END 
OF CODE TO COPY WHEN CHANGING HEADERS<BR>\small \textbf{\imark{3D-SLS}}\enn: 
three-dimensional superficial liposculpture.\ene </FONT></DIV>
<DIV><FONT face="Comic Sans MS" color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" color=#000080 size=2>... and so on.</FONT></DIV>
<DIV><FONT face="Comic Sans MS" color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" color=#000080 size=2>You can see&nbsp;a page 
of&nbsp;output at <A 
href="http://www.edearborn.net/6book.pdf">http://www.edearborn.net/6book.pdf</A> 
.&nbsp; Hope this helps,</FONT></DIV>
<DIV><FONT face="Comic Sans MS" color=#000080 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" size=2>Elizabeth Dearborn<BR></FONT><A 
href="mailto:webmaster@edearborn.net"><FONT face="Comic Sans MS" 
size=2>webmaster@edearborn.net</FONT></A><BR><FONT face="Comic Sans MS" 
size=2>---------------------------------<BR>All outgoing mail is checked with 
Panda Titanium Antivirus 2004.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000080 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=mscipolone@yahoo.com href="mailto:mscipolone@yahoo.com">Mark S 
  Cipolone</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=support@tug.org 
  href="mailto:support@tug.org">support@tug.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, February 10, 2005 4:17 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [texhax] Running heads that 
  aren't properly justified</DIV>
  <DIV><BR></DIV>[I posted this question to comp.text.tex; is there<BR>anyone 
  here who can answer it or who can forward it to<BR>another forum?]<BR><BR>I am 
  working on a paper whose style sets up running<BR>heads using the following 
  commands: <BR><BR>\def\ps@headings{%<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  \let\@oddfoot\@empty\let\@evenfoot\@empty<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
  <BR>\def\@evenhead{{\rule[-5pt]{\textwidth}{1pt}}\hspace*{-\textwidth}\sffamily\thepage\hfil\leftmark}%<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
  <BR>\def\@oddhead{{\rule[-5pt]{\textwidth}{1pt}}\hspace*{-\textwidth}\sffamily{\rightmark}\hfil\thepage}%<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  \let\@mkboth\markboth<BR>&nbsp;&nbsp;&nbsp; 
  \def\chaptermark##1{%<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \markboth {{%%%%%was 
  \MakeUppercase<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \ifnum 
  \c@secnumdepth 
  &gt;\m@ne<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  \if@mainmatter<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  \@chapapp\ \thechapter. \ 
  %<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  \fi<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  \fi<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  ##1}}{}}%<BR>&nbsp;&nbsp;&nbsp; 
  \def\sectionmark##1{%<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \markright {{%%%%%was 
  \MakeUppercase<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \ifnum 
  \c@secnumdepth 
  &gt;\z@<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \thesection. 
  \ %<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  \fi<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ##1}}}}<BR><BR>In other 
  words, all pages have a rule at the top;<BR>even-numbered pages have the page 
  number on the left<BR>and the chapter title on the right; and 
  odd-numbered<BR>pages have the section title on the left and the 
  page<BR>number on the right. <BR><BR>My problem is that the text placed on the 
  right edge<BR>of the running head does not come out flush with the<BR>right 
  margin; i.e., there is a small amount of space<BR>between the rightmost 
  character of the text and the<BR>right margin.&nbsp; The amount of space seems 
  to vary<BR>depending on the length of the text on the left edge<BR>of the 
  running head.&nbsp; Does anyone know what could be<BR>causing this? <BR><BR>-- 
  <BR>MSC <BR><BR><BR><BR>__________________________________ <BR>Do you Yahoo!? 
  <BR>Meet the all-new My Yahoo! - Try it today! <BR><A 
  href="http://my.yahoo.com">http://my.yahoo.com</A> 
<BR>&nbsp;<BR><BR><BR></BLOCKQUOTE></BODY></HTML>