\documentclass[sunil1,ChapterTOCs]{sunil}
\usepackage[utf8]{inputenc}
-\usepackage{amssymb}
+%\usepackage{amssymb}
%usepackage{amsbsy}
\usepackage{amsfonts,amssymb}
\usepackage{amsmath}
\usepackage{epstopdf}
\usepackage{url}
\usepackage{multirow}
-\usepackage{layouts}
+%\usepackage{layouts}
\usepackage{comment}
\usepackage{xcolor}
\usepackage{upquote}
\usepackage{moreverb}
\usepackage{commath}
\usepackage{numprint}
+\usepackage{placeins}
+%\usepackage{float}
%\usepackage{lmodern}
%% \usepackage{listings}
%% \usepackage{subfigure}
\newcommand{\mbf}{\mathbf}
\newcommand{\mc}{\mathcal}
-%newcommand{\bs}{\boldsymbol}
\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}
frame=single,
% keywordstyle=[1]\textbf,
%identifierstyle=\textbf,
- commentstyle=\color{white}\textbf,
- stringstyle=\color{white}\ttfamily,
+ commentstyle=\color{darkgray}\textbf,
+ stringstyle=\color{darkgray}\ttfamily,
% xleftmargin=17pt,
% framexleftmargin=17pt,
% framexrightmargin=5pt,
%% %\captionsetup[lstlisting]{singlelinecheck=false, labelfont={blue}, textfont={blue}}
\DeclareCaptionFont{white}{\color{white}}
-\DeclareCaptionFormat{listing}{\colorbox[cmyk]{0.43, 0.35, 0.35,0.01}{\parbox{\textwidth}{\hspace{15pt}#1#2#3}}}
+\DeclareCaptionFormat{listing}{\hspace{-3.5pt}\colorbox[cmyk]{0.43, 0.35, 0.35,0.01}{\parbox{1.003\textwidth}{\hspace{15pt}#1#2#3}}}
\captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white, singlelinecheck=false, margin=0pt, font={bf,footnotesize}}
\makeindex
%\includeonly{Chapters/chapter5/ch5}
-
+\DeclareCaptionLabelSeparator{colon}{. }
\begin{document}
+
+
+
%%bibliography style to adopt
\bibliographyunit[\chapter]
\defaultbibliographystyle{plain}
\author{Raphaël Couturier}
-\maketitle
-
+%%%\maketitle
+%\cleardoublepage
\frontmatter
%\include{frontmatter/Foreword}
-\include{frontmatter/preface}
+\clearpage\setcounter{page}{7}
+\tableofcontents
\listoffigures
\listoftables
-\tableofcontents
+\include{frontmatter/preface}
\mainmatter
\include{Chapters/symbollist}
\setcounter{page}{1}
+
\part{Presentation of GPUs}
\include{Chapters/chapter1/ch1}
\include{Chapters/chapter2/ch2}
\part{Optimization}
\include{Chapters/chapter8/ch8}
\include{Chapters/chapter9/ch9}
-\include{Chapters/chapter10/ch10} %revoir ce chapitre
+\include{Chapters/chapter10/ch10}
+
+
\part{Numerical applications}
+
\include{Chapters/chapter7/ch7}
\include{Chapters/chapter11/ch11}
\include{Chapters/chapter12/ch12}