]> git.lyx.org Git - features.git/commitdiff
Update man page with -geometry
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 6 Jul 2000 13:48:20 +0000 (13:48 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 6 Jul 2000 13:48:20 +0000 (13:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@862 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
lyx.man
po/POTFILES.in

index d2cf17c17655577135df7263ad907f302c872945..9ae5aa4689345a4cf5fd14e19fa5ef6ec00fea8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/lyx.man b/lyx.man
index e9a3f96e09d24704b4e25d2c52fe4b59e48b4695..b707c4622557978baf30f0888e203a27bb5fd66f 100644 (file)
--- a/lyx.man
+++ b/lyx.man
@@ -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.
index e913ba6d600ce2f1352fae7ea498b85a87f4cf5f..08d1902cd37822060a0e90ed68996d419cb2c28f 100644 (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