]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/noweb.module
Introduce HTMLClass tag, to make it easier to give these.
[lyx.git] / lib / layouts / noweb.module
index fc105fd051ac7dc93beb507b98345dad3e763db8..6ae382e0b81e411d31688f804479adf98ac56940 100644 (file)
@@ -1,34 +1,13 @@
 #\DeclareLyXModule[literate->latex,noweb.sty]{Noweb}
+#\DeclareCategory{Literate Programming}
 #DescriptionBegin
 #Allows to use Noweb as a literate programming tool.
 #DescriptionEnd
-#Category: literate
 
-Format 45
+Format 96
+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