File: NanoXML-Java.tex

package info (click to toggle)
libnanoxml2-java 2.2.3.dfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 988 kB
  • sloc: java: 5,085; xml: 150; makefile: 86; sh: 59
file content (36 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (4)
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}