]> git.lyx.org Git - lyx.git/blob - lib/layouts/litinsets.inc
3f0a3f875796ffc6cc0d04e2e7f5745e7b59c736
[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 68
10
11 Counter chunk
12     PrettyFormat "Chunk ##"
13 End
14
15 OutlinerName literate "Literate programming"
16
17 InsetLayout "Flex:Chunk"
18     LabelString          "Chunk"
19     LatexType            none
20     LyXType              Custom
21     Counter              chunk
22     RightDelim           <br/>@
23     Decoration           Classic
24     Font
25       Color              latex
26       Family             typewriter
27     EndFont
28 #   LabelFont
29 #      Color              latex
30 #      Size               Small
31 #   EndFont
32     MultiPar              true
33     CustomPars            false
34     ForcePlain            true
35     PassThru              1
36     ParbreakIsNewline     1
37     KeepEmpty             true
38     Spellcheck            0
39     FreeSpacing           true
40     ForceLTR              true
41     AddToToc              literate
42     IsTocCaption          0
43     Argument 1
44       Mandatory           1
45       LabelString         "Options"
46       Tooltip             "Options"
47       LeftDelim           <<
48       RightDelim          >>=<br/>
49       IsTocCaption        1
50       AutoInsert          1
51     EndArgument
52     ResetsFont            false
53     ForceOwnlines         true
54     NeedCProtect          true
55 End