X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/book_chic.git/blobdiff_plain/9e9b8dc87f77206ba17bb278dc62b2bee644f487..5cbdb1c4043f8d808549175ef543cf67ab8ca12a:/book.tex?ds=sidebyside diff --git a/book.tex b/book.tex index 0cdc1fd..b384e21 100644 --- 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 @@ -31,6 +32,13 @@ \usepackage{newtxtext} % \usepackage{newtxmath} % selects Times Roman as basic font \usepackage{diagbox} +\usepackage{adjustbox} + +\newcommand{\turn}[3][10em]{% \turn[]{}{} + \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