mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Correction: The inset name is citation, not cite
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39808 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
23ab7f0819
commit
24cd735153
@ -2304,7 +2304,7 @@ void LyXAction::init()
|
|||||||
* \var lyx::FuncCode lyx::LFUN_INSET_INSERT
|
* \var lyx::FuncCode lyx::LFUN_INSET_INSERT
|
||||||
* \li Action: Insert new inset (type given by the parameters).
|
* \li Action: Insert new inset (type given by the parameters).
|
||||||
* \li Syntax: inset-insert <INSET> <ARGS>
|
* \li Syntax: inset-insert <INSET> <ARGS>
|
||||||
* \li Params: <INSET>: <bibitem|bibtex|cite|ert|listings|external|graphics|tabular|\n
|
* \li Params: <INSET>: <bibitem|bibtex|citation|ert|listings|external|graphics|tabular|\n
|
||||||
hyperlink|include|index|label|line|nomencl|vspace|ref|toc|script>\n
|
hyperlink|include|index|label|line|nomencl|vspace|ref|toc|script>\n
|
||||||
<ARGS>: depends on the given inset. Use "lyx -dbg action" to explore.
|
<ARGS>: depends on the given inset. Use "lyx -dbg action" to explore.
|
||||||
* \li Sample: inset-insert ref LatexCommand <Format> reference "<label name>"\end_inset \n
|
* \li Sample: inset-insert ref LatexCommand <Format> reference "<label name>"\end_inset \n
|
||||||
|
Loading…
Reference in New Issue
Block a user