]> git.lyx.org Git - features.git/blob - lib/layouts/literate-scrap.inc
Initial revision
[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: lyx doesn't allow space on first column, use proteced space
6 #                    must type ctrl-return every single line
7 #     . advantage:   looks better (IMHO)
8 #                    resembles more closelly the produced paper doc. (more WYSIWYG)
9 #
10
11 OutputType              literate
12
13 Style Scrap
14   Margin                First_Dynamic
15   LatexType             Paragraph
16   LatexName             dummy
17   NewLine               0
18   LeftMargin            MMM
19   ParSep                0.4
20   TopSep                0.4
21   BottomSep             0.4
22   ItemSep               0.4
23   Align                 Left
24   AlignPossible         Block,Left
25   FreeSpacing           1
26   LabelType             Static
27
28   LabelFont
29     Color               magenta
30   EndFont
31   TextFont
32     Latex               Latex
33     Family              Typewriter
34   EndFont
35
36 End