]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/litinsets.inc
Update layouts
[lyx.git] / lib / layouts / litinsets.inc
index 4f950194516deef6eb7afb5c2d93af05c47849ad..efb974890078868060a60467c4b912fd243afb9e 100644 (file)
@@ -6,36 +6,52 @@
 # Note that this file is included in sweave.module,
 # knitr.module and noweb.module.
 
-Format 45
+Format 82
+
+Counter chunk
+       GuiName "Knitr Chunk"
+    PrettyFormat "Chunk ##"
+End
+
+OutlinerName literate "Literate programming"
 
 InsetLayout "Flex:Chunk"
-        LabelString           "Chunk"
-        LatexType             none
-        LyXType               Custom
-        RightDelim            <br/>@
-        Decoration            Classic
-       Font
-         Color               latex
-         Family              typewriter
-       EndFont
-       #LabelFont
-         #Color               latex
-         #Size                Small
-       #EndFont
-        MultiPar              true
-       CustomPars            false
-       ForcePlain            true
-        PassThru              1
-        ParbreakIsNewline     1
-       KeepEmpty             true
-        Spellcheck            0
-        FreeSpacing           true
-        ForceLTR              true
-        Argument 1
-                Mandatory     1
-                LabelString   "Options"
-                Tooltip       "Options"
-                LeftDelim     <<
-                RightDelim    >>=<br/>
-        EndArgument
+    LabelString          "Chunk"
+    LatexType            none
+    LyXType              Custom
+    Counter              chunk
+    RightDelim           <br/>@
+    Decoration           Classic
+    Font
+      Color              latex
+      Family             typewriter
+    EndFont
+#   LabelFont
+#      Color              latex
+#      Size               Small
+#   EndFont
+    MultiPar              true
+    CustomPars            false
+    ForcePlain            true
+    PassThru              1
+    ParbreakIsNewline     1
+    KeepEmpty             true
+    Spellcheck            0
+    FreeSpacing           true
+    ForceLTR              true
+    AddToToc              literate
+    IsTocCaption          0
+    Argument 1
+      Mandatory           1
+      LabelString         "Options"
+      Tooltip             "Options"
+      LeftDelim           <<
+      RightDelim          >>=<br/>
+      IsTocCaption        1
+      AutoInsert          1
+    EndArgument
+    ResetsFont            false
+    ForceOwnlines         true
+    NeedCProtect          true
+    EditExternal          true
 End