]> git.lyx.org Git - lyx.git/blob - lib/layouts/literate-scrap.inc
more
[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 OutputType              literate
10
11 Style Scrap
12         Margin                First_Dynamic
13         LatexType             Paragraph
14         LatexName             dummy
15         NewLine               0
16         LeftMargin            MMM
17         ParSep                0.4
18         TopSep                0.4
19         BottomSep             0.4
20         ItemSep               0.4
21         Align                 Left
22         AlignPossible         Block,Left
23         FreeSpacing           1
24         PassThru              1
25         LabelType             Static
26         LabelFont
27           Color               magenta
28         EndFont
29         TextFont
30           Color               latex
31           Family              Typewriter
32         EndFont
33 End