]> git.lyx.org Git - lyx.git/blobdiff - RELEASE-NOTES
don't use any longer the page background color white as being the default (equal...
[lyx.git] / RELEASE-NOTES
index 2bea4241a480dde338c128bd23291c78a08ced2d..ab23e5077bedf67401a14ba595dec295109d4d4f 100644 (file)
@@ -11,7 +11,7 @@ Interface changes
 There have been some changes to the LyX command line. There is a new option 
 "--batch" that causes LyX to run the given commands without opening a GUI 
 window. Thus, something like:
-    lyx --batch -x "buffer-print printer default dvips" myfile.lyx
+    lyx -batch -x "buffer-print printer default dvips" myfile.lyx
 will cause LyX to print myfile.lyx to the default printer, using dvips and 
 the default print settings (which, of course, have to have been configured 
 already). At present, not many commands can be used this way, but there will