File: main.tex

package info (click to toggle)
camlidl 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,592 kB
  • sloc: ml: 5,238; ansic: 945; cpp: 908; makefile: 358; xml: 213; sh: 74
file content (29 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (2)
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
\documentclass[11pt]{article}

\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage{alltt}
\usepackage{fullpage}
\usepackage{syntaxdef}
\usepackage{hevea}

\ifhevea
\input{macros.hva}
\else
\input{macros.sty}
\fi
\renewcommand{\index}[1]{}

\emergencystretch=3cm

\title{Camlidl user's manual}
\author{Xavier Leroy \\
        Collège de France and Inria}

\begin{document}

\maketitle

\input{manual.tex}

\end{document}