aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Spiwack2013-12-04 15:50:12 +0100
committerArnaud Spiwack2013-12-04 15:50:12 +0100
commit1fb883aaf4dc0b1111befd7a44395de76547c330 (patch)
tree65d04e7b1d593f4b29d2b7e1172ca40fc5b33941
parent461edf898d34a4e735fcaed50645480d8cbd0f7f (diff)
Documentation of the Derive plugin.
I put it in a new chapter of the Addendum of the manual. Which is meant to be dedicated to plugins with short documentation.
-rw-r--r--Makefile.common2
-rw-r--r--doc/refman/Reference-Manual.tex1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index d74f143bd1..b13e828c4e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -122,7 +122,7 @@ REFMANCOQTEXFILES:=$(addprefix doc/refman/, \
RefMan-decl.v.tex RefMan-pro.v.tex RefMan-sch.v.tex \
Cases.v.tex Coercion.v.tex CanonicalStructures.v.tex Extraction.v.tex \
Program.v.tex Omega.v.tex Micromega.v.tex Polynom.v.tex Nsatz.v.tex \
- Setoid.v.tex Helm.tex Classes.v.tex )
+ Setoid.v.tex Helm.tex Classes.v.tex Misc.v.tex)
REFMANTEXFILES:=$(addprefix doc/refman/, \
headers.sty Reference-Manual.tex \
diff --git a/doc/refman/Reference-Manual.tex b/doc/refman/Reference-Manual.tex
index 7b6c8ba3be..152bdb3eee 100644
--- a/doc/refman/Reference-Manual.tex
+++ b/doc/refman/Reference-Manual.tex
@@ -122,6 +122,7 @@ Options A and B of the licence are {\em not} elected.}
\include{Polynom.v}% = Ring
\include{Nsatz.v}%
\include{Setoid.v}% Tactique pour les setoides
+\include{Misc.v}
%BEGIN LATEX
\RefManCutCommand{ENDADDENDUM=\thepage}
%END LATEX