-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
232 lines (183 loc) · 7.54 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
%% For double-blind review submission, w/o CCS and ACM Reference (max submission space)
%\documentclass[acmsmall,review,anonymous]{acmart}\settopmatter{printfolios=true,printccs=false,printacmref=false}
%% For double-blind review submission, w/ CCS and ACM Reference
% \documentclass[acmsmall,review,anonymous]{acmart}\settopmatter{printfolios=true}
%% For single-blind review submission, w/o CCS and ACM Reference (max submission space)
% \documentclass[acmsmall,review]{acmart}\settopmatter{printfolios=true,printccs=false,printacmref=false}
%% For single-blind review submission, w/ CCS and ACM Reference
% \documentclass[acmsmall,review]{acmart}\settopmatter{printfolios=true}
%% For author draft version, w/o CCS and ACM Reference (max submission space)
% \documentclass[sigconf]{acmart}\settopmatter{printfolios=true,printccs=false,printacmref=false}
%% For final camera-ready submission, w/ required CCS and ACM Reference
%\documentclass[acmsmall]{acmart}\settopmatter{}
\documentclass[sigconf]{acmart}
\input{macros/imports}
\input{macros/setups}
\input{macros/general}
\input{macros/languages}
\input{macros/abbreviations}
\input{commands}
\input{rules}
\input{concrete-rules}
\input{grammars}
\input{maps}
%% Journal information
%% Supplied to authors by publisher for camera-ready submission;
%% use defaults for review submission.
% \acmJournal{PACMPL}
% \acmVolume{1}
% \acmNumber{ICFP} % CONF = POPL or ICFP or OOPSLA
% \acmArticle{1}
% \acmYear{2018}
% \acmMonth{1}
% \acmDOI{} % \acmDOI{10.1145/nnnnnnn.nnnnnnn}
% \startPage{1}
\acmConference[IFL'19]{International Symposium on Implementation and Application of Functional Languages}{September 2019}{Singapore}
\acmYear{2020}
\copyrightyear{2020}
\acmISBN{978-1-4503-7562-7}
%% Copyright information
%% Supplied to authors (based on authors' rights management selection;
%% see authors.acm.org) by publisher for camera-ready submission;
%% use 'none' for review submission.
\setcopyright{none}
%\setcopyright{acmcopyright}
%\setcopyright{acmlicensed}
%\setcopyright{rightsretained}
%\copyrightyear{2018} %% If different from \acmYear
%% Bibliography style
\bibliographystyle{ACM-Reference-Format}
%% Citation style
%% Note: author/year citations are required for papers published as an
%% issue of PACMPL.
\citestyle{acmauthoryear} %% For author/year citations
% version.tex must define the command \version
\IfFileExists{version.tex}
{\input{version.tex}}
{\newcommand{\version}{unknown version}}
\hypersetup
{ pdfcreator=\version
}
\usepackage{fancyhdr}
\fancyfoot[C]{\thepage}
%\fancyfoot[R]{v.\version}
\begin{document}
%% Title information
\title{A symbolic execution semantics for TopHat}
% \title{TopHat: A calculus for modular interactive workflows}
%% [Short Title] is optional;
%% when present, will be used in
%% header instead of Full Title.
%\titlenote{with title note} %% \titlenote is optional;
%% can be repeated if necessary;
%% contents suppressed with 'anonymous'
%\subtitle{Revisited edition} %% \subtitle is optional
%\subtitlenote{with subtitle note} %% \subtitlenote is optional;
%% can be repeated if necessary;
%% contents suppressed with 'anonymous'
%% Author information
%% Contents and number of authors suppressed with 'anonymous'.
%% Each author should be introduced by \author, followed by
%% \authornote (optional), \orcid (optional), \affiliation, and
%% \email.
%% An author may have multiple affiliations and/or emails; repeat the
%% appropriate command.
%% Many elements are not rendered, but should be provided for metadata
%% extraction tools.
\author{Nico Naus}
%\authornote{with author1 note} %% \authornote is optional; can be repeated if necessary
%\orcid{nnnn-nnnn-nnnn-nnnn} %% \orcid is optional
\affiliation{
%\position{PhD}
\department{Computer Science}
%% \department is recommended
\institution{Open University} %% \institution is required
\streetaddress{Valkenburgerweg 177}
\postcode{6419 AT}
\city{Heerlen}
%\state{State1}
\country{The Netherlands}
}
\email{[email protected]} %% \email is recommended
\author{Tim Steenvoorden}
%\authornote{with author1 note} %% \authornote is optional; can be repeated if necessary
%\orcid{nnnn-nnnn-nnnn-nnnn} %% \orcid is optional
\affiliation{
%\position{PhD}
\department{Software Science}
%\department{Institute for Computing and Information Sciences}
%% \department is recommended
\institution{Radboud University} %% \institution is required
\streetaddress{Toernooiveld 212}
\postcode{6525 EC}
\city{Nijmegen}
%\state{State1}
\country{The Netherlands}
}
\email{[email protected]} %% \email is recommended
\author{Markus Klinik}
%\authornote{with author1 note} %% \authornote is optional; can be repeated if necessary
%\orcid{nnnn-nnnn-nnnn-nnnn} %% \orcid is optional
\affiliation{
%\position{PhD}
\department{Software Science}
%\department{Institute for Computing and Information Sciences}
%% \department is recommended
\institution{Radboud University}
%% \institution is required
\streetaddress{Toernooiveld 212}
\postcode{6525 EC}
\city{Nijmegen}
%\state{State1}
\country{The Netherlands}
}
\email{[email protected]} %% \email is recommended
%% Paper note
%% The \thanks command may be used to create a "paper note" ---
%% similar to a title note or an author note, but not explicitly
%% associated with a particular element. It will appear immediately
%% above the permission/copyright statement.
%\thanks{with paper note} %% \thanks is optional
%% can be repeated if necesary
%% contents suppressed with 'anonymous'
%% Abstract
%% Must come before \maketitle command
\begin{abstract}
\input{sections/abstract}
\end{abstract}
% \begin{teaserfigure}
% \includegraphics[width=\textwidth]{figures/declrequest-part.pdf}
% \caption{This is a teaser}
% \label{fig:teaser}
% \end{teaserfigure}
%% 2012 ACM Computing Classification System (CSS) concepts
%% Generate at 'http://dl.acm.org/ccs/ccs.cfm'.
%% End of generated code
%% Keywords
%% comma separated list, optional
%\keywords{workflow, dataflow, visual programming, program generation}
%% Note: \maketitle command must come after title commands, author
%% commands, abstract environment, Computing Classification System
%% environment and commands, and keywords command.
\maketitle
\input{sections/introduction}
\input{sections/intuition}
\input{sections/examples}
\input{sections/language}
\input{sections/semantics}
\input{sections/properties}
\input{sections/relatedwork}
\input{sections/conclusions}
%% Acknowledgments
\begin{acks} %% acks environment is optional
%% contents suppressed with 'anonymous'
%% Commands \grantsponsor{<sponsorID>}{<name>}{<url>} and
%% \grantnum[<url>]{<sponsorID>}{<number>} should be used to
%% acknowledge financial support and will be used by metadata
%% extraction tools.
\small
\input{sections/acknowledgements}
\end{acks}
%% Bibliography
\bibliography{bibliography}
\end{document}