mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
35 lines
739 B
Plaintext
35 lines
739 B
Plaintext
#\DeclareLyXModule[literate->latex,noweb.sty]{Noweb}
|
|
#DescriptionBegin
|
|
#Allows to use Noweb as a literate programming tool.
|
|
#DescriptionEnd
|
|
#Category: literate
|
|
|
|
Format 45
|
|
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
|