]> git.lyx.org Git - features.git/blobdiff - lib/layouts/noweb.module
Patch to convert Sweave chunk paragraphs to insets (bug #8588). Work
[features.git] / lib / layouts / noweb.module
index fc105fd051ac7dc93beb507b98345dad3e763db8..da8e96b8aaedae254101c36eeb6da10d042b2ca0 100644 (file)
@@ -5,30 +5,9 @@
 #Category: literate
 
 Format 45
+Input litinsets.inc
 OutputType              literate
 
 AddToPreamble
        \usepackage{noweb}
 EndPreamble
-
-Style Chunk
-       Margin                First_Dynamic
-       LatexType             Paragraph
-       LatexName             dummy
-       LeftMargin            MMM
-       Align                 Left
-       AlignPossible         Block,Left
-       NewLine               0
-       FreeSpacing           1
-       PassThru              1
-       ParbreakIsNewline     1
-       Spellcheck            0
-       LabelType             Static
-       LabelFont
-         Color               magenta
-       EndFont
-       TextFont
-         Color               latex
-         Family              Typewriter
-       EndFont
-End