-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinterproc.tex
69 lines (50 loc) · 1.39 KB
/
interproc.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
\documentclass[twoside,10pt,a4paper]{report}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ae}
\usepackage{fullpage}
\usepackage{url}
\usepackage{ocamldoc}
\usepackage{makeidx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0.9pt}
\renewcommand{\footrulewidth}{0pt}
\setlength{\headheight}{2.8ex}
\setlength{\footskip}{5ex}
\renewcommand{\chaptermark}[1]{ %
\markboth{\MakeUppercase{\chaptername}\ \thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]{}
\setcounter{tocdepth}{0}
\setcounter{secnumdepth}{4}
\usepackage{color}
\definecolor{mygreen}{rgb}{0,0.6,0}
\usepackage[ps2pdf]{hyperref}
\setlength{\parindent}{0em}
\setlength{\parskip}{0.5ex}
%\usepackage{listings}
%\lstloadlanguages{Caml}
\makeindex
\title{Interproc: interprocedural analyzer}
\begin{document}
\maketitle
\vspace*{0.9\textheight}
All files distributed in the \textsc{Interproc} interface are
distributed under GPL license.
Copyright (C) Mathias Argoud, Gaël Lalire, and Bertrand Jeannet 2007
\newpage
\section*{Introduction}
\subsection*{Requirements}
\begin{itemize}
\item GMP library (tested with version 4.0 and up)
\item MPFR library (optional, tested with version 2.2.x)
\item OCaml 3.0 or up (tested with 3.09 and 3.10)
\item Camlidl (tested with 1.05)
\end{itemize}
\subsection*{Installation}
\newpage
\tableofcontents
\input{ocamldoc.tex}
\appendix
\printindex
\end{document}