From 5f759c461997e215e1eac44b50e77c59a6648a95 Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Wed, 19 Oct 2011 20:15:24 +0000 Subject: [PATCH] Documented Export As... GUI enhancements. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39888 a592a061-630c-0410-9148-cb99ea01b6c8 --- RELEASE-NOTES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cb45cd2345..e9dafd04c5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 + 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").