]> git.lyx.org Git - lyx.git/blob - lib/layouts/literate-scrap.inc
Rename file.
[lyx.git] / lib / layouts / literate-scrap.inc
1 #
2 # Suggested style to write your code:
3 # Within same scrap, lines are separated by new-lines (Ctrl-return), use:
4 #  ItemSep               0.4
5 #     . disavantage: must type ctrl-return every single line
6 #     . advantage:   looks better (IMHO)
7 #                    resembles more closelly the produced paper doc. (more WYSIWYG)
8 #
9
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
28         LabelFont
29           Color               magenta
30         EndFont
31         TextFont
32           Color               latex
33           Family              Typewriter
34         EndFont
35
36 End