-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfp025-nedelec.tex
127 lines (96 loc) · 2.97 KB
/
fp025-nedelec.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
\documentclass{sig-alternate-2013}
\usepackage{url}
\usepackage[english,french]{babel}
\usepackage[utf8]{inputenc}
\usepackage{algorithm}
\usepackage{paralist}
\usepackage{algorithmicx}
\usepackage{algpseudocode}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{multirow}
\usepackage{epstopdf}
\usepackage{epsfig}
%% Bibtex
\usepackage[numbers]{natbib}
\usepackage{tikz}
\usetikzlibrary{plotmarks,shapes}
\usepackage{subcaption}
\newcommand{\TOFIX}[1]{\textcolor{orange}{#1}}
\newcommand{\TODO}[1]{\textcolor{red}{#1}}
\newcommand{\NAME}[0]{LSEQ}
%paralist
\renewcommand*\descriptionlabel[1]{%
\scshape #1}
\renewcommand\paradescriptionlabel[1]{%
\scshape #1}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\title{\NAME{}: an Adaptive Structure for Sequences in Distributed
Collaborative Editing}
\numberofauthors{1}
\author{
\alignauthor Brice Nedelec, Pascal Molli, Achour Mostefaoui, Emmanuel Desmontils\\
\affaddr{LINA, 2 rue de la Houssini\`ere}\\
\affaddr{BP92208, 44322 Nantes Cedex 03}\\
\email{[email protected]}
}
\newfont{\mycrnotice}{ptmr8t at 7pt}
\newfont{\myconfname}{ptmri8t at 7pt}
\let\crnotice\mycrnotice%
\let\confname\myconfname%
\permission{Copyright 2013 Association for Computing Machinery. ACM
acknowledges that this contribution was authored or co-authored by an
employee, contractor or affiliate of the national government of France. As
such, the government of France retains a nonexclusive, royalty-free right to
publish or reproduce this article, or to allow others to do so, for
Government purposes only. Request permissions from [email protected].}
\conferenceinfo{DocEng'13,}{September 10--13, 2013, Florence, Italy.}
\copyrightetc{Copyright 2013 ACM \the\acmcopyr}
\crdata{978-1-4503-1789-4/13/09\ ...\$15.00.\\
http://dx.doi.org/10.1145/2494266.2494278}
\clubpenalty=10000
\widowpenalty = 10000
\date{}
\input{input/data/indexdata.tex}
%%% % %% % %%% %% % %% % %%% % %%% % %% % %% % % %%%
\begin{document}
%% Allocate sufficient space to include the full copyright in bottom left part
%% of the first page
%\makeatletter
%\renewcommand\@copyrightspace{
%\@float{copyrightbox}[b]
%\begin{center}
%\setlength{\unitlength}{1pc}
%\begin{picture}(20,9) %Space for copyright notice
%\put(0,-0.95){\crnotice{\@toappear}}
%\end{picture}
%\end{center}
%\end@float}
%\makeatother
\newtheorem{Def}{Definition}
\selectlanguage{english}
\maketitle
\input{input/abstract.tex}
\input{input/categorieskeywords.tex}
\newpage
\input{input/introduction.tex}
\input{input/background.tex}
\input{input/proposal.tex}
\input{input/validations.tex}
\input{input/relatedWork.tex}
\input{input/conclusion.tex}
\input{input/acknowledgements.tex}
%% Bibliographie
\bibliographystyle{abbrv}
\raggedright
\bibliography{bibliographie}
% \addcontentsline{toc}{chapter}{Bibliographie}
\clearpage
\end{document}