[docs] Introduction, fix index in TOC

This commit is contained in:
Kevin Lange 2011-03-18 19:31:13 -05:00
parent 4a9471d853
commit c7fb0ad6ac
2 changed files with 21 additions and 4 deletions

View File

@ -40,17 +40,22 @@
\setcounter{page}{2}
% Table of Contents
\cleardoublepage
\tableofcontents
\clearpage
%% BEGIN DOCUMENT CONTENTS %%
% Dynamic Linker / Loader documentation
\input{loader.tex}
% Introduction
\clearpage
\input{intro.tex}
% Dynamic Linker / Loader documentation
\clearpage
\input{loader.tex}
%% Index %%
\addcontentsline{toc}{chapter}{Index}
\clearpage
\addcontentsline{toc}{section}{Index}
\printindex
\end{CJK}

12
docs/intro.tex Normal file
View File

@ -0,0 +1,12 @@
% vim:syntax=tex
% Kernel Documentation Introduction
\section{Introduction}
\subsection{Purpose}
TODO
\subsection{Goals}
TODO