aboutsummaryrefslogtreecommitdiff
path: root/doc/implement
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-09-05 14:08:32 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-09-05 14:08:32 +0000
commit73852f609a18070297176f5f40622a385a552516 (patch)
tree973c42da362e5e9d32ed60cebaf0f3cb4bb18bef /doc/implement
parent109597fe50baf77753dcbc48e4af3a54fe031941 (diff)
downloadkrb5-73852f609a18070297176f5f40622a385a552516.zip
krb5-73852f609a18070297176f5f40622a385a552516.tar.gz
krb5-73852f609a18070297176f5f40622a385a552516.tar.bz2
change operating system to separate section; add some fixes for fancy
headings git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1083 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement')
-rw-r--r--doc/implement/implement.tex10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/implement/implement.tex b/doc/implement/implement.tex
index 7f6c7d3..1263597 100644
--- a/doc/implement/implement.tex
+++ b/doc/implement/implement.tex
@@ -12,8 +12,12 @@
\typein{Draft flag? (type \noexpand\draftfalse<CR> if not draft...)}
\ifdraft
\pagestyle{fancy}
-\lhead[\fancyplain{}\thepage]{\fancyplain{}{\sl \leftmark}}
-\rhead[\fancyplain{}{\sl \leftmark}]{\fancyplain{}\thepage}
+\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
\cfoot{{\bf DRAFT---DO NOT REDISTRIBUTE}}
\else\pagestyle{headings}\fi
\begin{document}
@@ -41,7 +45,7 @@ programming, maintenance, and porting.
\subsection{Key table functions}
\input{keytab.tex}
-\subsection{Operating-system specific functions}
+\section{Operating-system specific functions}
\input{libos.tex}
\section{Principal database functions}