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