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

Private GIT Repository
update
[book_chic.git] / book.tex
1 %%%%%%%%%%%%%%%%%%%% book.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %
3 % sample root file for the chapters of your "monograph"
4 %
5 % Use this file as a template for your own input.
6 %
7 %%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
8
9
10 % RECOMMENDED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11 \documentclass[graybox,envcountchap,sectrefs]{svmono}
12
13 % choose options for [] as required from the list
14 % in the Reference Guide
15
16 %\usepackage{mathptmx}
17 %\usepackage{helvet}
18 %\usepackage{courier}
19 %
20 \usepackage{type1cm}
21 \usepackage{caption}
22 \usepackage[utf8]{inputenc}
23 \usepackage{amssymb}
24
25 \usepackage{makeidx}         % allows index generation
26 \usepackage{graphicx}        % standard LaTeX graphics tool
27 % when including figure files
28 \graphicspath{{figures/}}
29 \usepackage{multicol}        % used for the two-column index
30 \usepackage[bottom]{footmisc}% places footnotes at page bottom
31
32 \usepackage{newtxtext}       % 
33 \usepackage{newtxmath}       % selects Times Roman as basic font
34 \usepackage{diagbox}
35 \usepackage{adjustbox}
36
37 \newcommand{\turn}[3][10em]{% \turn[<width>]{<angle>}{<stuff>}
38   \rlap{\rotatebox{#2}{\begin{varwidth}[t]{#1}\bfseries#3\end{varwidth}}}%
39 }
40
41 \newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
42
43 % see the list of further useful packages
44 % in the Reference Guide
45
46 \makeindex             % used for the subject index
47                        % please use the style svind.ist with
48                        % your makeindex program
49
50 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
51
52 \begin{document}
53
54 \author{Author name(s)}
55 \title{Book title}
56 \subtitle{-- Monograph --}
57 \maketitle
58
59 \frontmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
60
61 \include{dedication}
62 \include{foreword}
63 \include{preface}
64 \include{acknowlegement}
65
66 \tableofcontents
67
68 \include{acronym}
69
70
71 \mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
72 \include{part}
73 \include{chapter1}
74 \include{chapter2}
75
76
77 \include{references}
78
79 %\include{chapter}
80 %\include{appendix}
81
82 \backmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
83 \include{glossary}
84 \include{solutions}
85 \printindex
86
87 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
88
89 \end{document}
90
91
92
93
94