X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/book_gpu.git/blobdiff_plain/41b7ae7deef002c6c884c2d7cf428d3f9303adf3..9378973df8e8a9aac4a7c212a7efb7d831bfae94:/BookGPU/BookGPU.tex?ds=sidebyside diff --git a/BookGPU/BookGPU.tex b/BookGPU/BookGPU.tex index 0c854a5..2990040 100755 --- a/BookGPU/BookGPU.tex +++ b/BookGPU/BookGPU.tex @@ -1,6 +1,6 @@ \documentclass[sunil1,ChapterTOCs]{sunil} \usepackage[utf8]{inputenc} -\usepackage{amssymb} +%\usepackage{amssymb} %usepackage{amsbsy} \usepackage{amsfonts,amssymb} \usepackage{amsmath} @@ -21,7 +21,7 @@ \usepackage{epstopdf} \usepackage{url} \usepackage{multirow} -\usepackage{layouts} +%\usepackage{layouts} \usepackage{comment} \usepackage{xcolor} \usepackage{upquote} @@ -36,6 +36,8 @@ \usepackage{moreverb} \usepackage{commath} \usepackage{numprint} +\usepackage{placeins} +%\usepackage{float} %\usepackage{lmodern} %% \usepackage{listings} %% \usepackage{subfigure} @@ -68,9 +70,14 @@ \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} @@ -147,11 +154,14 @@ \makeindex -%\includeonly{Chapters/chapter10/ch10} - +%\includeonly{Chapters/chapter5/ch5} +\DeclareCaptionLabelSeparator{colon}{. } \begin{document} + + + %%bibliography style to adopt \bibliographyunit[\chapter] \defaultbibliographystyle{plain} @@ -162,15 +172,16 @@ \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 @@ -184,12 +195,12 @@ \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/chapter10/ch10} +\include{Chapters/chapter10/ch10} \part{Numerical applications} \include{Chapters/chapter7/ch7}