From 7a470793d2a8f0cecf9d552ee8a24af025a3475c Mon Sep 17 00:00:00 2001 From: Benjamin Pierce Date: Thu, 27 Jul 2017 17:08:05 -0400 Subject: Add missing paragraph to introduction --- doc/refman/RefMan-int.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/refman/RefMan-int.tex b/doc/refman/RefMan-int.tex index fbeccb664d..7d4c55d0cb 100644 --- a/doc/refman/RefMan-int.tex +++ b/doc/refman/RefMan-int.tex @@ -100,6 +100,11 @@ corresponds to the Chapter~\ref{Addoc-syntax}. presented. Finally, Chapter~\ref{Addoc-coqide} describes the \Coq{} integrated development environment. + +\item The fifth part documents a number of advanced features, including + coercions, canonical structures, typeclasses, program extraction, and + specialized solvers and tactics. See the table of contents for a complete + list. \end{itemize} At the end of the document, after the global index, the user can find -- cgit v1.2.3 From a96ea9283b0eb9d4259933e673001bab5515e623 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Sat, 29 Jul 2017 23:40:58 +0200 Subject: Drop paragraph mentioning Addendum as separate doc. As suggested by @herbelin. --- doc/refman/RefMan-int.tex | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/refman/RefMan-int.tex b/doc/refman/RefMan-int.tex index 7d4c55d0cb..eca3efcdd6 100644 --- a/doc/refman/RefMan-int.tex +++ b/doc/refman/RefMan-int.tex @@ -125,15 +125,6 @@ documents: user can read also the tutorial on recursive types (document {\tt RecTutorial.ps}). -\item[Addendum] The fifth part (the Addendum) of the Reference Manual - is distributed as a separate document. It contains more - detailed documentation and examples about some specific aspects of the - system that may interest only certain users. It shares the indexes, - the page numbers and - the bibliography with the Reference Manual. If you see in one of the - indexes a page number that is outside the Reference Manual, it refers - to the Addendum. - \item[Installation] A text file INSTALL that comes with the sources explains how to install \Coq{}. -- cgit v1.2.3