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
126
Issues
126
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
eef65842
Commit
eef65842
authored
Mar 21, 2012
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix option bug in why3session latex
parent
2269505c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/why3session/why3session_latex.ml
src/why3session/why3session_latex.ml
+4
-4
No files found.
src/why3session/why3session_latex.ml
View file @
eef65842
...
...
@@ -30,12 +30,12 @@ let opt_output_dir = ref ""
let
opt_longtable
=
ref
false
let
spec
=
(
"-style
<n>
"
,
(
"-style"
,
Arg
.
Set_int
opt_style
,
" sets output style (1 or 2, default 1)"
)
::
(
"-o
<path>
"
,
"
<n>
sets output style (1 or 2, default 1)"
)
::
(
"-o"
,
Arg
.
Set_string
opt_output_dir
,
" where to produce LaTeX files (default: session dir)"
)
::
"
<path>
where to produce LaTeX files (default: session dir)"
)
::
(
"-longtable"
,
Arg
.
Set
opt_longtable
,
" produce tables using longtable package instead of tabular"
)
::
...
...
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