]> git.lyx.org Git - lyx.git/blob - lib/layouts/noweb.module
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[lyx.git] / lib / layouts / noweb.module
1 #\DeclareLyXModule[literate->latex,noweb.sty]{Noweb}
2 #\DeclareCategory{Literate Programming}
3 #DescriptionBegin
4 #Allows to use Noweb as a literate programming tool.
5 #DescriptionEnd
6
7 Format 99
8 Input litinsets.inc
9 OutputType              literate
10
11 AddToPreamble
12         \usepackage{noweb}
13 EndPreamble