]> git.lyx.org Git - lyx.git/blob - lib/layouts/literate-scrap.inc
Update layouts to format 30.
[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 30
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         ParbreakIsNewline     1
27         LabelType             Static
28         LabelFont
29           Color               magenta
30         EndFont
31         TextFont
32           Color               latex
33           Family              Typewriter
34         EndFont
35 End