]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/literate-scrap.inc
remove decimal.lyx as its content is in the EmbeddedObjects manual
[lyx.git] / lib / layouts / literate-scrap.inc
index e7ecaac03a9171218b6e5c37153d4b1d201a3df1..1515cf4a52c5ea74b49b2cf6d1fbeb12edd66e23 100644 (file)
@@ -1,36 +1,34 @@
-#
 # Suggested style to write your code:
-# Within same scrap, lines are separated by new-lines (Ctrl-return), use:
+# Within same scrap, lines are separated by newlines (Ctrl-Return), use:
 #  ItemSep               0.4
-#     . disavantage: must type ctrl-return every single line
-#     . advantage:   looks better (IMHO)
-#                    resembles more closelly the produced paper doc. (more WYSIWYG)
+#    . disavantage: must type ctrl-return every single line
+#    . advantage:   looks better (IMHO)
+#                   resembles more closely the produced paper doc (more WYSIWYG)
 #
 
+Format 4
 OutputType              literate
 
 Style Scrap
-  Margin                First_Dynamic
-  LatexType             Paragraph
-  LatexName             dummy
-  NewLine               0
-  LeftMargin            MMM
-  ParSep                0.4
-  TopSep                0.4
-  BottomSep             0.4
-  ItemSep               0.4
-  Align                 Left
-  AlignPossible         Block,Left
-  FreeSpacing           1
-  PassThru              1
-  LabelType             Static
-
-  LabelFont
-    Color               magenta
-  EndFont
-  TextFont
-    Color               latex
-    Family              Typewriter
-  EndFont
-
+       Margin                First_Dynamic
+       LatexType             Paragraph
+       LatexName             dummy
+       NewLine               0
+       LeftMargin            MMM
+       ParSep                0.4
+       TopSep                0.4
+       BottomSep             0.4
+       ItemSep               0.4
+       Align                 Left
+       AlignPossible         Block,Left
+       FreeSpacing           1
+       PassThru              1
+       LabelType             Static
+       LabelFont
+         Color               magenta
+       EndFont
+       TextFont
+         Color               latex
+         Family              Typewriter
+       EndFont
 End