-
Notifications
You must be signed in to change notification settings - Fork 6
/
mlgmpidl.tex
56 lines (43 loc) · 1.21 KB
/
mlgmpidl.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
\documentclass[[twoside,10pt,a4paper]{report}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\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{MLGMPIDL: OCaml interface for GMP and MPFR libraries (version 1.2.1)}
\begin{document}
\maketitle
\vspace*{0.9\textheight}
All files distributed in the MLGMPIDL interface are
distributed under LGPL license with an exception allowing
the redistribution of statically linked executables.
Copyright (C) Bertrand Jeannet 2005-2009 for the MLGMPIDL
interface.
\newpage
\tableofcontents
\input{ocamldoc.tex}
\appendix
\printindex
\end{document}