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

Private GIT Repository
0cdc1fd2cac72b2beb6add5fce4fe138f31fdd60
[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
24 \usepackage{makeidx}         % allows index generation
25 \usepackage{graphicx}        % standard LaTeX graphics tool
26 % when including figure files
27 \graphicspath{{figures/}}
28 \usepackage{multicol}        % used for the two-column index
29 \usepackage[bottom]{footmisc}% places footnotes at page bottom
30
31 \usepackage{newtxtext}       % 
32 \usepackage{newtxmath}       % selects Times Roman as basic font
33 \usepackage{diagbox}
34
35 % see the list of further useful packages
36 % in the Reference Guide
37
38 \makeindex             % used for the subject index
39                        % please use the style svind.ist with
40                        % your makeindex program
41
42 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
43
44 \begin{document}
45
46 \author{Author name(s)}
47 \title{Book title}
48 \subtitle{-- Monograph --}
49 \maketitle
50
51 \frontmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52
53 \include{dedication}
54 \include{foreword}
55 \include{preface}
56 \include{acknowlegement}
57
58 \tableofcontents
59
60 \include{acronym}
61
62
63 \mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
64 \include{part}
65 \include{chapter1}
66 \include{chapter2}
67
68
69 \include{references}
70
71 %\include{chapter}
72 %\include{appendix}
73
74 \backmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
75 \include{glossary}
76 \include{solutions}
77 \printindex
78
79 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
80
81 \end{document}
82
83
84
85
86