1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
\documentclass[a4paper]{book}
\usepackage{hyperref}
\title{NanoXML/Lite 2.2}
\author{Marc De Scheemaecker $<$cyberelf@mac.com$>$}
\pdfinfo {
/Title (NanoXML/Lite 2.2)
/Creator (LaTeX)
/Producer (pdfTeX 0.14a)
/Author (Marc De Scheemaecker)
/CreationDate (D:20010204000000)
/ModDate (D:20030201171156)
/Subject (NanoXML/Lite)
/Keywords (NanoXML,XML)
}
\include{defs}
\begin{document}
\titlepage
\maketitle
\tableofcontents
\include{introduction}
\include{retrieving_data}
\end{document}
|