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

Private GIT Repository
new
[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
36 % see the list of further useful packages
37 % in the Reference Guide
38
39 \makeindex             % used for the subject index
40                        % please use the style svind.ist with
41                        % your makeindex program
42
43 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
44
45 \begin{document}
46
47 \author{Author name(s)}
48 \title{Book title}
49 \subtitle{-- Monograph --}
50 \maketitle
51
52 \frontmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
53
54 \include{dedication}
55 \include{foreword}
56 \include{preface}
57 \include{acknowlegement}
58
59 \tableofcontents
60
61 \include{acronym}
62
63
64 \mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
65 \include{part}
66 \include{chapter1}
67 \include{chapter2}
68
69
70 \include{references}
71
72 %\include{chapter}
73 %\include{appendix}
74
75 \backmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
76 \include{glossary}
77 \include{solutions}
78 \printindex
79
80 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
81
82 \end{document}
83
84
85
86
87