]> git.lyx.org Git - lyx.git/blob - lib/layouts/noweb.module
Bump layout format
[lyx.git] / lib / layouts / noweb.module
1 #\DeclareLyXModule[literate->latex,noweb.sty]{Noweb}
2 #DescriptionBegin
3 #Allows to use Noweb as a literate programming tool.
4 #DescriptionEnd
5 #Category: literate
6
7 Format 42
8 OutputType              literate
9
10 AddToPreamble
11         \usepackage{noweb}
12 EndPreamble
13
14 Style Chunk
15         Margin                First_Dynamic
16         LatexType             Paragraph
17         LatexName             dummy
18         LeftMargin            MMM
19         Align                 Left
20         AlignPossible         Block,Left
21         NewLine               0
22         FreeSpacing           1
23         PassThru              1
24         ParbreakIsNewline     1
25         Spellcheck            0
26         LabelType             Static
27         LabelFont
28           Color               magenta
29         EndFont
30         TextFont
31           Color               latex
32           Family              Typewriter
33         EndFont
34 End