aboutsummaryrefslogtreecommitdiff
path: root/doc/implement
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-09-05 17:11:25 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-09-05 17:11:25 +0000
commita9844d1ae10f17e0d822647c7a21c04088e17f2a (patch)
tree61773a975c135dd568409c4a39958a1db78c23ec /doc/implement
parent48a19350841f0640bbe9411a6b0ab0337fae8ac3 (diff)
downloadkrb5-a9844d1ae10f17e0d822647c7a21c04088e17f2a.zip
krb5-a9844d1ae10f17e0d822647c7a21c04088e17f2a.tar.gz
krb5-a9844d1ae10f17e0d822647c7a21c04088e17f2a.tar.bz2
add rules on fancy & plain foots & heads
fix up headers/footers to include the page number git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1090 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement')
-rw-r--r--doc/implement/implement.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/implement/implement.tex b/doc/implement/implement.tex
index 1263597..489f79b 100644
--- a/doc/implement/implement.tex
+++ b/doc/implement/implement.tex
@@ -6,18 +6,23 @@
\setlength{\parskip}{.1in}
\setlength{\parindent}{2em}
\setlength{\textwidth}{6.25in}
+\setlength{\footrulewidth}{0.4pt}
+\setlength{\plainfootrulewidth}{0.4pt}
+\setlength{\plainheadrulewidth}{0.4pt}
\makeindex
\newif\ifdraft
\drafttrue
\typein{Draft flag? (type \noexpand\draftfalse<CR> if not draft...)}
\ifdraft
-\pagestyle{fancy}
+\pagestyle{fancyplain}
\makeatletter
\renewcommand{\sectionmark}[1]{\markboth {\uppercase{\ifnum \c@secnumdepth >\z@
\thesection\hskip 1em\relax \fi #1}}{}}%
\renewcommand{\subsectionmark}[1]{\markright {\ifnum \c@secnumdepth >\@ne
\thesubsection\hskip 1em\relax \fi #1}}
\makeatother
+\lhead[\thepage]{\fancyplain{}{\sl\rightmark}}
+\rhead[\fancyplain{}{\sl\rightmark}]{\thepage}
\cfoot{{\bf DRAFT---DO NOT REDISTRIBUTE}}
\else\pagestyle{headings}\fi
\begin{document}