File: main.tex

package info (click to toggle)
mlton 20100608-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 34,980 kB
  • ctags: 69,089
  • sloc: ansic: 18,421; lisp: 2,879; makefile: 1,570; sh: 1,325; pascal: 256; asm: 97
file content (35 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (8)
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
\documentclass[12pt,openany]{report}
\usepackage{alltt,epsfig,html,latexsym,longtable,makeidx,moreverb}

\setlength\topmargin{-0.5in}
\setlength\textheight{8.5in}
\setlength\textwidth{7.0in}
\setlength\oddsidemargin{-0.3in}
\setlength\evensidemargin{-0.3in}
\hyphenation{}
\title{{\mlton} Hacker Guide}
\author{Stephen Weeks}
\date{\today}
\include{macros}
\makeindex

\begin{document}

\maketitle
\input{abstract}
\tableofcontents
\input{sources}
\input{basis-library}
\input{runtime}
\input{mlton}
\input{notes}
\chap{Todo}{todo}
native backend vs x86 backend
To unpackage debian, do
\begin{verbatim}
dpkg -x ../mlton_20010806-2_i386.deb .
\end{verbatim}
\printindex
\bibliographystyle{alpha}
\bibliography{bib}
\end{document}