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