Update man page with -geometry

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@862 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2000-07-06 13:48:20 +00:00
parent 85c4362f57
commit a3852f7ec5
3 changed files with 7 additions and 18 deletions

View File

@ -1,3 +1,7 @@
2000-07-06 R. Lahaye <lahaye@postech.ac.kr>
* lyx.man: update the options description.
2000-07-05 R. Lahaye <lahaye@postech.ac.kr>
* src/lyx_gui.C src/lyx_main.C: improve the -geometry support,

20
lyx.man
View File

@ -51,24 +51,8 @@ sets system directory. Normally not needed.
sets user directory. Needed if you want to use LyX with different lyxrc
settings.
.TP
.BI \-width " x"
the width of the main window in \fBLyX\fR.
.TP
.BI \-height " y"
the height of the main window in \fBLyX\fR.
.TP
.BI \-xpos " x"
the x position of the main window in \fBLyX\fR.
.TP
.BI \-ypos " y"
the y position of the main window in \fBLyX\fR.
Notice, you have to specify both
.BI \-xpos
and
.BI \-ypos
to obtain the
desired effect. Negative positions are ignored. If no valid position
is given, the main window is centered.
.BI \-geometry " WxH+X+Y"
the preferred size and position of the main window in \fBLyX\fR.
.TP
.BI \-dbg " feature[,feature...]"
where feature is a name or number.

View File

@ -58,6 +58,7 @@ src/insets/insetparent.C
src/insets/insetref.C
src/insets/insettabular.C
src/insets/insettext.C
src/insets/insettheorem.C
src/insets/insettoc.C
src/insets/inseturl.C
src/intl.C