mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
Documented Export As... GUI enhancements.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39888 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ec0fce7d44
commit
5f759c4619
@ -16,6 +16,12 @@ options have been added:
|
|||||||
For example, to create a PDF of a LyX document, you can run:
|
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
|
lyx -export-to pdf /path/to/dest.pdf /path/to/source.lyx
|
||||||
See the manual page for details.
|
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:
|
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:
|
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
|
//template, remove this entry later on
|
||||||
- LFUN_BUFFER_TOGGLE_OUTPUT_SYNC ("buffer-toggle-output-sync").
|
- LFUN_BUFFER_TOGGLE_OUTPUT_SYNC ("buffer-toggle-output-sync").
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user