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

« back to all changes in this revision

Viewing changes to theories/Sets/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
\section{Sets}\label{Sets}
 
2
 
 
3
This is a library on sets defined by their characteristic predicate.
 
4
It contains the following modules:
 
5
 
 
6
\begin{itemize}
 
7
\item {\tt Ensembles.v}
 
8
\item {\tt Constructive\_sets.v}, {\tt Classical\_sets.v}
 
9
\item {\tt Relations\_1.v}, {\tt Relations\_2.v}, 
 
10
 {\tt Relations\_3.v}, {\tt Relations\_1\_facts.v},  \\
 
11
 {\tt Relations\_2\_facts.v}, {\tt Relations\_3\_facts.v}
 
12
\item {\tt Partial\_Order.v}, {\tt Cpo.v}
 
13
\item {\tt Powerset.v}, {\tt Powerset\_facts.v}, 
 
14
 {\tt Powerset\_Classical\_facts.v}
 
15
\item {\tt Finite\_sets.v}, {\tt Finite\_sets\_facts.v}
 
16
\item {\tt Image.v}
 
17
\item {\tt Infinite\_sets.v}
 
18
\item {\tt Integers.v}
 
19
\end{itemize}
 
20
 
 
21
%%% Local Variables: 
 
22
%%% mode: latex
 
23
%%% TeX-master: t
 
24
%%% End: