]> AND Private Git Repository - book_chic.git/blobdiff - book.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
update
[book_chic.git] / book.tex
index a63de232e53e224406722f35eb2c1d9a7854e83b..b384e218389fe9ec8407614e190ccf8605d53acc 100644 (file)
--- a/book.tex
+++ b/book.tex
@@ -20,6 +20,7 @@
 \usepackage{type1cm}
 \usepackage{caption}
 \usepackage[utf8]{inputenc}
+\usepackage{amssymb}
 
 \usepackage{makeidx}         % allows index generation
 \usepackage{graphicx}        % standard LaTeX graphics tool
 
 \usepackage{newtxtext}       % 
 \usepackage{newtxmath}       % selects Times Roman as basic font
+\usepackage{diagbox}
+\usepackage{adjustbox}
+
+\newcommand{\turn}[3][10em]{% \turn[<width>]{<angle>}{<stuff>}
+  \rlap{\rotatebox{#2}{\begin{varwidth}[t]{#1}\bfseries#3\end{varwidth}}}%
+}
+
+\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
 
 % see the list of further useful packages
 % in the Reference Guide
@@ -62,6 +71,7 @@
 \mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \include{part}
 \include{chapter1}
+\include{chapter2}
 
 
 \include{references}