]> git.lyx.org Git - lyx.git/commitdiff
Documented Export As... GUI enhancements.
authorTommaso Cucinotta <tommaso@lyx.org>
Wed, 19 Oct 2011 20:15:24 +0000 (20:15 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Wed, 19 Oct 2011 20:15:24 +0000 (20:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39888 a592a061-630c-0410-9148-cb99ea01b6c8

RELEASE-NOTES

index cb45cd23450acba17730d59abc22a4177bd3e2e8..e9dafd04c5674d3960653c383bf5ce5462d1d71b 100644 (file)
@@ -16,6 +16,12 @@ options have been added:
   For example, to create a PDF of a LyX document, you can run:
     lyx -export-to pdf /path/to/dest.pdf /path/to/source.lyx
   See the manual page for details.
+  This functionality is also available via a new menu voice
+  Export->Export As..., that pops up a dialog allowing one to
+  choose the export format, as well as the destination pathname.
+  Also, it is available via the mini-buffer (or the -x switch)
+  through a proper new LFUN (see below).
+
 
 The following pref variables were changed in 2.0:
 
@@ -23,6 +29,9 @@ The following pref variables are obsoleted in 2.0:
 
 The following new LyX functions have been introduced:
 
+- LFUN_BUFFER_EXPORT_AS <format> <filename>
+  Equivalent to the new -export-to command-line switch (see above).
+
 //template, remove this entry later on
 - LFUN_BUFFER_TOGGLE_OUTPUT_SYNC ("buffer-toggle-output-sync").