]> git.lyx.org Git - lyx.git/blob - lib/layouts/literate-scrap.inc
make NO_LATEX default, set ut compability stuff
[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   LabelType             Static
26
27   LabelFont
28     Color               magenta
29   EndFont
30   TextFont
31     Latex               Latex
32     Family              Typewriter
33   EndFont
34
35 End