A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
book_gpu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ch18
[book_gpu.git]
/
BookGPU
/
BookGPU.tex
diff --git
a/BookGPU/BookGPU.tex
b/BookGPU/BookGPU.tex
index 0c854a570a3e18c1573e19f5901cda50f93d45f3..3202b3b8df138c6f0596716172894147419c3223 100755
(executable)
--- a/
BookGPU/BookGPU.tex
+++ b/
BookGPU/BookGPU.tex
@@
-1,6
+1,6
@@
\documentclass[sunil1,ChapterTOCs]{sunil}
\usepackage[utf8]{inputenc}
\documentclass[sunil1,ChapterTOCs]{sunil}
\usepackage[utf8]{inputenc}
-\usepackage{amssymb}
+
%
\usepackage{amssymb}
%usepackage{amsbsy}
\usepackage{amsfonts,amssymb}
\usepackage{amsmath}
%usepackage{amsbsy}
\usepackage{amsfonts,amssymb}
\usepackage{amsmath}
@@
-21,7
+21,7
@@
\usepackage{epstopdf}
\usepackage{url}
\usepackage{multirow}
\usepackage{epstopdf}
\usepackage{url}
\usepackage{multirow}
-\usepackage{layouts}
+
%
\usepackage{layouts}
\usepackage{comment}
\usepackage{xcolor}
\usepackage{upquote}
\usepackage{comment}
\usepackage{xcolor}
\usepackage{upquote}
@@
-36,6
+36,7
@@
\usepackage{moreverb}
\usepackage{commath}
\usepackage{numprint}
\usepackage{moreverb}
\usepackage{commath}
\usepackage{numprint}
+\usepackage{placeins}
%\usepackage{lmodern}
%% \usepackage{listings}
%% \usepackage{subfigure}
%\usepackage{lmodern}
%% \usepackage{listings}
%% \usepackage{subfigure}
@@
-68,9
+69,14
@@
\newcommand{\mbf}{\mathbf}
\newcommand{\mc}{\mathcal}
\newcommand{\mbf}{\mathbf}
\newcommand{\mc}{\mathcal}
-%newcommand{\bs}{\boldsymbol}
\newcommand{\N}{\mathcal{N}}
\newcommand{\B}{\mathcal{B}}
\newcommand{\N}{\mathcal{N}}
\newcommand{\B}{\mathcal{B}}
+\newcommand{\bs}{\boldsymbol}
+
+
+
+\let\OLDlstinputlisting\lstinputlisting
+\renewcommand{\lstinputlisting}[2][]{\FloatBarrier\OLDlstinputlisting[#1]{#2}\FloatBarrier}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmax}{arg\,max}
@@
-148,10
+154,13
@@
\makeindex
%\includeonly{Chapters/chapter10/ch10}
\makeindex
%\includeonly{Chapters/chapter10/ch10}
-
+\DeclareCaptionLabelSeparator{colon}{. }
\begin{document}
\begin{document}
+
+
+
%%bibliography style to adopt
\bibliographyunit[\chapter]
\defaultbibliographystyle{plain}
%%bibliography style to adopt
\bibliographyunit[\chapter]
\defaultbibliographystyle{plain}
@@
-168,9
+177,9
@@
%\include{frontmatter/Foreword}
\include{frontmatter/preface}
%\include{frontmatter/Foreword}
\include{frontmatter/preface}
+\tableofcontents
\listoffigures
\listoftables
\listoffigures
\listoftables
-\tableofcontents
\mainmatter
\mainmatter
@@
-184,12
+193,12
@@
\include{Chapters/chapter3/ch3}
\include{Chapters/chapter4/ch4}
\part{Software development}
\include{Chapters/chapter3/ch3}
\include{Chapters/chapter4/ch4}
\part{Software development}
-\include{Chapters/chapter5/ch5}
+\include{Chapters/chapter5/ch5}
\include{Chapters/chapter6/ch6}
\part{Optimization}
\include{Chapters/chapter8/ch8}
\include{Chapters/chapter9/ch9}
\include{Chapters/chapter6/ch6}
\part{Optimization}
\include{Chapters/chapter8/ch8}
\include{Chapters/chapter9/ch9}
-\include{Chapters/chapter10/ch10}
+\include{Chapters/chapter10/ch10}
\part{Numerical applications}
\include{Chapters/chapter7/ch7}
\part{Numerical applications}
\include{Chapters/chapter7/ch7}