Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
84dbdac2
Commit
84dbdac2
authored
13 years ago
by
Asma Tafat-Bouzid
Browse files
Options
Downloads
Patches
Plain Diff
Latex documentation
parent
0c1dfd77
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manpages.tex
+25
-0
25 additions, 0 deletions
doc/manpages.tex
with
25 additions
and
0 deletions
doc/manpages.tex
+
25
−
0
View file @
84dbdac2
...
@@ -501,6 +501,31 @@ About \texttt{latex} output, we propose another option
...
@@ -501,6 +501,31 @@ About \texttt{latex} output, we propose another option
these two options is the layout of the tabular.
these two options is the layout of the tabular.
Generated
\latex
files contain a set of macros. Definitions of these macros is left to the care of user depending on what he wants, or not, highlight.
Generated
\latex
files contain a set of macros. Definitions of these macros is left to the care of user depending on what he wants, or not, highlight.
In the following, we will give some suggestions for these macros:
\begin
{
itemize
}
\item
For columns names which correspond to the prover names:
\begin
{
verbatim
}
\usepackage
{
rotating
}
\newcommand
{
\provername
}
[
1
]
{
\cellcolor
{
yellow
!
25
}
\begin
{
sideways
}
\textbf
{
#
1
}
~~
\end
{
sideways
}}
|
\end
{
verbatim
}
\item
For regrouping the empty cells. That is where no result is informed for the corresponding prover:
\begin
{
verbatim
}
\usepackage
{
colortbl
}
\newcommand
{
\noresult
}{
\multicolumn
{
1
}{
>
{
\columncolor
[
gray
]
{
0
.
8
}}
c|
}{
~
}}
\end
{
verbatim
}
\item
When the prover reachs the timeout:
\begin
{
verbatim
}
\usepackage
{
wasysym
}
\newcommand
{
\timeout
}{
\cellcolor
{
red
!
20
}
\clock
}
\end
{
verbatim
}
\item
For explanations associating to the proof obligations:
\begin
{
verbatim
}
\newcommand
{
\explanation
}
[
1
]
{
\cellcolor
{
yellow
!
13
}
\textsl
{
#
1
}}
\end
{
verbatim
}
\section
{
The
\texttt
{
why
3
.conf
}
configuration file
}
\section
{
The
\texttt
{
why
3
.conf
}
configuration file
}
\label
{
sec:whyconffile
}
\label
{
sec:whyconffile
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment