Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
122
Issues
122
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
53c37b87
Commit
53c37b87
authored
Oct 11, 2012
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the last errors from hevea and run esponja on the resulting html documentation.
parent
b37be8fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Makefile.in
Makefile.in
+1
-1
doc/manual.tex
doc/manual.tex
+4
-0
No files found.
Makefile.in
View file @
53c37b87
...
...
@@ -1243,7 +1243,7 @@ doc/manual.pdf: $(BNFTEX) $(DOCTEX) doc/manual.bib
doc/html/manual.html
:
doc/manual.pdf doc/fix.hva
cd
doc
;
rm
-rf
html
;
mkdir
-p
html
cp
doc/manual.bbl doc/html/
cd
doc
;
$(HEVEA)
-o
html/manual.html
-fix
fix.hva makeidx.hva manual.tex
cd
doc
;
$(HEVEA)
-o
html/manual.html
-fix
-O
fix.hva makeidx.hva manual.tex
doc/html/index.html
:
doc/html/manual.html
cd
doc
;
$(HACHA)
-tocbis
-o
html/index.html html/manual.html
...
...
doc/manual.tex
View file @
53c37b87
...
...
@@ -4,8 +4,10 @@
%HEVEA\@addimagenopt{-pdf}
%BEGIN LATEX
% tells memoir style to number subsections
\setsecnumdepth
{
subsection
}
%END LATEX
\usepackage
[T1]
{
fontenc
}
\usepackage
{
lmodern
}
...
...
@@ -16,6 +18,7 @@
\usepackage
{
xspace
}
\usepackage
{
hevea
}
%BEGIN LATEX
\setulmarginsandblock
{
30mm
}{
30mm
}{
*
}
\setlrmarginsandblock
{
30mm
}{
30mm
}{
*
}
\setheadfoot
{
15pt
}{
38pt
}
...
...
@@ -25,6 +28,7 @@
\renewcommand
{
\textfraction
}{
0.01
}
\renewcommand
{
\topfraction
}{
0.99
}
\renewcommand
{
\bottomfraction
}{
0.99
}
%END LATEX
\setcounter
{
topnumber
}{
4
}
\setcounter
{
bottomnumber
}{
4
}
\setcounter
{
totalnumber
}{
8
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment