]> AND Private Git Repository - book_gpu.git/blob - BookGPU/BookGPU.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
1d122ea0ae215aa5515b5dce775d698ba3072cd2
[book_gpu.git] / BookGPU / BookGPU.tex
1 \documentclass[sunil1,ChapterTOCs]{sunil}
2 \usepackage[utf8]{inputenc}
3 \usepackage{amssymb}
4 \usepackage{amsmath}
5 \usepackage{graphicx}
6 \usepackage{subfigure}
7 %\usepackage{epsfig}
8 \usepackage{makeidx}
9 \usepackage[sectionbib]{bibunits}
10 \usepackage{multicol}
11 \frenchspacing
12 \tolerance=5000
13
14 \include{Chapters/chapter1/preamble}
15
16 \makeatletter
17
18
19 \makeatother
20
21 \makeindex
22
23 \begin{document}
24
25
26 %%bibliography style to adopt
27 \bibliographyunit[\chapter]
28 \defaultbibliographystyle{plain}
29
30
31
32 \title{Designing Scientific Applications on GPUs }
33
34 \author{Raphaël Couturier}
35
36 \maketitle
37
38 \frontmatter
39 \include{frontmatter/Foreword}
40 \include{frontmatter/preface}
41
42 \listoffigures
43 \listoftables
44 \tableofcontents
45
46 \mainmatter
47
48 \include{Chapters/symbollist}
49
50 \setcounter{page}{1}
51 \part{This is a Part}
52 \include{Chapters/chapter1/ch1}
53 \include{Chapters/chapter2/ch2}
54 %\include{Chapters/chapter3/ch3}
55
56 \bibliographystyle{hep}
57 %%%\bibliography{biblio}
58
59 \clearpage
60 \printindex
61
62 \end{document}