]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/literate-scrap.inc
* UserGuide.lyx
[lyx.git] / lib / layouts / literate-scrap.inc
index 96ebde0abec25c457e86b667aed13cc8d4e17a3c..5675846aab568fad8d3f336dd850f453b82a31e6 100644 (file)
@@ -1,35 +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 8
 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
-  LabelType             Static
-
-  LabelFont
-    Color               magenta
-  EndFont
-  TextFont
-    Latex               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