diff options
author | marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-12-12 14:12:36 +0000 |
---|---|---|
committer | marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-12-12 14:12:36 +0000 |
commit | bd66312570343037206be512285c1f10371d3a65 (patch) | |
tree | 336dd15c7cd6399378fcd1b0969ed66b6e95cf07 /toplevel | |
parent | e653960a72cbf0bd95e7cef97cd9000eb44fd267 (diff) |
option -n de coq-tex
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5090 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r-- | toplevel/vernacentries.ml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index 3768842b5..6c123b820 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -768,6 +768,14 @@ let _ = optread=Pp_control.get_depth_boxes; optwrite=Pp_control.set_depth_boxes } +let _ = + declare_int_option + { optsync=true; + optkey=SecondaryTable("Printing","Width"); + optname="the printing width"; + optread=Pp_control.get_margin; + optwrite=Pp_control.set_margin } + let vernac_set_opacity opaq locqid = match Nametab.global locqid with | ConstRef sp -> |