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 31 32 33 34 35 36
|
\documentclass[a4paper]{book}
\usepackage[pdftex]{graphicx}
\usepackage{hyperref}
\DeclareGraphicsExtensions{.pdf}
\title{NanoXML/Java 2.2}
\author{Marc De Scheemaecker $<$cyberelf@mac.com$>$}
\pdfinfo {
/Title (NanoXML/Java 2.2)
/Creator (LaTeX)
/Producer (pdfTeX 0.14a)
/Author (Marc De Scheemaecker)
/CreationDate (D:20020205000000)
/ModDate (D:20030201171151)
/Subject (NanoXML/Java)
/Keywords (NanoXML,XML)
}
\include{defs}
\begin{document}
\titlepage
\maketitle
\tableofcontents
\include{introduction}
\include{retrieving_data}
\include{streaming_data}
\include{advanced}
\end{document}
|