~ubuntu-branches/ubuntu/wily/coq-doc/wily

« back to all changes in this revision

Viewing changes to dev/ocamlweb-doc/intro.tex

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu, Stéphane Glondu, Samuel Mimram
  • Date: 2010-01-07 22:50:39 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100107225039-n3cq82589u0qt0s2
Tags: 8.2pl1-1
[ Stéphane Glondu ]
* New upstream release (Closes: #563669)
  - remove patches
* Packaging overhaul:
  - use git, advertise it in Vcs-* fields of debian/control
  - use debhelper 7 and dh with override
  - use source format 3.0 (quilt)
* debian/control:
  - set Maintainer to d-o-m, set Uploaders to Sam and myself
  - add Homepage field
  - bump Standards-Version to 3.8.3
* Register PDF documentation into doc-base
* Add debian/watch
* Update debian/copyright

[ Samuel Mimram ]
* Change coq-doc's description to mention that it provides documentation in
  pdf format, not postscript, closes: #543545.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
\ocwsection This is \Coq, a proof assistant for the \CCI.
 
3
This document describes the implementation of \Coq.
 
4
It has been automatically generated from the source of
 
5
\Coq\ using \textsf{ocamlweb}, a literate programming tool for
 
6
\textsf{Objective Caml}\footnote{\Coq, \textsf{Objective Caml} and
 
7
  \textsf{ocamlweb} are all freely available at
 
8
  \textsf{http://coq.inria.fr/}, \textsf{http://caml.inria.fr/} and
 
9
  \textsf{http://www.lri.fr/\~{}filliatr/ocamlweb}.}.
 
10
The source files are organized in several directories, which are
 
11
described here as separate chapters.
 
12
 
 
13
\begin{center}
 
14
  \begin{tabular}{p{10cm}rr}
 
15
    Chapter & section & page \\[0.5em]
 
16
    \hline\\[0.2em]
 
17
    Utility libraries \dotfill & \refsec{lib}     & \pageref{lib}     \\[0.5em]
 
18
    Kernel            \dotfill & \refsec{kernel}  & \pageref{kernel}  \\[0.5em]
 
19
    Library           \dotfill & \refsec{library} & \pageref{library} \\[0.5em]
 
20
    Pretyping     \dotfill & \refsec{pretyping} & \pageref{pretyping} \\[0.5em]
 
21
    Proof engine      \dotfill & \refsec{proofs}  & \pageref{proofs}  \\[0.5em]
 
22
    Tactics           \dotfill & \refsec{tactics} & \pageref{tactics} \\[0.5em]
 
23
    Toplevel          \dotfill & \refsec{toplevel}& \pageref{toplevel}\\[0.5em]
 
24
  \end{tabular}
 
25
\end{center}
 
 
b'\\ No newline at end of file'