\emph{task}\index{task}. Why3, as a platform, is a tool that
Everything in \why\revolves around the notion of
\emph{task}\index{task}. \why, as a platform, is a tool that
translates its input to a number of tasks, and dispatches these tasks
to external provers.
...
...
@@ -26,13 +26,13 @@ TODO: continue
\section{Organization of this document}
This document is organized as follows. The first part, made of three chapters, provides tutorials to learn how to use Why3. The second part gathers reference
This document is organized as follows. The first part, made of three chapters, provides tutorials to learn how to use \why. The second part gathers reference
manuals, giving detailed technical informations.
Chapter~\ref{chap:starting} explains how to get started with the Why
IDE for visualizing theories and goals, calling external provers for
trying to solve them, and applying transformations to simplify
them. It also presents the basic use of Why3 in
them. It also presents the basic use of \why\in
batch. Chapter~\ref{chap:syntax} presents the input syntax for file
defining Why theories. The semantics is given informally with
examples. The two first chapters are thus to read for the beginners.
...
...
@@ -43,15 +43,15 @@ examples. The two first chapters are thus to read for the beginners.
% next chapters are for users with a little more experience, in
% particular those who wants to use Why for verification of algorithms.
Chapter~\ref{chap:api} presents how to use Why3 programmatically,
Chapter~\ref{chap:api} presents how to use \why\programmatically,
using the API. It is for the experimented users, who wants to link
Why3 library with their own code.
\why\library with their own code.
Part 2 provides:
\begin{itemize}
\item In Chapter~\ref{chap:syntaxref}, the input syntax of files.
\item In Chapter~\ref{chap:library}, the standard library of
theories distributed with Why3.
theories distributed with \why.
\item In Chapter~\ref{chap:manpages}, the technical manual pages for the
tools of the platform. All tool options, and all the configuration