]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/sweave.module
Regularly check if graphics is modified when visible on screen (#10596)
[lyx.git] / lib / layouts / sweave.module
index 5318500b1d25b084ce5c6e38cc9adb58d3dfcc80..cd1b11c62e88a59e35735c3e1eccf07b5899c3cf 100644 (file)
@@ -1,12 +1,19 @@
 #\DeclareLyXModule[sweave->latex,fancyvrb.sty]{Sweave}
 #DescriptionBegin
-#Allows to use the statistical language S/R as a literate programming tool via Sweave package.
-#See sweave.lyx in examples.
+#Allows to use the statistical language S/R as a literate programming tool via the Sweave() function.
+#For more info see the LyX example file sweave.lyx.
 #DescriptionEnd
 #Category: literate
 #Excludes: lilypond
 
-Format 35
+Format 63
+
+Input litinsets.inc
+
+Counter chunk
+    InitialValue 2
+End
+
 OutputType             literate
 OutputFormat           sweave
 
@@ -16,34 +23,10 @@ End
 
 AddToPreamble
        <<echo=F>>=
-         if(exists("ls.enc")) options(encoding=ls.enc)
+         if(exists(".orig.enc")) options(encoding = .orig.enc)
        @
 EndPreamble
 
-Style Chunk
-       Category              Sweave
-       LatexType             Paragraph
-       LatexName             dummy
-       Margin                static
-       Align                 Left
-       AlignPossible         Block, Left, Right, Center
-       NewLine               0
-       FreeSpacing           1
-       PassThru              1
-       ParbreakIsNewline     1
-       Spellcheck            0
-       ## What is LabelType used for?
-       LabelType             Static
-       TextFont
-         Color               latex
-         Family              Typewriter
-       EndFont
-End
-
-Style Scrap
-       ObsoletedBy           Chunk
-End
-
 InsetLayout "Flex:Sweave Options"
        LabelString           "Sweave opts"
        LatexType             Command
@@ -64,6 +47,8 @@ InsetLayout "Flex:Sweave Options"
        Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
+       AddToToc              literate
+       IsTocCaption          0
 End
 
 InsetLayout "Flex:S/R expression"
@@ -108,4 +93,6 @@ InsetLayout "Flex:Sweave Input File"
        Spellcheck            0
        FreeSpacing           true
        ForceLTR              true
+       AddToToc              literate
+       IsTocCaption          1
 End