mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* doxy
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30414 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6852e976b0
commit
78bea31ea8
@ -405,9 +405,16 @@ void LyXAction::init()
|
||||
the work area.\n
|
||||
2. select the text and run info-insert lfun.
|
||||
* \li Syntax: info-insert <TYPE> <ARG>
|
||||
* \li Params: <TYPE>: shortcut|lyxrc|package|textclass|menu|buffer \n
|
||||
* \li Params: <TYPE>: shortcut[s]|lyxrc|package|textclass|menu|buffer \n
|
||||
<ARG>: argument for a given type. Look into InsetInfo.h for detailed
|
||||
description.
|
||||
description. \n
|
||||
shortcut[s]: name of lfun (e.g math-insert \alpha) \n
|
||||
lyxrc: name of rc_entry (e.g. bind_file) \n
|
||||
package: name of latex package (e.g. listings) \n
|
||||
textclass: name of textclass (e.g. article) \n
|
||||
menu: name of lfun used in menu \n
|
||||
icon: name of lfun used in toolbar \n
|
||||
buffer: "name"|"path"|"class"
|
||||
* \li Sample: command-sequence info-insert buffer path; info-insert buffer name
|
||||
* \li Origin: bpeng, 7 Oct 2007
|
||||
* \endvar
|
||||
|
Loading…
Reference in New Issue
Block a user