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
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
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
632a7d89
Commit
632a7d89
authored
Oct 11, 2012
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid frenglish in documentation. Improve examples of why3session output.
parent
7311738e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
19 deletions
+26
-19
doc/manpages.tex
doc/manpages.tex
+26
-19
No files found.
doc/manpages.tex
View file @
632a7d89
...
...
@@ -430,10 +430,10 @@ The compared components can be defined in an \emph{rc-file},
generally a bench configuration file:
\begin{verbatim}
[probs "myprobs"]
file = "examples/m
onbut
.why" #relatives to the rc file
file = "examples/m
on
program.mlw"
theory = "m
on
program.T"
goal = "m
onbut
.T.G"
file = "examples/m
ygoal
.why" #relatives to the rc file
file = "examples/m
y
program.mlw"
theory = "m
y
program.T"
goal = "m
ygoal
.T.G"
transform = "split
_
goal" #applied in this order
transform = "..."
...
...
@@ -761,7 +761,6 @@ The specific options are
table per theory is disabled.
\end{description}
\paragraph
{
Customizing LaTeX output
}
The generated LaTeX files contain some macros that must be defined
...
...
@@ -777,19 +776,27 @@ output.
\end{description}
\begin{figure}
[t]
\begin{latexonly}
\begin{center}
\input
{
HelloProof.tex
}
\end{center}
\end{latexonly}
\lstinputlisting
{
./replayer
_
macros.tex
}
\caption
{
Sample macros for the LaTeX command
}
\begin{center}
\lstinputlisting
{
./replayer
_
macros.tex
}
\end{center}
\caption
{
Sample macros for the LaTeX command
}
\label
{
fig:custom-latex
}
\end{figure}
\begin{figure}
[t]
\begin{center}
\begin{toimage}
\input
{
HelloProof.tex
}
\end{toimage}
%HEVEA\imageflush
\end{center}
\caption
{
LaTeX table produced for the HelloProof example
}
\label
{
fig:latex
}
\end{figure}
Figure~
\ref
{
fig:
latex
}
proposes some sugges
tions for these macros,
together with the table obtained from the HelloProof example
of
Section~
\ref
{
chap:starting
}
.
Figure~
\ref
{
fig:
custom-latex
}
suggests some defini
tions for these macros,
while Figure~
\ref
{
fig:latex
}
shows the table obtained from the HelloPro
of
example of
Section~
\ref
{
chap:starting
}
.
\subsection
{
Command
\texttt
{
html
}}
...
...
@@ -798,10 +805,9 @@ There are three styles of output: `table', `simpletree', and
`jstree'. The default is `table'.
\begin{figure}
[t]
\begin{center}
\begin{latexonly}
\begin{center}
\fbox
{
\includegraphics
[width=0.9\textwidth]
{
hello
_
proof.png
}}
\end{center}
\fbox
{
\includegraphics
[width=0.9\textwidth]
{
hello
_
proof.png
}}
\end{latexonly}
\begin{htmlonly}
\begin{rawhtml}
...
...
@@ -815,7 +821,8 @@ There are three styles of output: `table', `simpletree', and
</table>
\end{rawhtml}
\end{htmlonly}
\caption
{
HTML table produced for the HelloProof example
}
\end{center}
\caption
{
HTML table produced for the HelloProof example
}
\label
{
fig:html
}
\end{figure}
...
...
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