From e9d5db3172cd707288166d3bf31506881ff1c16e Mon Sep 17 00:00:00 2001 From: notin Date: Tue, 14 Oct 2008 17:54:15 +0000 Subject: report de la révision r11451 (nouveau style html pour le manuel de référence) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11452 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.doc | 8 +-- doc/refman/cover.html | 156 ++++++++++++++++++++++++++++++++++++++++---------- doc/refman/styles.hva | 97 +++++++++++++++++++++++++++++++ 3 files changed, 227 insertions(+), 34 deletions(-) create mode 100644 doc/refman/styles.hva diff --git a/Makefile.doc b/Makefile.doc index 9d46ea71e5..89a2290b2a 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -97,17 +97,17 @@ doc/refman/Reference-Manual.pdf: $(REFMANFILES) doc/refman/Reference-Manual.tex ### Reference Manual (browsable format) -doc/refman/Reference-Manual.html: doc/refman/headers.hva doc/refman/Reference-Manual.dvi # to ensure bbl file - (cd doc/refman; $(HEVEA) $(HEVEAOPTS) ./Reference-Manual.tex) +doc/refman/Reference-Manual.html: doc/refman/styles.hva doc/refman/headers.hva doc/refman/Reference-Manual.dvi # to ensure bbl file + (cd doc/refman; $(HEVEA) $(HEVEAOPTS) ./styles.hva ./Reference-Manual.tex) doc/refman/html/index.html: doc/refman/Reference-Manual.html $(REFMANPNGFILES) \ doc/refman/cover.html doc/refman/index.html - rm -rf doc/refman/html $(MKDIR) doc/refman/html $(INSTALLLIB) $(REFMANPNGFILES) doc/refman/html - (cd doc/refman/html; hacha -o toc.html ../Reference-Manual.html) + (cd doc/refman/html; hacha -nolinks -tocbis -o toc.html ../styles.hva ../Reference-Manual.html) $(INSTALLLIB) doc/refman/cover.html doc/refman/menu.html doc/refman/html - $(INSTALLLIB) doc/refman/index.html doc/refman/html + $(INSTALLLIB) doc/refman/cover.html doc/refman/html/index.html refman-quick: (cd doc/refman; \ diff --git a/doc/refman/cover.html b/doc/refman/cover.html index d986a75f27..d949e00e35 100644 --- a/doc/refman/cover.html +++ b/doc/refman/cover.html @@ -2,37 +2,133 @@ Cover Page + + +Reference Manual | The Coq Proof Assistant + + + + + + + + + + + + -
- -

-The Coq Proof Assistant
- Reference Manual
- -


Version trunk -1





-
The Coq Development Team
TypiCal Project (formerly LogiCal)


-


-





- -
-V7.x © INRIA 1999-2004
-V8.0 © INRIA 2004-2006
-V8.1 © INRIA 2006-2008
-V8.2 © INRIA 2008
-This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub). Options A and B are not elected. -
-
- -
1
This research was partly supported by IST working group ``Types'' -
- - - - - - +
+
+ +
+ + + +
+ +



+

Reference Manual

+ +

+ Version trunk1 + +





+The Coq Development Team +





+ + +
+
    +
  • V7.x © INRIA 1999-2004
  • +
  • V8.0 © INRIA 2004-2006
  • +
  • V8.1 © INRIA 2006-2008
  • +
  • V8.2 © INRIA 2008
  • +
+ +

This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub). Options A and B are not elected.

+
+
+ +
+
+
+
1 +
This research was partly supported by IST working group ``Types''
+
+
+ +

+ +
+ +
+ +
+ + + + + + + diff --git a/doc/refman/styles.hva b/doc/refman/styles.hva new file mode 100644 index 0000000000..55b14ffae3 --- /dev/null +++ b/doc/refman/styles.hva @@ -0,0 +1,97 @@ +\renewcommand{\@meta}{ +\begin{rawhtml} + +Reference Manual | The Coq Proof Assistant + + + + + + + + + + +\end{rawhtml}} + +% for HeVeA + +\htmlhead{\begin{rawhtml} +
+
+ +
+ + + +
+ +\end{rawhtml}} + +\htmlfoot{\begin{rawhtml} +
+ +
+ + +
+ +
+ + + + +\end{rawhtml}} + -- cgit v1.2.3