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