]> git.lyx.org Git - lyx.git/blob - noweb.module
e374dd8b74591b60f043f9e89952a1bd635c9e5b
[lyx.git] / 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 81
8 Input litinsets.inc
9 OutputType              literate
10
11 AddToPreamble
12         \usepackage{noweb}
13 EndPreamble