]> AND Private Git Repository - fusion.git/blob - chapitre-2009/editor/templates/editor.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Added reviewers comments.
[fusion.git] / chapitre-2009 / editor / templates / editor.tex
1 %%%%%%%%%%%%%%%%%%%%%%%% editor.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %
3 % sample root file for the contributions of a "contributed volume"
4 %
5 % Use this file as a template for your own input.
6 %
7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%
8
9
10 % RECOMMENDED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11 \documentclass[graybox, envcountchap]{svmult}
12
13 % choose options for [] as required from the list
14 % in the Reference Guide
15
16 \usepackage{mathptmx}        % selects Times Roman as basic font
17 \usepackage{helvet}          % selects Helvetica as sans-serif font
18 \usepackage{courier}         % selects Courier as typewriter font
19 %\usepackage{type1cm}        % activate if the above 3 fonts are 
20                              % not available on your system
21
22 \usepackage{makeidx}         % allows index generation
23 \usepackage{graphicx}        % standard LaTeX graphics tool
24                              % when including figure files
25 \usepackage{multicol}        % used for the two-column index
26 \usepackage[bottom]{footmisc}% places footnotes at page bottom
27
28 % see the list of further useful packages in the Reference Guide
29
30 \makeindex             % used for the subject index
31                        % please use the style svind.ist with
32                        % your makeindex program
33
34 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35
36 \begin{document}
37
38 \frontmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
39
40 \include{dedic}
41 \include{foreword}
42 \include{preface}
43 \include{acknow}
44
45 \tableofcontents
46 \include{cblist}
47 \include{acronym}
48
49
50 \mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
51 \include{part}
52 \include{author}
53 %
54
55 \backmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
56 \appendix
57 \include{appendix}
58 \include{glossary}
59 \printindex
60
61 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
62
63 \end{document}
64