mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 22:49:20 +00:00
adefdf8eeb
This reverts commit 7c041af642
.
We will hold this back until we fix the issue discussed here:
https://marc.info/?l=lyx-devel&m=171733833610242&w=2
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
#\DeclareLyXModule[literate->latex,noweb.sty]{Noweb}
|
|
#\DeclareCategory{Literate Programming}
|
|
#DescriptionBegin
|
|
#Allows to use Noweb as a literate programming tool.
|
|
#DescriptionEnd
|
|
|
|
Format 104
|
|
Input litinsets.inc
|
|
OutputType literate
|
|
|
|
AddToPreamble
|
|
\usepackage{noweb}
|
|
EndPreamble
|