Updated man page information about exported files.

See also #4312.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39708 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Tommaso Cucinotta 2011-09-19 00:50:57 +00:00
parent 71ebf846bb
commit 2be54d2a25

View File

@ -67,13 +67,11 @@ Use "\fBlyx@version_suffix@ \-dbg\fR" to see the list of available debug feature
where command is a lyx command.
.TP
\fB \-e [\-\-export]\fP \fIfmt
where fmt is the export format of choice.
Look on Tools->Preferences->File formats->Format to get an idea which parameters should be passed.
where fmt is the export format of choice (latex, pdflatex, lualatex, xelatex, xhtml, text, lyx).
Note that the order of \-e and \-x switches matters.
.TP
\fB \-E [\-\-export\-to]\fP \fIfmt \fIfilename
where fmt is the export format of choice (see \-\-export),
and filename is the destination filename.
where fmt is the export format of choice (see \-\-export), and filename is the destination filename. Note that any additional external file needed by filename (such as image files) will be exported as well to the folder containing filename (preserving the relative path embedded within the original LyX document, if any).
.TP
\fB \-i [\-\-import]\fP \fIfmt file.xxx
where fmt is the import format of choice and file.xxx is the file to be imported.