]> git.lyx.org Git - lyx.git/blob - lib/layouts/litinsets.inc
4f950194516deef6eb7afb5c2d93af05c47849ad
[lyx.git] / lib / layouts / litinsets.inc
1 # Literate Chunk inset definitions.
2 # This defines the Chunk inset used in the literate modules.
3 #
4 # Author: Liviu Andronic <landronimirc@gmail.com>
5 #
6 # Note that this file is included in sweave.module,
7 # knitr.module and noweb.module.
8
9 Format 45
10
11 InsetLayout "Flex:Chunk"
12         LabelString           "Chunk"
13         LatexType             none
14         LyXType               Custom
15         RightDelim            <br/>@
16         Decoration            Classic
17         Font
18           Color               latex
19           Family              typewriter
20         EndFont
21         #LabelFont
22           #Color               latex
23           #Size                Small
24         #EndFont
25         MultiPar              true
26         CustomPars            false
27         ForcePlain            true
28         PassThru              1
29         ParbreakIsNewline     1
30         KeepEmpty             true
31         Spellcheck            0
32         FreeSpacing           true
33         ForceLTR              true
34         Argument 1
35                 Mandatory     1
36                 LabelString   "Options"
37                 Tooltip       "Options"
38                 LeftDelim     <<
39                 RightDelim    >>=<br/>
40         EndArgument
41 End