Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
0204695f
Commit
0204695f
authored
May 17, 2012
by
MARCHE Claude
Browse files
documentation for the new option -e of why3session latex
parent
f1d1e9f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
0204695f
* marks an incompatible change
o new option -e for "why3session latex" allows to specify when to
split tables in parts
version 0.72, May 11, 2012
==========================
o [Coq] new tactic "why3" to call external provers as oracles
...
...
doc/manpages.tex
View file @
0204695f
...
...
@@ -657,7 +657,16 @@ The specific options are
output, with a different layout of the tables.
\item
[\texttt{-o <path>}]
where
to produce LaTeX files (default: session dir)
\item
[\texttt{-longtable}]
use 'longtable' environment instead of 'tabular'
\item
[\texttt{-longtable}]
use 'longtable' environment instead of
'tabular'
\item
[\texttt{-e <elem>}]
produces a table for element <elem>, which is
either a file, a theory or a root goal. The <elem> must be specified
using its path in dot notation, e.g.
\verb
|
file.theory.goal
|
. The
file produced is named accordingly,
e.g.
\verb
|
file.theory.goal.tex
|
. This option can be given several
times to produce several tables in one run. When this option is
given at least once, the default behavior that is to produce one
table per theory is disabled.
\end{description}
...
...
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