]> git.lyx.org Git - lyx.git/blob - lib/layouts/literate-scrap.inc
Update layout format.
[lyx.git] / lib / layouts / literate-scrap.inc
1 # Suggested style to write your code:
2 # Within same scrap, lines are separated by newlines (Ctrl-Return), use:
3 #  ItemSep               0.4
4 #    . disavantage: must type ctrl-return every single line
5 #    . advantage:   looks better (IMHO)
6 #                   resembles more closely the produced paper doc (more WYSIWYG)
7 #
8
9 Format 27
10 OutputType              literate
11
12 Style Scrap
13         Margin                First_Dynamic
14         LatexType             Paragraph
15         LatexName             dummy
16         NewLine               0
17         LeftMargin            MMM
18         ParSep                0.4
19         TopSep                0.4
20         BottomSep             0.4
21         ItemSep               0.4
22         Align                 Left
23         AlignPossible         Block,Left
24         FreeSpacing           1
25         PassThru              1
26         LabelType             Static
27         LabelFont
28           Color               magenta
29         EndFont
30         TextFont
31           Color               latex
32           Family              Typewriter
33         EndFont
34 End