X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/book_gpu.git/blobdiff_plain/e36f6851e20a7674991b7dbc9d984f59bd30d459..1b27427d56ddc474598ea928b11c31bcaf3f1e12:/BookGPU/BookGPU.tex diff --git a/BookGPU/BookGPU.tex b/BookGPU/BookGPU.tex index 9ec4258..4919211 100755 --- a/BookGPU/BookGPU.tex +++ b/BookGPU/BookGPU.tex @@ -1,10 +1,10 @@ \documentclass[sunil1,ChapterTOCs]{sunil} \usepackage[utf8]{inputenc} \usepackage{amssymb} +\usepackage{amsfonts,amssymb} \usepackage{amsmath} \usepackage{graphicx} \usepackage{subfigure} -%\usepackage{epsfig} \usepackage{makeidx} \usepackage{listings} \usepackage{caption} @@ -21,11 +21,24 @@ \usepackage{multirow} \usepackage{layouts} \usepackage{comment} +\usepackage{xcolor} +\usepackage{upquote} +\usepackage{framed} +\usepackage{pgfplots} +\usepackage{pgf} +\usepackage{tikz} +%% \usepackage{listings} +%% \usepackage{subfigure} + +%% \usepackage{graphicx} \frenchspacing \tolerance=5000 \include{Chapters/chapter1/preamble} +\include{Chapters/chapter5/preamble} + + \makeatletter @@ -33,9 +46,14 @@ \makeatother \newtheorem{proposition}{Proposition} +\newtheorem{theorem}{Theorem} +\newtheorem{exercise}{Exercise}[chapter] +\newtheorem{example}{Example} +\newtheorem{definition}{Definition} \newtheorem{proof}{Proof} - +\newcommand{\mymat}[1]{\mathcal{#1}} +\newcommand{\myvec}[1]{\mathbf{#1}} \lstset{ @@ -114,6 +132,10 @@ \part{This is a Part} \include{Chapters/chapter1/ch1} \include{Chapters/chapter2/ch2} +\include{Chapters/chapter3/ch3} +\include{Chapters/chapter5/ch5} +\include{Chapters/chapter6/ch6} +\include{Chapters/chapter7/ch7} \include{Chapters/chapter8/ch8} \include{Chapters/chapter11/ch11} \include{Chapters/chapter14/ch14}