]> git.lyx.org Git - lyx.git/blob - lib/layouts/litinsets.inc
iucr.layout: use Item_Environment for a style as proposed by Jürgen
[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 54
10
11 Counter chunk
12     PrettyFormat "Chunk ##"
13 End
14
15 InsetLayout "Flex:Chunk"
16     LabelString          "Chunk"
17     LatexType            none
18     LyXType              Custom
19     Counter              chunk
20     RightDelim           <br/>@
21     Decoration           Classic
22     Font
23       Color              latex
24       Family             typewriter
25     EndFont
26 #   LabelFont
27 #      Color              latex
28 #      Size               Small
29 #   EndFont
30     MultiPar              true
31     CustomPars            false
32     ForcePlain            true
33     PassThru              1
34     ParbreakIsNewline     1
35     KeepEmpty             true
36     Spellcheck            0
37     FreeSpacing           true
38     ForceLTR              true
39     Argument 1
40             Mandatory     1
41             LabelString   "Options"
42             Tooltip       "Options"
43             LeftDelim     <<
44             RightDelim    >>=<br/>
45     EndArgument
46     ResetsFont            false
47     ForceOwnlines         true
48 End