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