-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathminidot.tex
More file actions
80 lines (58 loc) · 1.73 KB
/
Copy pathminidot.tex
File metadata and controls
80 lines (58 loc) · 1.73 KB
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
\documentclass[preprint,nocopyrightspace,onecolumn,9pt]{sigplanconf}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[T1]{fontenc}
\usepackage[scaled=0.8]{luximono}
\usepackage[usenames]{color}
\usepackage{url}
\usepackage{listings}
\usepackage{math}
\usepackage{fleqn}
\usepackage{latexsym}
\usepackage{bcprules}
\usepackage{prooftree}
\usepackage{multicol}
\input{macros}
\input{dot_macros}
\input{dot_auto}
\input{dot_custom}
\begin{document}
% \special{papersize=8.5in,11in}
% \setlength{\pdfpageheight}{\paperheight}
% \setlength{\pdfpagewidth}{\paperwidth}
% \conferenceinfo{TODO '14}{TODOmonth TODOday1-dayn, TODOcity.}
% \copyrightyear{2013}
% \copyrightdata{[to be supplied]}
\title{minidot}
% \subtitle{rules}
\authorinfo{Nada Amin$^\ast$
\and Tiark Rompf$^{\;\dagger\ast}$
\and Martin Odersky$^\ast$} {
$^\ast$EPFL: \texttt{\{first.last\}@epfl.ch}\qquad \\
$^\dagger$Oracle Labs: \texttt{\{first.last\}@oracle.com}
}
\lstMakeShortInline[keywordstyle=,%
flexiblecolumns=false,%
%basewidth={0.56em, 0.52em},%
mathescape=true,%
basicstyle=\tt]@
\maketitle
% \begin{abstract}
% ... TODO abstract ...
% \end{abstract}
%\category{D.3.3}{Language Constructs and Features}{Abstract data types, Classes and objects, polymorphism}
%\category{D.3.1}{Formal Definitions and Theory}{Syntax, Semantics}
%\category{F.3.3}{Studies of Program Constructs}{Object-oriented constructs, type structure}
%\category{F.3.2}{Semantics or Programming Languages}{Operational semantics}
%\terms
%Languages, Theory
%\keywords
%calculus, objects, dependent types
% \section{Rules}
\input{rules}
%\bibliographystyle{abbrvnat}
%\bibliography{dot}
% \appendix
% \section{Appendix Title}
% \acks
\end{document}