lyx_mirror/lib/layouts/noweb.module
Juergen Spitzmueller 2a62a2c395 update layout format
2012-12-30 18:35:23 +01:00

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 43
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