-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
133 lines (97 loc) · 3.47 KB
/
main.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
128
129
130
131
132
133
\documentclass[global,twocolumn]{svjour}
\journalname{SoSyM}
\usepackage{makeidx}
\pagestyle{headings}
\usepackage{graphicx}
\usepackage{chngcntr}
%\usepackage{epsfig}
%\usepackage{caption}
%\usepackage{subcaption}
\usepackage{subfigure}
%\captionsetup{compatibility=false}
\usepackage{calc}
\usepackage{amssymb}
\usepackage{amstext}
\usepackage{amsmath}
%\usepackage{multicol}
\usepackage{pslatex}
\usepackage{multirow}
\usepackage[table, dvipsnames]{xcolor}
\usepackage{color, colortbl}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{rotating}
\usepackage{nzproof}
\usepackage{stmaryrd}
\input{commentSupport}
\makeatletter
%\def\cl@chapter{\cl@chapter \@elt {theorem}}%bug in class
\def\cl@chapter{\@elt {theorem}}
\makeatother
\usepackage[capitalise,noabbrev]{cleveref}
%\usepackage{catchfilebetweentags}
\usepackage[section]{extraplaceins}
\definecolor{Gray}{gray}{0.9}
\usepackage{setspace}
\onehalfspacing
%\subfigtopskip=0pt
%\subfigcapskip=0pt
%\subfigbottomskip=0pt
%\renewcommand\floatpagefraction{.9}
%\renewcommand\topfraction{.9}
%\renewcommand\bottomfraction{.9}
%\renewcommand\textfraction{.1}
%\renewcommand{\baselinestretch}{1.5}
\setcounter{totalnumber}{50}
\setcounter{topnumber}{50}
\setcounter{bottomnumber}{50}
%\setlength{\intextsep}{8pt} % Vertical space above & below [h] floats
%\setlength{\textfloatsep}{8pt} % Vertical space below (above) [t] ([b]) floats
%\setlength{\abovecaptionskip}{5pt}
%\setlength{\belowcaptionskip}{5pt}
\newcommand{\chunk}[2]{%
\fcolorbox{black}{yellow}{\bfseries\sffamily\scriptsize#1}%
{$\blacktriangleright$#2$\blacktriangleleft$}%
}
\newcommand{\bentley}[1]{\chunk{Bentley}{\textbf{\textcolor{ForestGreen}{\textsl{#1}}}}}
\newcommand{\levi}[1]{\chunk{Levi}{\textbf{\textcolor{red}{\textsl{#1}}}}}
\newcommand{\bernhard}[1]{\chunk{Bernhard}{\textbf{\textcolor{purple}{\textsl{#1}}}}}
\newcommand{\reviewer}[1]{\chunk{Reviewer}{\textbf{\textcolor{blue}{\textsl{#1}}}}}
\raggedbottom
\newcommand{\FTP}{\emph{Fam\-ilies-\-to-\-Per\-sons} }
\usepackage{url}
\urldef{\maila}\path|{levi, hv}@cs.mcgill.ca, [email protected]|
\begin{document}
%
%\mainmatter % start of the contributions
%\
\title{Symbolic Verification of Translation Model Transformations}
\author{Levi \textsc{L\'ucio}\inst{1}\and Bentley James \textsc{Oakes}\inst{1}\and and Hans \textsc{Vangheluwe}\inst{2}\inst{1}}
\institute{School of Computer Science, McGill University, Canada\and
University of Antwerp, Belgium}
\maketitle % typeset the title of the contribution
\input{text/abstract}
\input{text/introduction}
\input{text/formal_background}
\input{text/dsltrans}
\input{text/abstraction_relation}
\input{text/building_path_conditions}
\input{text/abstraction_proofs}
\input{text/property_verification}
\input{text/property_verification_proofs}
\input{text/implementation}
\input{text/related_work}
\input{text/conclusion}
\section*{Acknowledgements}
\noindent The authors would like to deeply thank D\'aniel Varr\'o, Clark Verbrugge and the anonymous reviewers for their detailed and helpful comments.
\noindent This work has been developed in the context of the NECSIS project, funded by Automotive Partnership Canada.
\bibliographystyle{splncs}
\bibliography{bibliography}
\clearpage
\appendix
%\input{text/appendix_formal_background}
%\input{text/appendix_DSLTrans}
%\input{text/appendix_abstraction_relation}
%\input{text/appendix_property_proof}
\input{text/appendix_denotational}
\end{document}