-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathif.tex
56 lines (35 loc) · 992 Bytes
/
if.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
\documentclass[computermodern,nocopyrightspace]{sigplanconf}
\usepackage{amsmath}
\usepackage{url}
%\usepackage{natbib}
\usepackage{alltt}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{verbatim}
\usepackage{proof}
\begin{document}
%\bibliographystyle{plainnat}
\title{Rule-Based Interactive Fiction (Full Presentation)}
%\subtitle{}
\authorinfo{Chris R. Martens \and Zachary A. Sparks \and Claire E. Alvis \and William E. Byrd}
{Carnegie Mellon University, Indiana University}
{\{cmartens\}@cs.cmu.edu,\{zasparks,calvis,webyrd\}@cs.indiana.edu}
\maketitle
\section{Interactive Fiction}
\input{intro}
\section{Logic Programming and IF}
\input{lopro}
\section{Linear Logic Programming}
\input{linlo}
\section{Defeasible Logic}
\input{defeas}
\acks
\input{acks}
\nocite{Covington:1996:PPD:230996}
\nocite{apt03principles}
\nocite{Marriottp98Pwc}
\nocite{trs2005}
\nocite{zarfrulespage}
\bibliographystyle{acm}
\bibliography{if}
\end{document}